TDME2 1.9.121
|
#include <tdme/gui/nodes/GUINode_Flow.h>
Public Member Functions | |
GUINode_Flow (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_Flow * | valueOf (const string &name) |
Returns enum object given by name. More... | |
Static Public Attributes | |
static STATIC_DLL_IMPEXT GUINode_Flow * | INTEGRATED = new GUINode_Flow("INTEGRATED", 0) |
static STATIC_DLL_IMPEXT GUINode_Flow * | FLOATING = new GUINode_Flow("FLOATING", 1) |
GUI node flow enum.
Definition at line 27 of file GUINode_Flow.h.
GUINode_Flow | ( | const string & | name, |
int | ordinal | ||
) |
Public constructor.
name | name |
ordinal | ordinal |
Definition at line 13 of file GUINode_Flow.cpp.
|
static |
Returns enum object given by name.
name | name |
Definition at line 21 of file GUINode_Flow.cpp.
|
static |
Definition at line 31 of file GUINode_Flow.h.
|
static |
Definition at line 30 of file GUINode_Flow.h.