Crazy Eddie's GUI System  0.8.7
Enums.h
1 /***********************************************************************
2  created: Mon Jun 13 2005
3  author: Paul D Turner <paul@cegui.org.uk>
4 *************************************************************************/
5 /***************************************************************************
6  * Copyright (C) 2004 - 2006 Paul D Turner & The CEGUI Development Team
7  *
8  * Permission is hereby granted, free of charge, to any person obtaining
9  * a copy of this software and associated documentation files (the
10  * "Software"), to deal in the Software without restriction, including
11  * without limitation the rights to use, copy, modify, merge, publish,
12  * distribute, sublicense, and/or sell copies of the Software, and to
13  * permit persons to whom the Software is furnished to do so, subject to
14  * the following conditions:
15  *
16  * The above copyright notice and this permission notice shall be
17  * included in all copies or substantial portions of the Software.
18  *
19  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
22  * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
23  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
24  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25  * OTHER DEALINGS IN THE SOFTWARE.
26  ***************************************************************************/
27 #ifndef _CEGUIFalEnums_h_
28 #define _CEGUIFalEnums_h_
29 
30 #include "CEGUI/PropertyHelper.h"
31 
32 // Start of CEGUI namespace section
33 namespace CEGUI
34 {
39  enum DimensionType
40  {
41  DT_LEFT_EDGE,
43  DT_TOP_EDGE,
47  DT_WIDTH,
48  DT_HEIGHT,
49  DT_X_OFFSET,
50  DT_Y_OFFSET,
51  DT_INVALID
52  };
53 
59  {
64  VF_TILED
65  };
66 
72  {
76  HF_STRETCHED,
77  HF_TILED
78  };
79 
85  {
89  };
90 
96  {
105  };
106 
112  {
114  FMT_BASELINE,
116  };
117 
123  {
129  };
130 
136  {
142  FIC_LEFT_EDGE,
144  FIC_TOP_EDGE,
147  };
148 
154  enum ChildEventAction
155  {
157  CEA_REDRAW,
160  };
161 
162 
163 } // End of CEGUI namespace section
164 
165 
166 #endif // end of guard _CEGUIFalEnums_h_
CEGUI::FIC_BACKGROUND
@ FIC_BACKGROUND
References image used for the background.
Definition: Enums.h:161
CEGUI::HF_STRETCHED
@ HF_STRETCHED
Image should be stretched horizontally to fill the destination area.
Definition: Enums.h:100
CEGUI::DimensionType
DimensionType
Enumeration of possible values to indicate what a given dimension represents.
Definition: Enums.h:63
CEGUI::HTF_WORDWRAP_JUSTIFIED
@ HTF_WORDWRAP_JUSTIFIED
text should be spaced so that it takes the full width of the destination area (word wrapped to multip...
Definition: Enums.h:128
CEGUI::HF_LEFT_ALIGNED
@ HF_LEFT_ALIGNED
Left of Image should be aligned with the left of the destination area.
Definition: Enums.h:97
CEGUI::DT_INVALID
@ DT_INVALID
Invalid / uninitialised DimensionType.
Definition: Enums.h:99
CEGUI::VerticalTextFormatting
VerticalTextFormatting
Enumeration of possible values to indicate the vertical formatting to be used for a text component.
Definition: Enums.h:108
CEGUI::VF_BOTTOM_ALIGNED
@ VF_BOTTOM_ALIGNED
Bottom of Image should be aligned with the bottom of the destination area.
Definition: Enums.h:86
CEGUI::HTF_WORDWRAP_RIGHT_ALIGNED
@ HTF_WORDWRAP_RIGHT_ALIGNED
Right of text should be aligned with the right of the destination area (word wrapped to multiple line...
Definition: Enums.h:126
CEGUI::VTF_BOTTOM_ALIGNED
@ VTF_BOTTOM_ALIGNED
Bottom of text should be aligned with the bottom of the destination area.
Definition: Enums.h:112
CEGUI::VTF_CENTRE_ALIGNED
@ VTF_CENTRE_ALIGNED
text should be vertically centred within the destination area.
Definition: Enums.h:111
CEGUI::DT_WIDTH
@ DT_WIDTH
Dimension represents the width of some entity.
Definition: Enums.h:95
CEGUI::HTF_RIGHT_ALIGNED
@ HTF_RIGHT_ALIGNED
Right of text should be aligned with the right of the destination area (single line of text only).
Definition: Enums.h:122
CEGUI::DOP_SUBTRACT
@ DOP_SUBTRACT
Dims should be subtracted.
Definition: Enums.h:150
CEGUI::HTF_CENTRE_ALIGNED
@ HTF_CENTRE_ALIGNED
text should be horizontally centred within the destination area (single line of text only).
Definition: Enums.h:123
CEGUI::DOP_ADD
@ DOP_ADD
Dims should be added.
Definition: Enums.h:149
CEGUI::DT_X_POSITION
@ DT_X_POSITION
Dimension represents the x position of some entity (same as DT_LEFT_EDGE).
Definition: Enums.h:90
CEGUI::FIC_TOP_LEFT_CORNER
@ FIC_TOP_LEFT_CORNER
References image used for the top-left corner.
Definition: Enums.h:162
CEGUI
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
CEGUI::VF_TOP_ALIGNED
@ VF_TOP_ALIGNED
Top of Image should be aligned with the top of the destination area.
Definition: Enums.h:84
CEGUI::FMT_BASELINE
@ FMT_BASELINE
Vertical baseline value for font.
Definition: Enums.h:138
CEGUI::ChildEventAction
ChildEventAction
Enumeration of actions a WidgetLook can take in response to some event firing on a child WidgetCompon...
Definition: Enums.h:178
CEGUI::FIC_TOP_RIGHT_CORNER
@ FIC_TOP_RIGHT_CORNER
References image used for the top-right corner.
Definition: Enums.h:163
CEGUI::VTF_TOP_ALIGNED
@ VTF_TOP_ALIGNED
Top of text should be aligned with the top of the destination area.
Definition: Enums.h:110
CEGUI::DimensionOperator
DimensionOperator
Enumeration of values representing mathematical operations on dimensions.
Definition: Enums.h:146
CEGUI::HF_CENTRE_ALIGNED
@ HF_CENTRE_ALIGNED
Image should be horizontally centred within the destination area.
Definition: Enums.h:98
CEGUI::FIC_LEFT_EDGE
@ FIC_LEFT_EDGE
References image used for the left edge.
Definition: Enums.h:166
CEGUI::FontMetricType
FontMetricType
Enumeration of possible values to indicate a particular font metric.
Definition: Enums.h:135
CEGUI::FIC_RIGHT_EDGE
@ FIC_RIGHT_EDGE
References image used for the right edge.
Definition: Enums.h:167
CEGUI::CEA_REDRAW
@ CEA_REDRAW
The window with the WidgetComponent as child is redrawn.
Definition: Enums.h:181
CEGUI::FIC_BOTTOM_LEFT_CORNER
@ FIC_BOTTOM_LEFT_CORNER
References image used for the bottom-left corner.
Definition: Enums.h:164
CEGUI::HTF_WORDWRAP_LEFT_ALIGNED
@ HTF_WORDWRAP_LEFT_ALIGNED
Left of text should be aligned with the left of the destination area (word wrapped to multiple lines ...
Definition: Enums.h:125
CEGUI::HF_TILED
@ HF_TILED
Image should be tiled horizontally to fill the destination area (right-most tile may be clipped).
Definition: Enums.h:101
CEGUI::HF_RIGHT_ALIGNED
@ HF_RIGHT_ALIGNED
Right of Image should be aligned with the right of the destination area.
Definition: Enums.h:99
CEGUI::FIC_BOTTOM_RIGHT_CORNER
@ FIC_BOTTOM_RIGHT_CORNER
References image used for the bottom-right corner.
Definition: Enums.h:165
CEGUI::HTF_JUSTIFIED
@ HTF_JUSTIFIED
text should be spaced so that it takes the full width of the destination area (single line of text on...
Definition: Enums.h:124
CEGUI::DT_LEFT_EDGE
@ DT_LEFT_EDGE
Dimension represents the left edge of some entity (same as DT_X_POSITION).
Definition: Enums.h:89
CEGUI::HorizontalFormatting
HorizontalFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for an image componen...
Definition: Enums.h:95
CEGUI::DT_X_OFFSET
@ DT_X_OFFSET
Dimension represents the x offset of some entity (usually only applies to an Image entity).
Definition: Enums.h:97
CEGUI::FrameImageComponent
FrameImageComponent
Enumeration of values referencing available images forming a frame component.
Definition: Enums.h:159
CEGUI::VerticalFormatting
VerticalFormatting
Enumeration of possible values to indicate the vertical formatting to be used for an image component.
Definition: Enums.h:82
CEGUI::CEA_LAYOUT
@ CEA_LAYOUT
The window with the WidgetComponent as child performs child layout.
Definition: Enums.h:183
CEGUI::FIC_BOTTOM_EDGE
@ FIC_BOTTOM_EDGE
References image used for the bottom edge.
Definition: Enums.h:169
CEGUI::HTF_WORDWRAP_CENTRE_ALIGNED
@ HTF_WORDWRAP_CENTRE_ALIGNED
text should be horizontally centred within the destination area (word wrapped to multiple lines as ne...
Definition: Enums.h:127
CEGUI::DT_RIGHT_EDGE
@ DT_RIGHT_EDGE
Dimension represents the right edge of some entity.
Definition: Enums.h:93
CEGUI::HorizontalTextFormatting
HorizontalTextFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for a text component.
Definition: Enums.h:119
CEGUI::VF_CENTRE_ALIGNED
@ VF_CENTRE_ALIGNED
Image should be vertically centred within the destination area.
Definition: Enums.h:85
CEGUI::FMT_LINE_SPACING
@ FMT_LINE_SPACING
Vertical line spacing value for font.
Definition: Enums.h:137
CEGUI::DOP_NOOP
@ DOP_NOOP
Do nothing operator.
Definition: Enums.h:148
CEGUI::FMT_HORZ_EXTENT
@ FMT_HORZ_EXTENT
Horizontal extent of a string.
Definition: Enums.h:139
CEGUI::HTF_LEFT_ALIGNED
@ HTF_LEFT_ALIGNED
Left of text should be aligned with the left of the destination area (single line of text only).
Definition: Enums.h:121
CEGUI::DT_TOP_EDGE
@ DT_TOP_EDGE
Dimension represents the top edge of some entity (same as DT_Y_POSITION).
Definition: Enums.h:91
CEGUI::DT_Y_OFFSET
@ DT_Y_OFFSET
Dimension represents the y offset of some entity (usually only applies to an Image entity).
Definition: Enums.h:98
CEGUI::DOP_MULTIPLY
@ DOP_MULTIPLY
Dims should be multiplied.
Definition: Enums.h:151
CEGUI::FIC_FRAME_IMAGE_COUNT
@ FIC_FRAME_IMAGE_COUNT
Max number of images for a frame.
Definition: Enums.h:170
CEGUI::DT_BOTTOM_EDGE
@ DT_BOTTOM_EDGE
Dimension represents the bottom edge of some entity.
Definition: Enums.h:94
CEGUI::DT_HEIGHT
@ DT_HEIGHT
Dimension represents the height of some entity.
Definition: Enums.h:96
CEGUI::VF_TILED
@ VF_TILED
Image should be tiled vertically to fill the destination area (bottom-most tile may be clipped).
Definition: Enums.h:88
CEGUI::FIC_TOP_EDGE
@ FIC_TOP_EDGE
References image used for the top edge.
Definition: Enums.h:168
CEGUI::VF_STRETCHED
@ VF_STRETCHED
Image should be stretched vertically to fill the destination area.
Definition: Enums.h:87
CEGUI::DOP_DIVIDE
@ DOP_DIVIDE
Dims should be divided.
Definition: Enums.h:152
CEGUI::DT_Y_POSITION
@ DT_Y_POSITION
Dimension represents the y position of some entity (same as DT_TOP_EDGE).
Definition: Enums.h:92