Crazy Eddie's GUI System
0.8.7
|
27 #ifndef _CEGUIFalEnums_h_
28 #define _CEGUIFalEnums_h_
30 #include "CEGUI/PropertyHelper.h"
166 #endif // end of guard _CEGUIFalEnums_h_
References image used for the background.
Definition: Enums.h:157
Image should be stretched horizontally to fill the destination area.
Definition: Enums.h:96
DimensionType
Enumeration of possible values to indicate what a given dimension represents.
Definition: Enums.h:59
text should be spaced so that it takes the full width of the destination area (word wrapped to multip...
Definition: Enums.h:124
Left of Image should be aligned with the left of the destination area.
Definition: Enums.h:93
Invalid / uninitialised DimensionType.
Definition: Enums.h:93
VerticalTextFormatting
Enumeration of possible values to indicate the vertical formatting to be used for a text component.
Definition: Enums.h:104
Bottom of Image should be aligned with the bottom of the destination area.
Definition: Enums.h:82
Right of text should be aligned with the right of the destination area (word wrapped to multiple line...
Definition: Enums.h:122
Bottom of text should be aligned with the bottom of the destination area.
Definition: Enums.h:108
text should be vertically centred within the destination area.
Definition: Enums.h:107
Dimension represents the width of some entity.
Definition: Enums.h:89
Right of text should be aligned with the right of the destination area (single line of text only).
Definition: Enums.h:118
Dims should be subtracted.
Definition: Enums.h:146
text should be horizontally centred within the destination area (single line of text only).
Definition: Enums.h:119
Dims should be added.
Definition: Enums.h:145
Dimension represents the x position of some entity (same as DT_LEFT_EDGE).
Definition: Enums.h:84
References image used for the top-left corner.
Definition: Enums.h:158
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Top of Image should be aligned with the top of the destination area.
Definition: Enums.h:80
Vertical baseline value for font.
Definition: Enums.h:134
ChildEventAction
Enumeration of actions a WidgetLook can take in response to some event firing on a child WidgetCompon...
Definition: Enums.h:174
References image used for the top-right corner.
Definition: Enums.h:159
Top of text should be aligned with the top of the destination area.
Definition: Enums.h:106
DimensionOperator
Enumeration of values representing mathematical operations on dimensions.
Definition: Enums.h:142
Image should be horizontally centred within the destination area.
Definition: Enums.h:94
References image used for the left edge.
Definition: Enums.h:162
FontMetricType
Enumeration of possible values to indicate a particular font metric.
Definition: Enums.h:131
References image used for the right edge.
Definition: Enums.h:163
The window with the WidgetComponent as child is redrawn.
Definition: Enums.h:177
References image used for the bottom-left corner.
Definition: Enums.h:160
Left of text should be aligned with the left of the destination area (word wrapped to multiple lines ...
Definition: Enums.h:121
Image should be tiled horizontally to fill the destination area (right-most tile may be clipped).
Definition: Enums.h:97
Right of Image should be aligned with the right of the destination area.
Definition: Enums.h:95
References image used for the bottom-right corner.
Definition: Enums.h:161
text should be spaced so that it takes the full width of the destination area (single line of text on...
Definition: Enums.h:120
Dimension represents the left edge of some entity (same as DT_X_POSITION).
Definition: Enums.h:83
HorizontalFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for an image componen...
Definition: Enums.h:91
Dimension represents the x offset of some entity (usually only applies to an Image entity).
Definition: Enums.h:91
FrameImageComponent
Enumeration of values referencing available images forming a frame component.
Definition: Enums.h:155
VerticalFormatting
Enumeration of possible values to indicate the vertical formatting to be used for an image component.
Definition: Enums.h:78
The window with the WidgetComponent as child performs child layout.
Definition: Enums.h:179
References image used for the bottom edge.
Definition: Enums.h:165
text should be horizontally centred within the destination area (word wrapped to multiple lines as ne...
Definition: Enums.h:123
Dimension represents the right edge of some entity.
Definition: Enums.h:87
HorizontalTextFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for a text component.
Definition: Enums.h:115
Image should be vertically centred within the destination area.
Definition: Enums.h:81
Vertical line spacing value for font.
Definition: Enums.h:133
Do nothing operator.
Definition: Enums.h:144
Horizontal extent of a string.
Definition: Enums.h:135
Left of text should be aligned with the left of the destination area (single line of text only).
Definition: Enums.h:117
Dimension represents the top edge of some entity (same as DT_Y_POSITION).
Definition: Enums.h:85
Dimension represents the y offset of some entity (usually only applies to an Image entity).
Definition: Enums.h:92
Dims should be multiplied.
Definition: Enums.h:147
Max number of images for a frame.
Definition: Enums.h:166
Dimension represents the bottom edge of some entity.
Definition: Enums.h:88
Dimension represents the height of some entity.
Definition: Enums.h:90
Image should be tiled vertically to fill the destination area (bottom-most tile may be clipped).
Definition: Enums.h:84
References image used for the top edge.
Definition: Enums.h:164
Image should be stretched vertically to fill the destination area.
Definition: Enums.h:83
Dims should be divided.
Definition: Enums.h:148
Dimension represents the y position of some entity (same as DT_TOP_EDGE).
Definition: Enums.h:86