10#ifndef GUICOMMONENUMS_H
11#define GUICOMMONENUMS_H
14const eC_UInt cuiNumOfImageTypes = 14;
Definition: GUICommonEnums.h:19
Alignment_t
Position of control.
Definition: GUICommonEnums.h:64
@ ALIGN_TOP
aligned to top
Definition: GUICommonEnums.h:65
@ ALIGN_RIGHT
aligned right
Definition: GUICommonEnums.h:68
@ ALIGN_BOTTOM
aligned to bottom
Definition: GUICommonEnums.h:66
@ ALIGN_LEFT
aligned left
Definition: GUICommonEnums.h:67
static eC_Bool HasHorizontal(const AxisAlignment_t &eAlignment)
Definition: GUICommonEnums.h:41
AxisStyle_t
Axis-types for displaying values.
Definition: GUICommonEnums.h:32
@ AS_LINEAR
linear
Definition: GUICommonEnums.h:33
@ AS_LOGARITHMIC
logarithmic
Definition: GUICommonEnums.h:34
Rotation_t
Enumaration for Rotation.
Definition: GUICommonEnums.h:129
@ RO_180
180 degrees
Definition: GUICommonEnums.h:132
@ RO_90
90 degrees
Definition: GUICommonEnums.h:131
@ RO_270
270 degrees
Definition: GUICommonEnums.h:133
@ RO_0
0 degrees
Definition: GUICommonEnums.h:130
AxisAlignment_t
Axis-alignment for freedom of control.
Definition: GUICommonEnums.h:23
@ AA_NONE
not aligned
Definition: GUICommonEnums.h:24
@ AA_VERTICAL
vertical
Definition: GUICommonEnums.h:26
@ AA_BOTH
horizontal + vertical
Definition: GUICommonEnums.h:27
@ AA_HORIZONTAL
horizontal
Definition: GUICommonEnums.h:25
AttributeType
The possible types of attributes.
Definition: GUICommonEnums.h:138
@ AT_COLOR
Colors in hex notation.
Definition: GUICommonEnums.h:157
@ AT_IMAGEID
Image ID.
Definition: GUICommonEnums.h:150
@ AT_ANIMATION_CHAIN_ID
Animation Chain ID.
Definition: GUICommonEnums.h:160
@ AT_BOOL
Boolean value.
Definition: GUICommonEnums.h:147
@ AT_FLOAT
Float value.
Definition: GUICommonEnums.h:146
@ AT_INT
integer value
Definition: GUICommonEnums.h:141
@ AT_UBYTE
unsigned 8-bit value
Definition: GUICommonEnums.h:140
@ AT_STRING
String.
Definition: GUICommonEnums.h:148
@ AT_USHORT
unsigned short integer value
Definition: GUICommonEnums.h:145
@ AT_DATAPOOLID
DataPool resource ID.
Definition: GUICommonEnums.h:155
@ AT_BYTE
8-bit value
Definition: GUICommonEnums.h:139
@ AT_TEXTID
Text ID.
Definition: GUICommonEnums.h:151
@ AT_COMMENT
Comment (for XML comment tags without values).
Definition: GUICommonEnums.h:156
@ AT_PROPERTYID
Property ID.
Definition: GUICommonEnums.h:159
@ AT_HEX
Integer value, formatted in hex.
Definition: GUICommonEnums.h:143
@ AT_OBJECTID
Object handle (ID).
Definition: GUICommonEnums.h:149
@ AT_FONTID
Font ID.
Definition: GUICommonEnums.h:152
@ AT_UINT
unsigned integer value
Definition: GUICommonEnums.h:142
@ AT_SOUNDID
Sound ID.
Definition: GUICommonEnums.h:153
@ AT_SHORT
Short integer value.
Definition: GUICommonEnums.h:144
@ AT_COLORID
Color ID.
Definition: GUICommonEnums.h:158
@ AT_GENRESID
General resource ID.
Definition: GUICommonEnums.h:154
ImageType_t
Definition: GUICommonEnums.h:80
GraphicsWrapper_t
Enumeration for Graphics-Wrappers.
Definition: GUICommonEnums.h:112
@ BLU
BLU.
Definition: GUICommonEnums.h:113
@ OGLES
OpenGL ES.
Definition: GUICommonEnums.h:117
@ EGML
eGML
Definition: GUICommonEnums.h:114
@ DAVE
DAVE.
Definition: GUICommonEnums.h:115
@ OGL
OpenGL.
Definition: GUICommonEnums.h:116
Orientation_t
orientation of controls
Definition: GUICommonEnums.h:57
@ OR_VERTICAL
vertical orientation
Definition: GUICommonEnums.h:59
@ OR_HORIZONTAL
horizontal orientation
Definition: GUICommonEnums.h:58
FontWrapper_t
Emumerations for Font-Wrappers.
Definition: GUICommonEnums.h:122
@ GLYPHLIB
GlyphLib.
Definition: GUICommonEnums.h:124
@ FREETYPE
FreeType.
Definition: GUICommonEnums.h:123
static eC_Bool HasVertical(const AxisAlignment_t &eAlignment)
Definition: GUICommonEnums.h:50