Crazy Eddies GUI System  0.7.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
CEGUIFalEnums.h
1 /***********************************************************************
2  filename: CEGUIFalEnums.h
3  created: Mon Jun 13 2005
4  author: Paul D Turner <paul@cegui.org.uk>
5 *************************************************************************/
6 /***************************************************************************
7  * Copyright (C) 2004 - 2006 Paul D Turner & The CEGUI Development Team
8  *
9  * Permission is hereby granted, free of charge, to any person obtaining
10  * a copy of this software and associated documentation files (the
11  * "Software"), to deal in the Software without restriction, including
12  * without limitation the rights to use, copy, modify, merge, publish,
13  * distribute, sublicense, and/or sell copies of the Software, and to
14  * permit persons to whom the Software is furnished to do so, subject to
15  * the following conditions:
16  *
17  * The above copyright notice and this permission notice shall be
18  * included in all copies or substantial portions of the Software.
19  *
20  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
23  * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
24  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
25  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
26  * OTHER DEALINGS IN THE SOFTWARE.
27  ***************************************************************************/
28 #ifndef _CEGUIFalEnums_h_
29 #define _CEGUIFalEnums_h_
30 
31 // Start of CEGUI namespace section
32 namespace CEGUI
33 {
39  {
51  };
52 
58  {
64  };
65 
71  {
77  };
78 
84  {
88  };
89 
95  {
104  };
105 
111  {
115  };
116 
122  {
128  };
129 
135  {
146  };
147 
148 } // End of CEGUI namespace section
149 
150 
151 #endif // end of guard _CEGUIFalEnums_h_
Dimension represents the left edge of some entity (same as DT_X_POSITION).
Definition: CEGUIFalEnums.h:40
Top of text should be aligned with the top of the destination area.
Definition: CEGUIFalEnums.h:85
References image used for the left edge.
Definition: CEGUIFalEnums.h:141
References image used for the top-right corner.
Definition: CEGUIFalEnums.h:138
References image used for the bottom-left corner.
Definition: CEGUIFalEnums.h:139
Dimension represents the top edge of some entity (same as DT_Y_POSITION).
Definition: CEGUIFalEnums.h:42
Vertical baseline value for font.
Definition: CEGUIFalEnums.h:113
Image should be vertically centred within the destination area.
Definition: CEGUIFalEnums.h:60
Left of text should be aligned with the left of the destination area (single line of text only)...
Definition: CEGUIFalEnums.h:96
VerticalFormatting
Enumeration of possible values to indicate the vertical formatting to be used for an image component...
Definition: CEGUIFalEnums.h:57
Image should be tiled vertically to fill the destination area (bottom-most tile may be clipped)...
Definition: CEGUIFalEnums.h:63
Bottom of text should be aligned with the bottom of the destination area.
Definition: CEGUIFalEnums.h:87
References image used for the top-left corner.
Definition: CEGUIFalEnums.h:137
Dimension represents the y offset of some entity (usually only applies to an Image entity)...
Definition: CEGUIFalEnums.h:49
Dims should be added.
Definition: CEGUIFalEnums.h:124
Right of text should be aligned with the right of the destination area (word wrapped to multiple line...
Definition: CEGUIFalEnums.h:101
References image used for the bottom-right corner.
Definition: CEGUIFalEnums.h:140
Dimension represents the x offset of some entity (usually only applies to an Image entity)...
Definition: CEGUIFalEnums.h:48
DimensionOperator
Enumeration of values representing mathematical operations on dimensions.
Definition: CEGUIFalEnums.h:121
Dims should be divided.
Definition: CEGUIFalEnums.h:127
References image used for the bottom edge.
Definition: CEGUIFalEnums.h:144
Dimension represents the height of some entity.
Definition: CEGUIFalEnums.h:47
Dimension represents the x position of some entity (same as DT_LEFT_EDGE).
Definition: CEGUIFalEnums.h:41
Right of Image should be aligned with the right of the destination area.
Definition: CEGUIFalEnums.h:74
HorizontalTextFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for a text component...
Definition: CEGUIFalEnums.h:94
Left of text should be aligned with the left of the destination area (word wrapped to multiple lines ...
Definition: CEGUIFalEnums.h:100
Right of text should be aligned with the right of the destination area (single line of text only)...
Definition: CEGUIFalEnums.h:97
Do nothing operator.
Definition: CEGUIFalEnums.h:123
Dimension represents the right edge of some entity.
Definition: CEGUIFalEnums.h:44
Horizontal extent of a string.
Definition: CEGUIFalEnums.h:114
Vertical line spacing value for font.
Definition: CEGUIFalEnums.h:112
text should be horizontally centred within the destination area (word wrapped to multiple lines as ne...
Definition: CEGUIFalEnums.h:102
Image should be stretched vertically to fill the destination area.
Definition: CEGUIFalEnums.h:62
Dimension represents the width of some entity.
Definition: CEGUIFalEnums.h:46
text should be spaced so that it takes the full width of the destination area (single line of text on...
Definition: CEGUIFalEnums.h:99
text should be horizontally centred within the destination area (single line of text only)...
Definition: CEGUIFalEnums.h:98
Invalid / uninitialised DimensionType.
Definition: CEGUIFalEnums.h:50
Max number of images for a frame.
Definition: CEGUIFalEnums.h:145
References image used for the top edge.
Definition: CEGUIFalEnums.h:143
DimensionType
Enumeration of possible values to indicate what a given dimension represents.
Definition: CEGUIFalEnums.h:38
Dimension represents the bottom edge of some entity.
Definition: CEGUIFalEnums.h:45
Image should be stretched horizontally to fill the destination area.
Definition: CEGUIFalEnums.h:75
VerticalTextFormatting
Enumeration of possible values to indicate the vertical formatting to be used for a text component...
Definition: CEGUIFalEnums.h:83
HorizontalFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for an image componen...
Definition: CEGUIFalEnums.h:70
FrameImageComponent
Enumeration of values referencing available images forming a frame component.
Definition: CEGUIFalEnums.h:134
Image should be horizontally centred within the destination area.
Definition: CEGUIFalEnums.h:73
Top of Image should be aligned with the top of the destination area.
Definition: CEGUIFalEnums.h:59
text should be spaced so that it takes the full width of the destination area (word wrapped to multip...
Definition: CEGUIFalEnums.h:103
References image used for the background.
Definition: CEGUIFalEnums.h:136
Image should be tiled horizontally to fill the destination area (right-most tile may be clipped)...
Definition: CEGUIFalEnums.h:76
Dims should be subtracted.
Definition: CEGUIFalEnums.h:125
Dims should be multiplied.
Definition: CEGUIFalEnums.h:126
Left of Image should be aligned with the left of the destination area.
Definition: CEGUIFalEnums.h:72
Bottom of Image should be aligned with the bottom of the destination area.
Definition: CEGUIFalEnums.h:61
Dimension represents the y position of some entity (same as DT_TOP_EDGE).
Definition: CEGUIFalEnums.h:43
text should be vertically centred within the destination area.
Definition: CEGUIFalEnums.h:86
References image used for the right edge.
Definition: CEGUIFalEnums.h:142
FontMetricType
Enumeration of possible values to indicate a particular font metric.
Definition: CEGUIFalEnums.h:110