TDME2 1.9.121
|
GUI parent node overflow enum. More...
#include <tdme/gui/nodes/GUIParentNode_Overflow.h>
Public Member Functions | |
GUIParentNode_Overflow (const string &name, int ordinal) | |
Public constructor. More... | |
![]() | |
Enum (const string &name, int32_t ordinal) | |
Public constructor. More... | |
const string & | getName () const |
int32_t | getOrdinal () const |
bool | equals (Enum *enumObject) const |
Compare enum with another enum. More... | |
Static Public Member Functions | |
static GUIParentNode_Overflow * | valueOf (const string &name) |
Returns enum object given by name. More... | |
Static Public Attributes | |
static STATIC_DLL_IMPEXT GUIParentNode_Overflow * | HIDDEN = new GUIParentNode_Overflow("HIDDEN", 0) |
static STATIC_DLL_IMPEXT GUIParentNode_Overflow * | DOWNSIZE_CHILDREN = new GUIParentNode_Overflow("DOWNSIZE_CHILDREN", 1) |
static STATIC_DLL_IMPEXT GUIParentNode_Overflow * | SCROLL = new GUIParentNode_Overflow("SCROLL", 2) |
GUI parent node overflow enum.
Definition at line 19 of file GUIParentNode_Overflow.h.
GUIParentNode_Overflow | ( | const string & | name, |
int | ordinal | ||
) |
Public constructor.
name | name |
ordinal | ordinal |
Definition at line 13 of file GUIParentNode_Overflow.cpp.
|
static |
Returns enum object given by name.
name | name |
Definition at line 22 of file GUIParentNode_Overflow.cpp.
|
static |
Definition at line 23 of file GUIParentNode_Overflow.h.
|
static |
Definition at line 22 of file GUIParentNode_Overflow.h.
|
static |
Definition at line 24 of file GUIParentNode_Overflow.h.