GuiImageList
Engine/source/gui/editor/guiImageList.h
Private Types
Parent
Public Types
struct TextureEntry *
PTextureEntry
Public Attributes
Public Functions
bool
Clear()
bool
FreeTextureEntry(PTextureEntry Entry)
bool
FreeTextureEntry(U32 Index)
GetTextureHandle(const char * TexturePath)
GetTextureHandle(U32 Index)
const char *
GetTexturePath(U32 Index)
IndexFromId(U32 Id)
IndexFromPath(const char * Path)
Insert(const char * texturePath, GFXTextureProfile * Type)
Public Static Functions
Detailed Description
Private Types
typedef SimObject Parent
Public Types
typedef struct TextureEntry * PTextureEntry
Public Attributes
Vector< PTextureEntry > mTextures
Protected Attributes
U32 mUniqueId
Public Functions
GuiImageList()
Clear()
Count()
DECLARE_CONOBJECT(GuiImageList )
FreeTextureEntry(PTextureEntry Entry)
FreeTextureEntry(U32 Index)
GetTextureHandle(const char * TexturePath)
GetTextureHandle(U32 Index)
GetTexturePath(U32 Index)
IndexFromId(U32 Id)
IndexFromPath(const char * Path)
Insert(const char * texturePath, GFXTextureProfile * Type)