Crazy Eddie's GUI System  ${CEGUI_VERSION}
debian/tmp/usr/include/cegui-0.8.5/CEGUI/falagard/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 {
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  {
63  VF_STRETCHED,
64  VF_TILED
65  };
66 
72  {
76  HF_STRETCHED,
77  HF_TILED
78  };
79 
85  {
89  };
90 
96  {
100  HTF_JUSTIFIED,
105  };
106 
112  {
114  FMT_BASELINE,
116  };
117 
123  {
124  DOP_NOOP,
125  DOP_ADD,
126  DOP_SUBTRACT,
127  DOP_MULTIPLY,
128  DOP_DIVIDE
129  };
130 
136  {
142  FIC_LEFT_EDGE,
144  FIC_TOP_EDGE,
147  };
148 
155  {
157  CEA_REDRAW,
159  CEA_LAYOUT
160  };
161 
162 
163 } // End of CEGUI namespace section
164 
165 
166 #endif // end of guard _CEGUIFalEnums_h_
Dimension represents the top edge of some entity (same as DT_Y_POSITION).
Definition: cegui/include/CEGUI/falagard/Enums.h:43
Image should be tiled vertically to fill the destination area (bottom-most tile may be clipped)...
Definition: cegui/include/CEGUI/falagard/Enums.h:64
Left of text should be aligned with the left of the destination area (word wrapped to multiple lines ...
Definition: cegui/include/CEGUI/falagard/Enums.h:101
Left of text should be aligned with the left of the destination area (single line of text only)...
Definition: cegui/include/CEGUI/falagard/Enums.h:97
text should be horizontally centred within the destination area (single line of text only)...
Definition: cegui/include/CEGUI/falagard/Enums.h:99
Dims should be added.
Definition: cegui/include/CEGUI/falagard/Enums.h:125
Right of text should be aligned with the right of the destination area (word wrapped to multiple line...
Definition: cegui/include/CEGUI/falagard/Enums.h:102
Horizontal extent of a string.
Definition: cegui/include/CEGUI/falagard/Enums.h:115
Max number of images for a frame.
Definition: cegui/include/CEGUI/falagard/Enums.h:146
VerticalFormatting
Enumeration of possible values to indicate the vertical formatting to be used for an image component...
Definition: cegui/include/CEGUI/falagard/Enums.h:58
text should be vertically centred within the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:87
References image used for the top-right corner.
Definition: cegui/include/CEGUI/falagard/Enums.h:139
Dims should be divided.
Definition: cegui/include/CEGUI/falagard/Enums.h:128
Image should be stretched horizontally to fill the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:76
Main namespace for Crazy Eddie&#39;s GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
Right of Image should be aligned with the right of the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:75
References image used for the background.
Definition: cegui/include/CEGUI/falagard/Enums.h:137
References image used for the left edge.
Definition: cegui/include/CEGUI/falagard/Enums.h:142
Image should be horizontally centred within the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:74
DimensionOperator
Enumeration of values representing mathematical operations on dimensions.
Definition: cegui/include/CEGUI/falagard/Enums.h:122
Image should be vertically centred within the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:61
Bottom of Image should be aligned with the bottom of the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:62
Image should be tiled horizontally to fill the destination area (right-most tile may be clipped)...
Definition: cegui/include/CEGUI/falagard/Enums.h:77
The window with the WidgetComponent as child performs child layout.
Definition: cegui/include/CEGUI/falagard/Enums.h:159
Dimension represents the x offset of some entity (usually only applies to an Image entity)...
Definition: cegui/include/CEGUI/falagard/Enums.h:49
HorizontalTextFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for a text component...
Definition: cegui/include/CEGUI/falagard/Enums.h:95
References image used for the bottom-left corner.
Definition: cegui/include/CEGUI/falagard/Enums.h:140
Dims should be subtracted.
Definition: cegui/include/CEGUI/falagard/Enums.h:126
Dims should be multiplied.
Definition: cegui/include/CEGUI/falagard/Enums.h:127
References image used for the top-left corner.
Definition: cegui/include/CEGUI/falagard/Enums.h:138
Left of Image should be aligned with the left of the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:73
Dimension represents the right edge of some entity.
Definition: cegui/include/CEGUI/falagard/Enums.h:45
References image used for the bottom-right corner.
Definition: cegui/include/CEGUI/falagard/Enums.h:141
DimensionType
Enumeration of possible values to indicate what a given dimension represents.
Definition: cegui/include/CEGUI/falagard/Enums.h:39
References image used for the bottom edge.
Definition: cegui/include/CEGUI/falagard/Enums.h:145
Right of text should be aligned with the right of the destination area (single line of text only)...
Definition: cegui/include/CEGUI/falagard/Enums.h:98
VerticalTextFormatting
Enumeration of possible values to indicate the vertical formatting to be used for a text component...
Definition: cegui/include/CEGUI/falagard/Enums.h:84
HorizontalFormatting
Enumeration of possible values to indicate the horizontal formatting to be used for an image componen...
Definition: cegui/include/CEGUI/falagard/Enums.h:71
Image should be stretched vertically to fill the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:63
FrameImageComponent
Enumeration of values referencing available images forming a frame component.
Definition: cegui/include/CEGUI/falagard/Enums.h:135
Dimension represents the x position of some entity (same as DT_LEFT_EDGE).
Definition: cegui/include/CEGUI/falagard/Enums.h:42
Top of Image should be aligned with the top of the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:60
Vertical line spacing value for font.
Definition: cegui/include/CEGUI/falagard/Enums.h:113
text should be spaced so that it takes the full width of the destination area (single line of text on...
Definition: cegui/include/CEGUI/falagard/Enums.h:100
Dimension represents the y position of some entity (same as DT_TOP_EDGE).
Definition: cegui/include/CEGUI/falagard/Enums.h:44
Top of text should be aligned with the top of the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:86
Dimension represents the bottom edge of some entity.
Definition: cegui/include/CEGUI/falagard/Enums.h:46
ChildEventAction
Enumeration of actions a WidgetLook can take in response to some event firing on a child WidgetCompon...
Definition: cegui/include/CEGUI/falagard/Enums.h:154
Dimension represents the y offset of some entity (usually only applies to an Image entity)...
Definition: cegui/include/CEGUI/falagard/Enums.h:50
Vertical baseline value for font.
Definition: cegui/include/CEGUI/falagard/Enums.h:114
Bottom of text should be aligned with the bottom of the destination area.
Definition: cegui/include/CEGUI/falagard/Enums.h:88
References image used for the top edge.
Definition: cegui/include/CEGUI/falagard/Enums.h:144
Do nothing operator.
Definition: cegui/include/CEGUI/falagard/Enums.h:124
Dimension represents the left edge of some entity (same as DT_X_POSITION).
Definition: cegui/include/CEGUI/falagard/Enums.h:41
Invalid / uninitialised DimensionType.
Definition: cegui/include/CEGUI/falagard/Enums.h:51
References image used for the right edge.
Definition: cegui/include/CEGUI/falagard/Enums.h:143
text should be horizontally centred within the destination area (word wrapped to multiple lines as ne...
Definition: cegui/include/CEGUI/falagard/Enums.h:103
text should be spaced so that it takes the full width of the destination area (word wrapped to multip...
Definition: cegui/include/CEGUI/falagard/Enums.h:104
Dimension represents the height of some entity.
Definition: cegui/include/CEGUI/falagard/Enums.h:48
Dimension represents the width of some entity.
Definition: cegui/include/CEGUI/falagard/Enums.h:47
FontMetricType
Enumeration of possible values to indicate a particular font metric.
Definition: cegui/include/CEGUI/falagard/Enums.h:111
The window with the WidgetComponent as child is redrawn.
Definition: cegui/include/CEGUI/falagard/Enums.h:157