TDME2 1.9.121
|
GUI layout node alignment enum. More...
#include <tdme/gui/nodes/GUILayoutNode_Alignment.h>
Public Member Functions | |
GUILayoutNode_Alignment (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 GUILayoutNode_Alignment * | valueOf (const string &name) |
Returns enum object given by name. More... | |
Static Public Attributes | |
static STATIC_DLL_IMPEXT GUILayoutNode_Alignment * | VERTICAL = new GUILayoutNode_Alignment("VERTICAL", 0) |
static STATIC_DLL_IMPEXT GUILayoutNode_Alignment * | HORIZONTAL = new GUILayoutNode_Alignment("HORIZONTAL", 1) |
static STATIC_DLL_IMPEXT GUILayoutNode_Alignment * | NONE = new GUILayoutNode_Alignment("NONE", 2) |
GUI layout node alignment enum.
Definition at line 19 of file GUILayoutNode_Alignment.h.
GUILayoutNode_Alignment | ( | const string & | name, |
int | ordinal | ||
) |
Public constructor.
name | name |
ordinal | ordinal |
Definition at line 13 of file GUILayoutNode_Alignment.cpp.
|
static |
Returns enum object given by name.
name | name |
Definition at line 22 of file GUILayoutNode_Alignment.cpp.
|
static |
Definition at line 23 of file GUILayoutNode_Alignment.h.
|
static |
Definition at line 24 of file GUILayoutNode_Alignment.h.
|
static |
Definition at line 22 of file GUILayoutNode_Alignment.h.