
Public Member Functions | |
| FontNode | GetFontNode (int index) |
| Gets a font node from the cache. | |
| TextureNode | GetTextureNode (int index) |
| Gets a texture node from the cache. | |
| int | AddFont (string faceName, uint height, FontWeight weight) |
| Adds a font to the resource manager. | |
| int | AddTexture (string filename) |
| Adds a texture to the resource manager. | |
| void | CreateFont (int font) |
| Creates a font. | |
| void | CreateTexture (int tex) |
| Creates a texture. | |
| void | OnCreateDevice (Device d) |
| Called when the device is created. | |
| void | OnResetDevice (Device device) |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Clear any resources that need to be lost. | |
| void | OnDestroyDevice () |
| Destroy any resources and clear the caches. | |
| FontNode | GetFontNode (int index) |
| Gets a font node from the cache. | |
| TextureNode | GetTextureNode (int index) |
| Gets a texture node from the cache. | |
| int | AddFont (string faceName, uint height, FontWeight weight) |
| Adds a font to the resource manager. | |
| int | AddTexture (string filename) |
| Adds a texture to the resource manager. | |
| void | CreateFont (int font) |
| Creates a font. | |
| void | CreateTexture (int tex) |
| Creates a texture. | |
| void | OnCreateDevice (Device d) |
| Called when the device is created. | |
| void | OnResetDevice (Device device) |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Clear any resources that need to be lost. | |
| void | OnDestroyDevice () |
| Destroy any resources and clear the caches. | |
| FontNode | GetFontNode (int index) |
| Gets a font node from the cache. | |
| TextureNode | GetTextureNode (int index) |
| Gets a texture node from the cache. | |
| int | AddFont (string faceName, uint height, FontWeight weight) |
| Adds a font to the resource manager. | |
| int | AddTexture (string filename) |
| Adds a texture to the resource manager. | |
| void | CreateFont (int font) |
| Creates a font. | |
| void | CreateTexture (int tex) |
| Creates a texture. | |
| void | OnCreateDevice (Device d) |
| Called when the device is created. | |
| void | OnResetDevice (Device device) |
| Called when the device is reset. | |
| void | OnLostDevice () |
| Clear any resources that need to be lost. | |
| void | OnDestroyDevice () |
| Destroy any resources and clear the caches. | |
Static Public Member Functions | |
| static DialogResourceManager | GetGlobalInstance () |
| static DialogResourceManager | GetGlobalInstance () |
| static DialogResourceManager | GetGlobalInstance () |
Properties | |
| StateBlock | StateBlock [get] |
| Sprite | Sprite [get] |
| Device | Device [get] |
| Gets the device. | |
Definition at line 191 of file dxmutgui.cs.
| int Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.AddFont | ( | string | faceName, | |
| uint | height, | |||
| FontWeight | weight | |||
| ) |
| int Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.AddFont | ( | string | faceName, | |
| uint | height, | |||
| FontWeight | weight | |||
| ) |
| int Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.AddFont | ( | string | faceName, | |
| uint | height, | |||
| FontWeight | weight | |||
| ) |
| int Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.AddTexture | ( | string | filename | ) |
| int Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.AddTexture | ( | string | filename | ) |
| int Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.AddTexture | ( | string | filename | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.CreateFont | ( | int | font | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.CreateFont | ( | int | font | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.CreateFont | ( | int | font | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.CreateTexture | ( | int | tex | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.CreateTexture | ( | int | tex | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.CreateTexture | ( | int | tex | ) |
| FontNode Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetFontNode | ( | int | index | ) |
| FontNode Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetFontNode | ( | int | index | ) |
| FontNode Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetFontNode | ( | int | index | ) |
| static DialogResourceManager Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetGlobalInstance | ( | ) | [static] |
Definition at line 214 of file wdxmutgui.cs.
| static DialogResourceManager Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetGlobalInstance | ( | ) | [static] |
Definition at line 212 of file dxmutgui.cs.
| static DialogResourceManager Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetGlobalInstance | ( | ) | [static] |
Definition at line 212 of file dxmutgui.cs.
| TextureNode Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetTextureNode | ( | int | index | ) |
| TextureNode Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetTextureNode | ( | int | index | ) |
| TextureNode Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.GetTextureNode | ( | int | index | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnCreateDevice | ( | Device | d | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnCreateDevice | ( | Device | d | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnCreateDevice | ( | Device | d | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnDestroyDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnDestroyDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnDestroyDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnLostDevice | ( | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnResetDevice | ( | Device | device | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnResetDevice | ( | Device | device | ) |
| void Microsoft.Samples.DirectX.UtilityToolkit.DialogResourceManager.OnResetDevice | ( | Device | device | ) |
Device Microsoft::Samples::DirectX::UtilityToolkit.DialogResourceManager::Device [get] |
Sprite Microsoft::Samples::DirectX::UtilityToolkit.DialogResourceManager::Sprite [get] |
Definition at line 196 of file dxmutgui.cs.
StateBlock Microsoft::Samples::DirectX::UtilityToolkit.DialogResourceManager::StateBlock [get] |
Definition at line 195 of file dxmutgui.cs.
1.5.8