TDME2 1.9.121
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
GUINode_Flow Class Referencefinal

GUI node flow enum. More...

#include <tdme/gui/nodes/GUINode_Flow.h>

Inheritance diagram for GUINode_Flow:
Inheritance graph
Collaboration diagram for GUINode_Flow:
Collaboration graph

Public Member Functions

 GUINode_Flow (const string &name, int ordinal)
 Public constructor. More...
 
- Public Member Functions inherited from Enum
 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_FlowvalueOf (const string &name)
 Returns enum object given by name. More...
 

Static Public Attributes

static STATIC_DLL_IMPEXT GUINode_FlowINTEGRATED = new GUINode_Flow("INTEGRATED", 0)
 
static STATIC_DLL_IMPEXT GUINode_FlowFLOATING = new GUINode_Flow("FLOATING", 1)
 

Detailed Description

GUI node flow enum.

Author
Andreas Drewke

Definition at line 27 of file GUINode_Flow.h.

Constructor & Destructor Documentation

◆ GUINode_Flow()

GUINode_Flow ( const string &  name,
int  ordinal 
)

Public constructor.

Parameters
namename
ordinalordinal

Definition at line 13 of file GUINode_Flow.cpp.

Member Function Documentation

◆ valueOf()

GUINode_Flow * valueOf ( const string &  name)
static

Returns enum object given by name.

Parameters
namename
Returns
enum object

Definition at line 21 of file GUINode_Flow.cpp.

Member Data Documentation

◆ FLOATING

GUINode_Flow * FLOATING = new GUINode_Flow("FLOATING", 1)
static

Definition at line 31 of file GUINode_Flow.h.

◆ INTEGRATED

GUINode_Flow * INTEGRATED = new GUINode_Flow("INTEGRATED", 0)
static

Definition at line 30 of file GUINode_Flow.h.


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