TDME2 1.9.121
GUINode_AlignmentVertical.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 vertical alignment enum
25 */
27{
28public:
33
34 /**
35 * Public constructor
36 * @param name name
37 * @param ordinal ordinal
38 */
39 GUINode_AlignmentVertical(const string& name, int ordinal);
40
41 /**
42 * Returns enum object given by name
43 * @param name name
44 * @return enum object
45 */
46 static GUINode_AlignmentVertical* valueOf(const string& name);
47};
static STATIC_DLL_IMPEXT GUINode_AlignmentVertical * NONE
static STATIC_DLL_IMPEXT GUINode_AlignmentVertical * BOTTOM
static GUINode_AlignmentVertical * valueOf(const string &name)
Returns enum object given by name.
static STATIC_DLL_IMPEXT GUINode_AlignmentVertical * CENTER
static STATIC_DLL_IMPEXT GUINode_AlignmentVertical * TOP
GUINode_AlignmentVertical(const string &name, int ordinal)
Public constructor.
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