TDME2  1.9.200
GUINode_Flow.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
7 #include <tdme/utilities/Enum.h>
8 
9 using std::string;
10 
22 
23 /**
24  * GUI node flow enum
25  * @author Andreas Drewke
26  */
28 {
29 public:
32 
33  /**
34  * Public constructor
35  * @param name name
36  * @param ordinal ordinal
37  */
38  GUINode_Flow(const string& name, int ordinal);
39 
40  /**
41  * Returns enum object given by name
42  * @param name name
43  * @return enum object
44  */
45  static GUINode_Flow* valueOf(const string& name);
46 
47 };
static STATIC_DLL_IMPEXT GUINode_Flow * FLOATING
Definition: GUINode_Flow.h:31
GUINode_Flow(const string &name, int ordinal)
Public constructor.
static STATIC_DLL_IMPEXT GUINode_Flow * INTEGRATED
Definition: GUINode_Flow.h:30
static GUINode_Flow * valueOf(const string &name)
Returns enum object given by name.
GUI node base class.
Definition: GUINode.h:64
Enum base class.
Definition: Enum.h:14
GUI node border entity.
GUI node padding entity.
#define STATIC_DLL_IMPEXT
Definition: tdme.h:15