TDME2 1.9.121
GUINode_Flow.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <tdme/tdme.h>
8
9using std::string;
10
22
23/**
24 * GUI node flow enum
25 * @author Andreas Drewke
26 */
28{
29public:
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:63
Enum base class.
Definition: Enum.h:14
int32_t ordinal
Definition: Enum.h:17
GUI node border entity.
GUI node padding entity.
#define STATIC_DLL_IMPEXT
Definition: tdme.h:11