Cavestory Mod API
|
Go to the source code of this file.
Classes | |
struct | GuiStyleColor |
GuiStyles' color struct. More... | |
struct | GuiStyleRect |
GuiStyles' rect struct. More... | |
struct | GuiStylePoint |
GuiStyles' point struct. More... | |
class | GuiStyleVariable |
A sortable client class, to be used with SortedBinList. More... | |
class | GuiStyleManager |
Enumerations | |
enum | GuiStyleVarType : unsigned char { GSVT_UNDEFINED = 0 , GSVT_COLOR = 1 , GSVT_STRING = 2 , GSVT_INTEGER = 3 , GSVT_RECT = 4 , GSVT_POINT = 5 } |
The variable type for a GuiStyleVariable. More... | |
Variables | |
GuiStyleManager | gGuiStyleMgr |
GuiStyleManager | gGuiStyle_Locale |
enum GuiStyleVarType : unsigned char |
The variable type for a GuiStyleVariable.
Enumerator | |
---|---|
GSVT_UNDEFINED | Undefined. |
GSVT_COLOR | Color variable. |
GSVT_STRING | String variable. |
GSVT_INTEGER | Integer variable. |
GSVT_RECT | Rect variable. |
GSVT_POINT | Point variable. |