Cavestory Mod API
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
GuiStyleVariable Class Reference

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
 

Detailed Description

A sortable client class, to be used with SortedBinList.


The documentation for this class was generated from the following file: