TDME2 1.9.121
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
GUIParentNode_Overflow Class Referencefinal

GUI parent node overflow enum. More...

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

Inheritance diagram for GUIParentNode_Overflow:
Inheritance graph
Collaboration diagram for GUIParentNode_Overflow:
Collaboration graph

Public Member Functions

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

Static Public Attributes

static STATIC_DLL_IMPEXT GUIParentNode_OverflowHIDDEN = new GUIParentNode_Overflow("HIDDEN", 0)
 
static STATIC_DLL_IMPEXT GUIParentNode_OverflowDOWNSIZE_CHILDREN = new GUIParentNode_Overflow("DOWNSIZE_CHILDREN", 1)
 
static STATIC_DLL_IMPEXT GUIParentNode_OverflowSCROLL = new GUIParentNode_Overflow("SCROLL", 2)
 

Detailed Description

GUI parent node overflow enum.

Author
Andreas Drewke

Definition at line 19 of file GUIParentNode_Overflow.h.

Constructor & Destructor Documentation

◆ GUIParentNode_Overflow()

GUIParentNode_Overflow ( const string &  name,
int  ordinal 
)

Public constructor.

Parameters
namename
ordinalordinal

Definition at line 13 of file GUIParentNode_Overflow.cpp.

Member Function Documentation

◆ valueOf()

GUIParentNode_Overflow * valueOf ( const string &  name)
static

Returns enum object given by name.

Parameters
namename
Returns
enum object

Definition at line 22 of file GUIParentNode_Overflow.cpp.

Member Data Documentation

◆ DOWNSIZE_CHILDREN

GUIParentNode_Overflow * DOWNSIZE_CHILDREN = new GUIParentNode_Overflow("DOWNSIZE_CHILDREN", 1)
static

Definition at line 23 of file GUIParentNode_Overflow.h.

◆ HIDDEN

GUIParentNode_Overflow * HIDDEN = new GUIParentNode_Overflow("HIDDEN", 0)
static

Definition at line 22 of file GUIParentNode_Overflow.h.

◆ SCROLL

GUIParentNode_Overflow * SCROLL = new GUIParentNode_Overflow("SCROLL", 2)
static

Definition at line 24 of file GUIParentNode_Overflow.h.


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