TDME2 1.9.121
|
GUI node horizontal alignment enum. More...
#include <tdme/gui/nodes/GUINode_AlignmentHorizontal.h>
Public Member Functions | |
GUINode_AlignmentHorizontal (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 GUINode_AlignmentHorizontal * | valueOf (const string &name) |
Returns enum object given by name. More... | |
Static Public Attributes | |
static STATIC_DLL_IMPEXT GUINode_AlignmentHorizontal * | NONE = new GUINode_AlignmentHorizontal("NONE", 0) |
static STATIC_DLL_IMPEXT GUINode_AlignmentHorizontal * | LEFT = new GUINode_AlignmentHorizontal("LEFT", 1) |
static STATIC_DLL_IMPEXT GUINode_AlignmentHorizontal * | CENTER = new GUINode_AlignmentHorizontal("CENTER", 2) |
static STATIC_DLL_IMPEXT GUINode_AlignmentHorizontal * | RIGHT = new GUINode_AlignmentHorizontal("RIGHT", 3) |
GUI node horizontal alignment enum.
Definition at line 27 of file GUINode_AlignmentHorizontal.h.
GUINode_AlignmentHorizontal | ( | const string & | name, |
int | ordinal | ||
) |
Public constructor.
name | name |
ordinal | ordinal |
Definition at line 13 of file GUINode_AlignmentHorizontal.cpp.
|
static |
Returns enum object given by name.
name | name |
Definition at line 23 of file GUINode_AlignmentHorizontal.cpp.
|
static |
Definition at line 32 of file GUINode_AlignmentHorizontal.h.
|
static |
Definition at line 31 of file GUINode_AlignmentHorizontal.h.
|
static |
Definition at line 30 of file GUINode_AlignmentHorizontal.h.
|
static |
Definition at line 33 of file GUINode_AlignmentHorizontal.h.