Cavestory Mod API
|
A sortable client class, to be used with SortedBinList. More...
#include <GuiStyles.h>
Public Member Functions | |
GuiStyleVariable (int key) | |
Constructor. | |
GuiStyleVariable () | |
Main constructor. | |
~GuiStyleVariable () | |
Deconstructor. | |
Public Attributes | |
int | m_NameHash |
The key. | |
GuiStyleVarType | m_Type |
The type of variable this is. | |
union { | |
GuiStyleColor color | |
GuiStylePoint point | |
GuiStyleRect rect | |
char * string | |
int integer | |
} | m_Values |
The value for this variable. | |
Protected Member Functions | |
bool | operator< (const GuiStyleVariable &other) const |
bool | operator<= (const GuiStyleVariable &other) const |
bool | operator> (const GuiStyleVariable &other) const |
bool | operator>= (const GuiStyleVariable &other) const |
bool | operator!= (const GuiStyleVariable &other) const |
bool | operator== (const GuiStyleVariable &other) const |
A sortable client class, to be used with SortedBinList.