Crazy Eddies GUI System
0.7.0
|
CEGUI | Main namespace for Crazy Eddie's GUI Library |
CheckboxProperties | Namespace containing all classes that make up the properties interface for the Checkbox class |
Selected | Property to access the selected state of the check box |
ComboboxProperties | Namespace containing all classes that make up the properties interface for the Combobox class |
ReadOnly | Property to access the read-only setting of the edit box |
ValidationString | Property to access the string used for regular expression validation of the edit box text |
CaratIndex | Property to access the current carat index |
EditSelectionStart | Property to access the current selection start index |
EditSelectionLength | Property to access the current selection length |
MaxEditTextLength | Property to access the maximum text length for the edit box |
SortList | Property to access the sort setting of the list box |
ForceVertScrollbar | Property to access the 'always show' setting for the vertical scroll bar of the list box |
ForceHorzScrollbar | Property to access the 'always show' setting for the horizontal scroll bar of the list box |
SingleClickMode | Property to access the 'single click mode' setting for the combo box |
DragContainerProperties | |
DraggingEnabled | Property to access the state of the dragging enabled setting |
DragAlpha | Property to access the dragging alpha value |
DragThreshold | Property to access the dragging threshold value |
DragCursorImage | Property to access the dragging mouse cursor setting |
StickyMode | Property to access the state of the sticky mode setting |
EditboxProperties | Namespace containing all classes that make up the properties interface for the Editbox class |
ReadOnly | Property to access the read-only setting of the edit box |
MaskText | Property to access the mask text setting of the edit box |
MaskCodepoint | Property to access the mask text setting of the edit box |
ValidationString | Property to access the string used for regular expression validation of the edit box text |
CaratIndex | Property to access the current carat index |
SelectionStart | Property to access the current selection start index |
SelectionLength | Property to access the current selection length |
MaxTextLength | Property to access the maximum text length for the edit box |
NormalTextColour | Property to access the normal, unselected, text colour used for rendering text |
SelectedTextColour | Property to access the colour used for rendering text within the selection area |
ActiveSelectionColour | Property to access the colour used for rendering the selection highlight when the edit box is active |
InactiveSelectionColour | Property to access the colour used for rendering the selection highlight when the edit box is inactive |
FalagardEditboxProperties | Namespace containing the specialised Falagard properties for Editbox |
BlinkCaret | Property to access the setting that controls whether the caret will blink |
BlinkCaretTimeout | Property to access the setting that controls the speed at which the caret blinks when the caret blink option is enabled |
FalagardListHeaderProperties | Properties for the Falagard ListHeader |
SegmentWidgetType | Property to access the segment widget type |
FalagardMultiLineEditboxProperties | Namespace containing the specialised Falagard properties for MultiLineEditbox |
BlinkCaret | Property to access the setting that controls whether the caret will blink |
BlinkCaretTimeout | Property to access the setting that controls the speed at which the caret blinks when the caret blink option is enabled |
FalagardProgressBarProperties | Namespace containing the specialised properties interface for the Progress Bar under Falagard class |
VerticalProgress | Property to access the setting that controls whether the progress bar is horizontal or vertical |
ReversedProgress | Property to access the setting that controls the direction that progress 'grows' towards |
FalagardScrollbarProperties | Namespace containing the specialised properties interface for the Scrollbar under Falagard class |
VerticalScrollbar | Property to access the setting that controls whether the scrollbar is horizontal or vertical |
FalagardSliderProperties | Namespace containing the specialised properties interface for the Slider under Falagard class |
VerticalSlider | Property to access the setting that controls whether the slider is horizontal or vertical |
ReversedDirection | Property to access the setting that controls the positive direction for the slider |
FalagardStaticImageProperties | Namespace containing all classes that make up the properties interface for the FalagardStaticText class |
Image | Property to access the image for the FalagardStaticImage widget |
FalagardStaticProperties | Namespace containing all classes that make up the properties interface for the FalagardStatic (base) class |
FrameEnabled | Property to access the state of the frame enabled setting for the FalagardStatic widget |
BackgroundEnabled | Property to access the state of the frame background setting for the FalagardStatic widget |
FalagardStaticTextProperties | Namespace containing all classes that make up the properties interface for the FalagardStaticText class |
TextColours | Property to access the text colours for the FalagardStaticText widget |
HorzFormatting | Property to access the horizontal formatting mode setting |
VertFormatting | Property to access the vertical formatting mode setting |
VertScrollbar | Property to access the setting for enabling the vertical scroll bar |
HorzScrollbar | Property to access the setting for enabling the horizontal scroll bar |
FalagardTabControlProperties | Properties for the Falagard TabControl |
TabButtonType | Property to access the segment sizing cursor image |
FrameWindowProperties | Namespace containing all classes that make up the properties interface for the FrameWindow class |
SizingEnabled | Property to access the state of the sizable setting for the FrameWindow |
FrameEnabled | Property to access the setting for whether the window frame will be displayed |
TitlebarEnabled | Property to access the setting for whether the window title-bar will be enabled (or displayed depending upon choice of final widget type) |
CloseButtonEnabled | Property to access the setting for whether the window close button will be enabled (or displayed depending upon choice of final widget type) |
RollUpEnabled | Property to access the setting for whether the user is able to roll-up / shade the window |
RollUpState | Property to access the roll-up / shade state of the window |
DragMovingEnabled | Property to access the setting for whether the user may drag the window around by its title bar |
SizingBorderThickness | Property to access the setting for the sizing border thickness |
NSSizingCursorImage | Property to access the N-S (up-down) sizing cursor image |
EWSizingCursorImage | Property to access the E-W (left/right) sizing cursor image |
NWSESizingCursorImage | Property to access the NW-SE diagonal sizing cursor image |
NESWSizingCursorImage | Property to access the NE-SW diagonal sizing cursor image |
ItemEntryProperties | Namespace containing all classes that make up the properties interface for the ItemEntry class |
Selectable | Property to access the state of the selectable setting |
Selected | Property to access the state of the selected setting |
ItemListBaseProperties | Namespace containing all classes that make up the properties interface for the ItemListBase class |
AutoResizeEnabled | Property to access the state of the auto resize enabled setting |
SortEnabled | Property to access the state of the sorting enabled setting |
SortMode | Property to access the sorting mode |
ItemListboxProperties | Namespace containing all classes that make up the properties interface for the ItemListbox class |
MultiSelect | Property to access the state of the multiselect enabled setting |
ListboxProperties | Namespace containing all classes that make up the properties interface for the Listbox class |
Sort | Property to access the sort setting of the list box |
MultiSelect | Property to access the multi-select setting of the list box |
ForceVertScrollbar | Property to access the 'always show' setting for the vertical scroll bar of the list box |
ForceHorzScrollbar | Property to access the 'always show' setting for the horizontal scroll bar of the list box |
ItemTooltips | Property to access the show item tooltips setting of the list box |
ListHeaderProperties | Namespace containing all classes that make up the properties interface for the ListHeader class |
ColumnsSizable | Property to access the setting for user sizing of the column headers |
ColumnsMovable | Property to access the setting for user moving of the column headers |
SortSettingEnabled | Property to access the setting for user modification of the sort column & direction |
SortDirection | Property to access the sort direction setting of the list header |
SortColumnID | Property to access the current sort column (via ID code) |
ListHeaderSegmentProperties | Namespace containing all classes that make up the properties interface for the ListHeaderSegment class |
Sizable | Property to access the sizable setting of the header segment |
Clickable | Property to access the click-able setting of the header segment |
Dragable | Property to access the drag-able setting of the header segment |
SortDirection | Property to access the sort direction setting of the header segment |
SizingCursorImage | Property to access the segment sizing cursor image |
MovingCursorImage | Property to access the segment moving cursor image |
MenuBaseProperties | |
ItemSpacing | Property to access the item spacing of the menu |
AllowMultiplePopups | Property to access the state of the allow multiple popups setting |
MultiColumnListProperties | Namespace containing all classes that make up the properties interface for the MultiColumnList class |
ColumnsSizable | Property to access the setting for user sizing of the column headers |
ColumnsMovable | Property to access the setting for user moving of the column headers |
SortSettingEnabled | Property to access the setting for user modification of the sort column & direction |
SortDirection | Property to access the sort direction setting of the list |
SortColumnID | Property to access the current sort column (via ID code) |
NominatedSelectionColumnID | Property to access the nominated selection column (via ID) |
NominatedSelectionRow | Property to access the nominated selection row |
ForceVertScrollbar | Property to access the 'always show' setting for the vertical scroll bar of the list box |
ForceHorzScrollbar | Property to access the 'always show' setting for the horizontal scroll bar of the list box |
SelectionMode | Property to access the selection mode setting of the list |
ColumnHeader | Property to access a column |
RowCount | Property to access the number of rows in the list (read-only) |
MultiLineEditboxProperties | Namespace containing all classes that make up the properties interface for the MultiLineEditbox class |
ReadOnly | Property to access the read-only setting of the edit box |
WordWrap | Property to access the word-wrap setting of the edit box |
CaratIndex | Property to access the current carat index |
SelectionStart | Property to access the current selection start index |
SelectionLength | Property to access the current selection length |
MaxTextLength | Property to access the maximum text length for the edit box |
SelectionBrushImage | Property to access the selection brush image |
ForceVertScrollbar | Property to access the 'always show' setting for the vertical scroll bar of the box |
PopupMenuProperties | |
FadeInTime | Property to access the fade in time in seconds of the popup menu |
FadeOutTime | Property to access the fade out time in seconds of the popup menu |
ProgressBarProperties | Namespace containing all classes that make up the properties interface for the ProgressBar class |
CurrentProgress | Property to access the current progress of the progress bar |
StepSize | Property to access the step size setting for the progress bar |
RadioButtonProperties | Namespace containing all classes that make up the properties interface for the RadioButton class |
Selected | Property to access the selected state of the RadioButton |
GroupID | Property to access the radio button group ID |
ScrollablePaneProperties | Namespace containing all classes that make up the properties interface for the ScrollablePane class |
ContentPaneAutoSized | Property to access the setting which controls whether the content pane is automatically resized according to the size and position of attached content |
ContentArea | Property to access the current content pane area rectangle (as window relative pixels) |
ForceVertScrollbar | Property to access the setting which controls whether the vertical scroll bar will always be displayed, or only displayed when it is required |
ForceHorzScrollbar | Property to access the setting which controls whether the horizontal scroll bar will always be displayed, or only displayed when it is required |
HorzStepSize | Property to access the step size for the horizontal Scrollbar |
HorzOverlapSize | Property to access the overlap size for the horizontal Scrollbar |
HorzScrollPosition | Property to access the scroll position of the horizontal Scrollbar |
VertStepSize | Property to access the step size for the vertical Scrollbar |
VertOverlapSize | Property to access the overlap size for the vertical Scrollbar |
VertScrollPosition | Property to access the scroll position of the vertical Scrollbar |
ScrollbarProperties | Namespace containing all classes that make up the properties interface for the Scrollbar class |
DocumentSize | Property to access the document size for the Scrollbar |
PageSize | Property to access the page size for the Scrollbar |
StepSize | Property to access the step size for the Scrollbar |
OverlapSize | Property to access the overlap size for the Scrollbar |
ScrollPosition | Property to access the scroll position of the Scrollbar |
ScrolledContainerProperties | Namespace containing all classes that make up the properties interface for the ScrolledContainer class |
ContentPaneAutoSized | Property to access the setting which controls whether the content pane is automatically resized according to the size and position of attached content |
ContentArea | Property to access the current content pane area rectangle (as window relative pixels) |
ChildExtentsArea | Property offering read-only access to the current content extents rectangle (as window relative pixels) |
ScrolledItemListBaseProperties | Namespace containing all classes that make up the properties interface for the ScrolledItemListBase class |
ForceVertScrollbar | Property to access the state of the force vertical scrollbar setting |
ForceHorzScrollbar | Property to access the state of the force horizontal scrollbar setting |
SliderProperties | Namespace containing all classes that make up the properties interface for the Slider class |
CurrentValue | Property to access the current value of the slider |
MaximumValue | Property to access the maximum value of the slider |
ClickStepSize | Property to access the click-step size for the slider |
SpinnerProperties | |
CurrentValue | Property to access the current value of the spinner |
StepSize | Property to access the step size of the spinner |
MinimumValue | Property to access the minimum value setting of the spinner |
MaximumValue | Property to access the maximum value setting of the spinner |
TextInputMode | Property to access the TextInputMode setting |
TabControlProperties | Namespace containing all classes that make up the properties interface for the Listbox class |
TabHeight | Property to access the tab height setting of the tab control |
TabTextPadding | Property to access the tab text padding setting of the tab control |
TabPanePosition | Property to query/set the position of the button pane in tab control |
ThumbProperties | Namespace containing all classes that make up the properties interface for the Thumb class |
HotTracked | Property to access the state of the "hot-tracked" setting for the thumb |
VertFree | Property to access the state the setting to free the thumb vertically |
HorzFree | Property to access the state the setting to free the thumb horizontally |
VertRange | Property to access the vertical movement range for the thumb |
HorzRange | Property to access the horizontal movement range for the thumb |
TitlebarProperties | Namespace containing all classes that make up the properties interface for the Titlebar class |
DraggingEnabled | Property to access the state of the dragging enabled setting for the Titlebar |
TooltipProperties | Namespace containing all classes that make up the properties interface for the Tooltip class |
HoverTime | Property to access the timout that must expire before the tooltip gets activated |
DisplayTime | Property to access the time after which the tooltip automatically de-activates itself |
FadeTime | Property to access the duration of the fade effect for the tooltip |
TreeProperties | Namespace containing classes that make up the properties interface specific to the Tree class |
Sort | Property to access the sort setting of the Tree |
MultiSelect | Property to access the multi-select setting of the tree |
ForceVertScrollbar | Property to access the 'always show' setting for the vertical scroll bar of the tree |
ForceHorzScrollbar | Property to access the 'always show' setting for the horizontal scroll bar of the tree |
ItemTooltips | Property to access the show item tooltips setting of the tree |
WindowProperties | Namespace containing all classes that make up the properties interface for the Window base class |
ID | Property to access window ID field |
Alpha | Property to access window alpha setting |
Font | Property to access window Font setting |
Text | Property to access window text setting |
MouseCursorImage | Property to access window mouse cursor setting |
ClippedByParent | Property to access window "clipped by parent" setting |
InheritsAlpha | Property to access window "Inherits Alpha" setting |
AlwaysOnTop | Property to access window "Always-On-Top" setting |
Disabled | Property to access window Disabled setting |
Visible | Property to access window Visible setting |
RestoreOldCapture | Property to access window Restore Old Capture setting |
DestroyedByParent | Property to access window Destroyed by Parent setting |
ZOrderChangeEnabled | Property to access window Z-Order changing enabled setting |
WantsMultiClickEvents | Property to control whether the window will receive double/triple-click events |
MouseButtonDownAutoRepeat | Property to control whether the window will receive autorepeat mouse button down events |
AutoRepeatDelay | Property to access window autorepeat delay value |
AutoRepeatRate | Property to access window autorepeat rate value |
DistributeCapturedInputs | Property to access whether inputs are passed to child windows when input is captured to this window |
CustomTooltipType | Property to access the custom tooltip for this Window |
Tooltip | Property to access the tooltip text for this Window |
InheritsTooltipText | Property to access whether the window inherits its tooltip text from its parent when it has no tooltip text of its own. Default state: True |
RiseOnClick | Property to access whether the window rises to the top of the z order when clicked |
VerticalAlignment | Property to access the vertical alignment setting for the window |
HorizontalAlignment | Property to access the horizontal alignment setting for the window |
UnifiedAreaRect | Property to access the unified area rectangle of the window |
UnifiedPosition | Property to access the unified position of the window |
UnifiedXPosition | Property to access the unified position x-coordinate of the window |
UnifiedYPosition | Property to access the unified position y-coordinate of the window |
UnifiedSize | Property to access the unified position of the window |
UnifiedWidth | Property to access the unified width of the window |
UnifiedHeight | Property to access the unified height of the window |
UnifiedMinSize | Property to access the unified minimum size of the window |
UnifiedMaxSize | Property to access the unified maximum size of the window |
MousePassThroughEnabled | Property to access whether the window ignores mouse events and pass them through to any windows behind it |
WindowRenderer | Property to access/change the assigned window renderer object |
LookNFeel | Property to access/change the assigned look'n'feel |
DragDropTarget | Property to get/set whether the Window will receive drag and drop related notifications |
AutoRenderingSurface | Property to get/set whether the Window will automatically attempt to use a full imagery caching RenderingSurface (if supported by the renderer). Here, "full imagery caching" usually will mean caching a window's representation onto a texture (although no such implementation requirement is specified.) |
Rotation | Property to access the rotation factors of the window |
XRotation | Property to access the x axis rotation factor of the window |
YRotation | Property to access the y axis rotation factor of the window |
ZRotation | Property to access the z axis rotation factor of the window |
NonClient | Property to access window non-client setting |
XercesParserProperties | Properties for the XercesParser XML parser module |
SchemaDefaultResourceGroup | Property to access the resource group used to load .xsd schema files |
BasicRenderedStringParser | Basic RenderedStringParser class that offers support for 'colour', 'font', 'image' and 'window' control tags |
BiDiVisualMapping | Abstract class to wrap a BiDi visual mapping of a text string |
BoundSlot | Class that tracks a SubscriberSlot, its group, and the Event to which it was subscribed. This is effectively what gets returned from the calls to the Event::subscribe members, though BoundSlot is always wrapped in a reference counted pointer. When a BoundSlot is deleted, the connection is unsubscribed and the SubscriberSlot is deleted |
CentredRenderedString | FormattedRenderedString implementation that renders the RenderedString with centred formatting |
colour | Class representing colour values within the system |
ColourRect | Class that holds details of colours for the four corners of a rectangle |
Config_xmlHandler | Handler class used to parse the Configuration XML file |
CoordConverter | Utility class that helps in converting various types of co-ordinate between absolute screen positions and positions offset from the top-left corner of a given Window object |
RawDataContainer | Class used as the databuffer for loading files throughout the library |
DefaultLogger | Default implementation for the Logger class. If you want to redirect CEGUI logs to some place other than a text file, implement your own Logger implementation and create a object of the Logger type before creating the CEGUI::System singleton |
DefaultRenderedStringParser | Effectively a 'null' parser that returns a RenderedString representation that will draw the input text verbatim |
DefaultResourceProvider | |
DynamicModule | Class that wraps and gives access to a dynamically linked module (.dll, .so, etc...) |
Event | Defines an 'event' which can be subscribed to by interested parties |
ScopedConnection | Event::Connection wrapper that automatically disconnects the connection when the object is deleted (or goes out of scope) |
EventArgs | Base class used as the argument to all subscribers Event object |
EventSet | Class that collects together a set of Event objects |
Exception | Root exception class used within the GUI system |
GenericException | Exception class used when none of the other classes are applicable |
UnknownObjectException | Exception class used when a request was made for an unknown object |
InvalidRequestException | Exception class used when some impossible request was made of the system |
FileIOException | Exception class used when a file handling problem occurs |
RendererException | Exception class used for problems in the rendering subsystem classes |
AlreadyExistsException | Exception class used when an attempt is made create a named object of a particular type when an object of the same type already exists with the same name |
MemoryException | Exception class used when a memory handling error is detected |
NullObjectException | Exception class used when some required object or parameter is null |
ObjectInUseException | Exception class used when some attempt to delete, remove, or otherwise invalidate some object that is still in use occurs |
ScriptException | Exception class used for issues in scripting subsystem |
FactoryModule | Class that encapsulates access to a dynamic loadable module containing implementations of Windows, Widgets, and their factories |
Font | Class that encapsulates a typeface |
Font_xmlHandler | Handler class used to parse the Font XML files to create Font objects |
FontGlyph | Internal class representing a single font glyph |
FontManager | Class providing a shared library of Font objects to the system |
FormattedRenderedString | Root of a class hierarchy that wrap RenderedString objects and render them with additional formatting |
FreeFunctionSlot | Slot functor class that calls back via a free function pointer |
FreeTypeFont | Implementation of the Font class interface using the FreeType library |
FribidiVisualMapping | Fribidi based implementation of BiDiVisualMapping |
FunctorCopySlot | Slot template class that creates a functor that calls back via a copy of a functor object |
FunctorPointerSlot | Slot template class that creates a functor that calls back via a functor object pointer |
FunctorReferenceBinder | Class that enables the creation of a reference binding for a functor object to be used as a callback slot. Wrap your functor with this to enable the use of an object reference when subscribing to an event signal (as opposed to the functor object being copied, or using a pointer) |
FunctorReferenceSlot | Slot template class that creates a functor that calls back via a functor object reference |
GeometryBuffer | Abstract class defining the interface for objects that buffer geometry for later rendering |
GlobalEventSet | The GlobalEventSet singleton allows you to subscribe to an event for all instances of a class. The GlobalEventSet effectively supports "late binding" to events; which means you can subscribe to some event that does not actually exist (yet) |
GUILayout_xmlHandler | Handler class used to parse the GUILayout XML files using SAX2 |
Image | Class that represents a single Image of an Imageset |
ImageCodec | Abstract ImageLoader class. An image loader encapsulate the loading of a texture |
Imageset | Offers functions to define, access, and draw, a set of image components on a single graphical surface or Texture |
Imageset_xmlHandler | Class used to parse the Imageset XML files to create Imageset objects |
ImagesetManager | Class providing a shared library of Imageset objects to the system |
Key | Struct to give scope to scan code enumeration |
WindowEventArgs | EventArgs based class that is used for objects passed to handlers triggered for events concerning some Window object |
UpdateEventArgs | WindowEventArgs class that is primarily used by lua scripts |
MouseEventArgs | EventArgs based class that is used for objects passed to input event handlers concerning mouse input |
MouseCursorEventArgs | EventArgs based class that is used for objects passed to input event handlers concerning mouse cursor events |
KeyEventArgs | EventArgs based class that is used for objects passed to input event handlers concerning keyboard input |
ActivationEventArgs | EventArgs based class that is used for Activated and Deactivated window events |
DragDropEventArgs | EventArgs based class used for certain drag/drop notifications |
DisplayEventArgs | EventArgs based class that is used for notifications regarding the main display |
ResourceEventArgs | EventArgs based class that is used for notifications regarding resources |
ConstBaseIterator | Base class constant iterator used to offer iteration over various collections within the system |
JustifiedRenderedString | FormattedRenderedString implementation that renders the RenderedString with justified formatting |
LeftAlignedRenderedString | FormattedRenderedString implementation that renders the RenderedString with left aligned formatting |
Logger | Abstract class that defines the interface of a logger object for the GUI system. The default implementation of this interface is the DefaultLogger class; if you want to perform special logging, derive your own class from Logger and initialize a object of that type before you create the CEGUI::System singleton |
MemberFunctionSlot | Slot template class that creates a functor that calls back via a class member function |
MinibidiVisualMapping | Minibidi based implementation of BiDiVisualMapping |
MouseCursor | Class that allows access to the GUI system mouse cursor |
ResourceEventSet | Implementation class to gather EventSet parts for all template instances |
NamedXMLResourceManager | Templatised manager class that loads and manages named XML based resources |
PCRERegexMatcher | Implementation of RegexMatcher using PCRE |
PixmapFont | Implementation of the Font class interface using static Imageset's |
PropertyReceiver | Dummy base class to ensure correct casting of receivers |
Property | An abstract class that defines the interface to access object properties by name |
PropertyHelper | Helper class used to convert various data types to and from the format expected in Propery strings |
PropertySet | Class that contains a collection of Property objects |
Rect | Class encapsulating operations on a Rectangle |
RefCounted | Simple, generic, reference counted pointer class. This is primarily here for use by the Events system to track when to delete slot bindings |
RegexMatcher | Interface for Regex matching support classes |
RenderedString | Class representing a rendered string of entities |
RenderedStringComponent | Base class representing a part of a rendered string. The 'part' represented may be a text string, an image or some other entity |
RenderedStringImageComponent | String component that draws an image |
RenderedStringParser | Specifies interface for classes that parse text into RenderedString objects |
RenderedStringTextComponent | String component that draws an image |
RenderedStringWidgetComponent | String component that moves a widget to appear as part of the string |
RenderedStringWordWrapper | Class that handles wrapping of a rendered string into sub-strings. Each sub-string is rendered using the FormattedRenderedString based class 'T' |
RenderEffect | Interface for objects that hook into RenderingWindow to affect the rendering process, thus allowing various effects to be achieved |
Renderer | Abstract class defining the basic required interface for Renderer objects |
RenderingContext | Struct that holds some context relating to a RenderingSurface object |
RenderingRoot | |
RenderQueueEventArgs | EventArgs based class that is passed to handlers subcribed to hear about begin/end events on rendering queues that are part of a RenderingSurface object |
RenderingSurface | Class that represents a surface that can have geometry based imagery drawn to it |
RenderingWindow | RenderingWindow is a RenderingSurface that can be "drawn back" onto another RenderingSurface and is primarily intended to be used as a kind of cache for rendered imagery |
RenderQueue | Class that represents a queue of GeometryBuffer objects to be rendered |
RenderTarget | Defines interface to some surface that can be rendered to. Concrete instances of objects that implement the RenderTarget interface are normally created via the Renderer object |
ResourceProvider | Abstract class that defines the required interface for all resource provider sub-classes |
RightAlignedRenderedString | FormattedRenderedString implementation that renders the RenderedString with right aligned formatting |
Scheme | A class that groups a set of GUI elements and initialises the system to access those elements |
Scheme_xmlHandler | Handler class used to parse the Scheme XML files using SAX2 |
SchemeManager | A class that manages the creation of, access to, and destruction of GUI Scheme objects |
ScriptModule | Abstract interface required for all scripting support modules to be used with the CEGUI system |
ScriptFunctor | Functor class used for binding named script functions to events |
Singleton | |
Size | Class that holds the size (width & height) of something |
SlotFunctorBase | Defines abstract interface which will be used when constructing various functor objects that bind slots to signals (or in CEGUI terms, handlers to events) |
String | String class used within the GUI system |
const_iterator | Constant forward iterator class for String objects |
FastLessCompare | Functor that can be used as comparator in a std::map with String keys. It's faster than using the default, but the map will no longer be sorted alphabetically |
iterator | Forward iterator class for String objects |
SubscriberSlot | SubscriberSlot class which is used when subscribing to events |
System | CEGUI class that provides access to all other elements in this system |
Texture | Abstract base class specifying the required interface for Texture objects |
TextureTarget | Specialisation of RenderTarget interface that should be used as the base class for RenderTargets that are implemented using textures |
TextUtils | Text utility support class. This class is all static members. You do not create instances of this class |
TplWindowFactory | Template based WindowFactory that can be used to automatically generate a WindowFactory given a Window based class |
TplWindowRendererFactory | Template based WindowRendererFactory that can be used to automatically generate a WindowRendererFactory given a WindowRenderer based class |
TplWRFactoryRegisterer | Template based implementation of WRFactoryRegisterer that allows easy registration of a factory for any WindowRenderer type |
UDim | Class representing a unified dimension; that is a dimension that has both a relative 'scale' portion and and absolute 'offset' portion |
UVector2 | Two dimensional vector class built using unified dimensions (UDims). The UVector2 class is used for representing both positions and sizes |
URect | Area rectangle class built using unified dimensions (UDims) |
Vector2 | Class used as a two dimensional vector (aka a Point) |
Vector3 | Class used as a three dimensional vector |
Vertex | Structure that is used to hold details of a single vertex in 3D space |
Window | An abstract base class providing common functionality and specifying the required interface for derived classes |
WindowFactory | Abstract class that defines the required interface for all WindowFactory objects |
WindowFactoryManager | Class that manages WindowFactory objects |
AliasTargetStack | Class used to track active alias targets for Window factory types |
FalagardWindowMapping | Struct used to hold mapping information required to create a falagard based window |
WindowManager | Describes an object that manages creation and lifetime of Window objects |
WindowRenderer | Base-class for the assignable WindowRenderer object |
WindowRendererFactory | Base-class for WindowRendererFactory |
WindowRendererManager | |
WindowRendererModule | Abstract interface for window renderer module objects |
WRFactoryRegisterer | Base class encapsulating a type name and common parts of WindowRenderer factory registration |
XMLAttributes | Class representing a block of attributes associated with an XML element |
XMLHandler | |
XMLParser | This is an abstract class that is used by CEGUI to interface with XML parser libraries |
XMLSerializer | Class used to create XML Document |
ButtonBase | Base class for all the 'button' type widgets (push button, radio button, check-box, etc) |
Checkbox | Base class providing logic for Check-box widgets |
ClippedContainer | Helper container window that has configurable clipping. Used by the ItemListbox widget |
Combobox | Base class for the Combobox widget |
ComboDropList | Base class for the combo box drop down list. This is a specialisation of the Listbox class |
DragContainer | Generic drag & drop enabled window class |
EditboxWindowRenderer | Base class for the EditboxWindowRenderer class |
Editbox | Base class for an Editbox widget |
FrameWindow | Abstract base class for a movable, sizable, window with a title-bar and a frame |
GroupBox | Base class for standard GroupBox widget |
GUISheet | Window class intended to be used as a simple, generic Window |
ItemEntryWindowRenderer | Base class for ItemEntry window renderer objects |
ItemEntry | Base class for item type widgets |
ItemListBaseWindowRenderer | Base class for ItemListBase window renderer |
ItemListBase | Base class for item list widgets |
ItemListbox | ItemListbox window class |
ListboxWindowRenderer | Base class for Listbox window renderer |
Listbox | Base class for standard Listbox widget |
ListboxItem | Base class for list box items |
ListboxTextItem | Class used for textual items in a list box |
HeaderSequenceEventArgs | EventArgs class used for segment move (sequence changed) events |
ListHeaderWindowRenderer | Base class for the multi column list header window renderer |
ListHeader | Base class for the multi column list header widget |
ListHeaderSegment | Base class for list header segment window |
Menubar | Base class for menu bars |
MenuBase | Abstract base class for menus |
MenuItem | Base class for menu items |
MCLGridRef | Simple grid index structure |
MultiColumnListWindowRenderer | Base class for the multi column list window renderer |
MultiColumnList | Base class for the multi column list widget |
ListRow | Struct used internally to represent a row in the list and also to ease sorting of the rows |
MultiLineEditboxWindowRenderer | Base class for multi-line edit box window renderer objects |
MultiLineEditbox | Base class for the multi-line edit box widget |
LineInfo | Struct used to store information about a formatted line within the paragraph |
PopupMenu | Base class for popup menus |
ProgressBar | Base class for progress bars |
PushButton | Base class to provide logic for push button type widgets |
RadioButton | Base class to provide the logic for Radio Button widgets |
ScrollablePaneWindowRenderer | Base class for ScrollablePane window renderer objects |
ScrollablePane | Base class for the ScrollablePane widget |
ScrollbarWindowRenderer | Base class for ItemEntry window renderer objects |
Scrollbar | Base scroll bar class |
ScrolledContainer | Helper container window class which is used in the implementation of the ScrollablePane widget class |
ScrolledItemListBase | ScrolledItemListBase window class |
SliderWindowRenderer | Base class for ItemEntry window renderer objects |
Slider | Base class for Slider widgets |
Spinner | Base class for the Spinner widget |
TabButton | Base class for TabButtons. A TabButton based class is used internally as the button that appears at the top of a TabControl widget to select the active tab pane |
TabControlWindowRenderer | Base class for TabControl window renderer objects |
TabControl | Base class for standard Tab Control widget |
Thumb | Base class for Thumb widget |
Titlebar | Class representing the title bar for Frame Windows |
TooltipWindowRenderer | Base class for Tooltip window renderer objects |
Tooltip | Base class for Tooltip widgets |
TreeEventArgs | EventArgs based class that is used for objects passed to input event handlers concerning Tree events |
Tree | Base class for standard Tree widget |
TreeItem | Base class for tree items |
Falagard_xmlHandler | Handler class used to parse look & feel XML files used by the Falagard system |
FalagardComponentBase | Common base class used for renderable components within an ImagerySection |
BaseDim | Abstract interface for a generic 'dimension' class |
AbsoluteDim | Dimension type that represents an absolute pixel value. Implements BaseDim interface |
ImageDim | Dimension type that represents some dimension of a named Image. Implements BaseDim interface |
WidgetDim | Dimension type that represents some dimension of a Window/widget. Implements BaseDim interface |
UnifiedDim | Dimension type that represents an Unified dimension. Implements BaseDim interface |
FontDim | Dimension type that represents some metric of a Font. Implements BaseDim interface |
PropertyDim | Dimension type that represents the value of a Window property. Implements BaseDim interface |
Dimension | Class representing some kind of dimension |
ComponentArea | Class that represents a target area for a widget or imagery component |
FrameComponent | Class that encapsulates information for a frame with background (9 images in total) |
ImageryComponent | Class that encapsulates information for a single image component |
ImagerySection | Class that encapsulates a re-usable collection of imagery specifications |
LayerSpecification | Class that encapsulates a single layer of imagery |
NamedArea | NamedArea defines an area for a component which may later be obtained and referenced by a name unique to the WidgetLook holding the NamedArea |
PropertyDefinition | Class representing a generic get/set property |
PropertyDefinitionBase | Common base class used for types representing a new property to be available on all widgets that use the WidgetLook that the property definition is a part of |
PropertyInitialiser | Class that holds information about a property and it's required initial value |
PropertyLinkDefinition | Class representing a property that links to another property defined on an attached child widget |
SectionSpecification | Class that represents a simple 'link' to an ImagerySection |
StateImagery | Class the encapsulates imagery for a given widget state |
TextComponent | Class that encapsulates information for a text component |
WidgetComponent | Class that encapsulates information regarding a sub-widget required for a widget |
WidgetLookFeel | Class that encapsulates look & feel information for a particular widget type |
WidgetLookManager | Manager class that gives top-level access to widget data based "look and feel" specifications loaded into the system |
FalagardXMLHelper | Utility helper class primarily intended for use by the falagard xml parser |
CoronaImageCodec | Image codec based on the Corona library |
DevILImageCodec | Image codec based on the DevIL library |
FreeImageImageCodec | Image codec based on the FreeImage library |
SILLYImageCodec | Image codec based on the SILLY library |
TGAImageCodec | Default image codec |
Direct3D10GeometryBuffer | Implementation of CEGUI::GeometryBuffer for the Direct3D 10 API |
D3DVertex | Internal Vertex structure used for Direct3D based geometry |
Direct3D10Renderer | Renderer implementation using Direct3D 10 |
Direct3D10RenderTarget | Implementation of an ntermediate RenderTarget for the Direct3D 10 API |
Direct3D10Texture | Texture implementation for the Direct3D10Renderer |
Direct3D10TextureTarget | Direct3D10TextureTarget - allows rendering to Direct3D 10 textures |
Direct3D10ViewportTarget | Direct3D10 based RenderTarget that represents the screen or a portion of it |
Direct3D9GeometryBuffer | Direct3D9 based implementation of the GeometryBuffer interface |
D3DVertex | Internal Vertex structure used for Direct3D based geometry |
Direct3D9Renderer | Renderer class to interface with Direct3D 9 |
Direct3D9RenderTarget | Intermediate Direct3D9 implementation of a RenderTarget |
Direct3D9Texture | Texture implementation for the Direct3D9Renderer |
Direct3D9TextureTarget | Direct3D9TextureTarget - allows rendering to an Direct3D9 texture via |
Direct3D9ViewportTarget | Direct3D9 RenderTarget that represents a screen viewport |
DirectFBGeometryBuffer | Implemetation of CEGUI::GeometryBuffer for DirectFB |
DirectFBRenderer | Implementation of CEGUI::Renderer interface using DirectFB |
DirectFBRenderTarget | Implementation of CEGUI::RenderTarget for DirectFB |
DirectFBTexture | Implementation of CEGUI::Texture interface using DirectFB |
IrrlichtEventPusher | |
IrrlichtGeometryBuffer | GeometryBuffer implementation for the Irrlicht engine |
IrrlichtImageCodec | ImageCodec object that loads data via image loading facilities in Irrlicht |
IrrlichtMemoryFile | Class to wrap a file access interface around a memory buffer to enable us to pass data that has been loaded via the CEGUI::ResourceProvider to irrlicht, via it's IReadFile based interfaces |
IrrlichtRenderer | CEGUI::Renderer implementation for the Irrlicht engine |
IrrlichtRenderTarget | Intermediate RenderTarget implementing common parts for Irrlicht engine |
IrrlichtResourceProvider | |
IrrlichtTexture | Implementation of the CEGUI::Texture class for the Irrlicht engine |
IrrlichtTextureTarget | CEGUI::TextureTarget implementation for the Irrlicht engine |
IrrlichtWindowTarget | CEGUI::RenderTarget that targets a window, or a part of a window |
OgreGeometryBuffer | Implementation of CEGUI::GeometryBuffer for the Ogre engine |
OgreVertex | Vertex structure used internally and also by Ogre |
OgreImageCodec | ImageCodec object that loads data via image loading facilities in Ogre |
OgreRenderer | CEGUI::Renderer implementation for the Ogre engine |
OgreRenderTarget | Intermediate RenderTarget implementing common parts for Ogre engine |
OgreResourceProvider | |
OgreTexture | Implementation of the CEGUI::Texture class for the Ogre engine |
OgreTextureTarget | CEGUI::TextureTarget implementation for the Ogre engine |
OgreWindowTarget | CEGUI::RenderTarget that targets an existing gre::RenderTarget |
OpenGLApplePBTextureTarget | OpenGLApplePBTextureTarget - allows rendering to an OpenGL texture via the Apple pbuffer extension |
OpenGLFBOTextureTarget | OpenGLFBOTextureTarget - allows rendering to an OpenGL texture via FBO |
OpenGLGeometryBuffer | OpenGL based implementation of the GeometryBuffer interface |
GLVertex | Internal Vertex structure used for GL based geometry |
OpenGLGLXPBTextureTarget | OpenGLGLXPBTextureTarget - allows rendering to an OpenGL texture via the pbuffer provided in GLX 1.3 and above |
OpenGLRenderer | Renderer class to interface with OpenGL |
OpenGLRenderTarget | Intermediate OpenGL implementation of a RenderTarget |
OpenGLTexture | Texture implementation for the OpenGLRenderer |
OpenGLViewportTarget | OpenGL implementation of a RenderTarget that represents am on-scren viewport |
OpenGLWGLPBTextureTarget | OpenGLWGLPBTextureTarget - allows rendering to an OpenGL texture via the pbuffer WGL extension |
LuaScriptModule | Interface for the LuaScriptModule class |
LuaFunctor | Functor class used for subscribing Lua functions to CEGUI events |
FalagardButton | Button class for the FalagardBase module |
FalagardDefault | Default class for the FalagardBase module |
FalagardEditbox | Editbox class for the FalagardBase module |
FalagardFrameWindow | FrameWindow class for the FalagardBase module |
FalagardItemEntry | ItemEntry class for the FalagardBase module |
FalagardItemListbox | ItemListbox class for the FalagardBase module |
FalagardListbox | Listbox class for the FalagardBase module |
FalagardListHeader | ListHeader class for the FalagardBase module |
FalagardListHeaderSegment | ListHeaderSegment class for the FalagardBase module |
FalagardMenubar | Menubar class for the FalagardBase module |
FalagardMenuItem | MenuItem class for the FalagardBase module |
FalagardWRModule | Implementation of WindowRendererModule for the Falagard window renderers |
FalagardMultiColumnList | MultiColumnList class for the FalagardBase module |
FalagardMultiLineEditbox | MultiLineEditbox class for the FalagardBase module |
FalagardPopupMenu | PopupMenu class for the FalagardBase module |
FalagardProgressBar | ProgressBar class for the FalagardBase module |
FalagardScrollablePane | ScrollablePane class for the FalagardBase module |
FalagardScrollbar | Scrollbar class for the FalagardBase module |
FalagardSlider | Slider class for the FalagardBase module |
FalagardStatic | Static class for the FalagardBase module |
FalagardStaticImage | StaticImage class for the FalagardBase module |
FalagardStaticText | StaticText class for the FalagardBase module |
FalagardSystemButton | SystemButton class for the FalagardBase module. This class should be used for 'system' buttons on a FrameWindow, such as the close button |
FalagardTabButton | TabButton class for the FalagardBase module |
FalagardTabControl | TabControl class for the FalagardBase module |
FalagardTitlebar | Titlebar class for the FalagardBase module |
FalagardToggleButton | ToggleButton class for the FalagardBase module |
FalagardTooltip | Tooltip class for the FalagardBase module |
FalagardTree | Tree class for the FalagardBase module |
ExpatParser | Implementation of XMLParser using Expat |
LibxmlParser | Implementation of XMLParser using libxml |
TinyXMLParser | Implementation of XMLParser using TinyXML |
XercesHandler | |
XercesParser | Implementation of XMLParser using Xerces-C++ |
tolua_Error |