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

GUI layout node alignment enum. More...

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

Inheritance diagram for GUILayoutNode_Alignment:
Inheritance graph
Collaboration diagram for GUILayoutNode_Alignment:
Collaboration graph

Public Member Functions

 GUILayoutNode_Alignment (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 GUILayoutNode_AlignmentvalueOf (const string &name)
 Returns enum object given by name. More...
 

Static Public Attributes

static STATIC_DLL_IMPEXT GUILayoutNode_AlignmentVERTICAL = new GUILayoutNode_Alignment("VERTICAL", 0)
 
static STATIC_DLL_IMPEXT GUILayoutNode_AlignmentHORIZONTAL = new GUILayoutNode_Alignment("HORIZONTAL", 1)
 
static STATIC_DLL_IMPEXT GUILayoutNode_AlignmentNONE = new GUILayoutNode_Alignment("NONE", 2)
 

Detailed Description

GUI layout node alignment enum.

Author
Andreas Drewke

Definition at line 19 of file GUILayoutNode_Alignment.h.

Constructor & Destructor Documentation

◆ GUILayoutNode_Alignment()

GUILayoutNode_Alignment ( const string &  name,
int  ordinal 
)

Public constructor.

Parameters
namename
ordinalordinal

Definition at line 13 of file GUILayoutNode_Alignment.cpp.

Member Function Documentation

◆ valueOf()

GUILayoutNode_Alignment * valueOf ( const string &  name)
static

Returns enum object given by name.

Parameters
namename
Returns
enum object

Definition at line 22 of file GUILayoutNode_Alignment.cpp.

Member Data Documentation

◆ HORIZONTAL

GUILayoutNode_Alignment * HORIZONTAL = new GUILayoutNode_Alignment("HORIZONTAL", 1)
static

Definition at line 23 of file GUILayoutNode_Alignment.h.

◆ NONE

GUILayoutNode_Alignment * NONE = new GUILayoutNode_Alignment("NONE", 2)
static

Definition at line 24 of file GUILayoutNode_Alignment.h.

◆ VERTICAL

GUILayoutNode_Alignment * VERTICAL = new GUILayoutNode_Alignment("VERTICAL", 0)
static

Definition at line 22 of file GUILayoutNode_Alignment.h.


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