Method | Description | |
---|---|---|
AddSkillIcon ( int index, System.Windows.Media.Imaging.BitmapSource source ) : void | ||
AddSpellIcon ( int index, System.Windows.Media.Imaging.BitmapSource source ) : void | ||
ClearSkillIcons ( ) : void | ||
ClearSpellIcons ( ) : void | ||
ContainsSkillIcon ( int index ) : bool | ||
ContainsSpellIcon ( int index ) : bool | ||
GetSkillIcon ( int index ) : System.Windows.Media.Imaging.BitmapSource | ||
GetSpellIcon ( int index ) : System.Windows.Media.Imaging.BitmapSource | ||
ReloadIcons ( ) : void | ||
RemoveSkillIcon ( int index ) : bool | ||
RemoveSpellIcon ( int index ) : bool |
Method | Description | |
---|---|---|
GetColorPalette ( string archiveFile, string paletteFile ) : ColorPalette | ||
GetEpfImage ( string archiveFile, string epfFile ) : |
||
GetRelativePath ( string currentDirectory, string filename ) : string | ||
IconManager ( ) : System.Collections.Concurrent | ||
RenderSkillIcon ( int index ) : |
||
RenderSpellIcon ( int index ) : |
public AddSkillIcon ( int index, System.Windows.Media.Imaging.BitmapSource source ) : void | ||
index | int | |
source | System.Windows.Media.Imaging.BitmapSource | |
return | void |
public AddSpellIcon ( int index, System.Windows.Media.Imaging.BitmapSource source ) : void | ||
index | int | |
source | System.Windows.Media.Imaging.BitmapSource | |
return | void |
public ContainsSkillIcon ( int index ) : bool | ||
index | int | |
return | bool |
public ContainsSpellIcon ( int index ) : bool | ||
index | int | |
return | bool |
public GetSkillIcon ( int index ) : System.Windows.Media.Imaging.BitmapSource | ||
index | int | |
return | System.Windows.Media.Imaging.BitmapSource |
public GetSpellIcon ( int index ) : System.Windows.Media.Imaging.BitmapSource | ||
index | int | |
return | System.Windows.Media.Imaging.BitmapSource |