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

GUI node horizontal alignment enum. More...

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

Inheritance diagram for GUINode_AlignmentHorizontal:
Inheritance graph
Collaboration diagram for GUINode_AlignmentHorizontal:
Collaboration graph

Public Member Functions

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

Static Public Attributes

static STATIC_DLL_IMPEXT GUINode_AlignmentHorizontalNONE = new GUINode_AlignmentHorizontal("NONE", 0)
 
static STATIC_DLL_IMPEXT GUINode_AlignmentHorizontalLEFT = new GUINode_AlignmentHorizontal("LEFT", 1)
 
static STATIC_DLL_IMPEXT GUINode_AlignmentHorizontalCENTER = new GUINode_AlignmentHorizontal("CENTER", 2)
 
static STATIC_DLL_IMPEXT GUINode_AlignmentHorizontalRIGHT = new GUINode_AlignmentHorizontal("RIGHT", 3)
 

Detailed Description

GUI node horizontal alignment enum.

Author
Andreas Drewke

Definition at line 27 of file GUINode_AlignmentHorizontal.h.

Constructor & Destructor Documentation

◆ GUINode_AlignmentHorizontal()

GUINode_AlignmentHorizontal ( const string &  name,
int  ordinal 
)

Public constructor.

Parameters
namename
ordinalordinal

Definition at line 13 of file GUINode_AlignmentHorizontal.cpp.

Member Function Documentation

◆ valueOf()

GUINode_AlignmentHorizontal * valueOf ( const string &  name)
static

Returns enum object given by name.

Parameters
namename
Returns
enum object

Definition at line 23 of file GUINode_AlignmentHorizontal.cpp.

Member Data Documentation

◆ CENTER

GUINode_AlignmentHorizontal * CENTER = new GUINode_AlignmentHorizontal("CENTER", 2)
static

Definition at line 32 of file GUINode_AlignmentHorizontal.h.

◆ LEFT

Definition at line 31 of file GUINode_AlignmentHorizontal.h.

◆ NONE

Definition at line 30 of file GUINode_AlignmentHorizontal.h.

◆ RIGHT

GUINode_AlignmentHorizontal * RIGHT = new GUINode_AlignmentHorizontal("RIGHT", 3)
static

Definition at line 33 of file GUINode_AlignmentHorizontal.h.


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