Crazy Eddie's GUI System
0.8.4
|
CEGUI | Main namespace for Crazy Eddie's GUI Library |
XercesParserProperties | Properties for the XercesParser XML parser module |
SchemaDefaultResourceGroup | Property to access the resource group used to load .xsd schema files |
Affector | Defines an 'affector' class |
Animation | Defines an 'animation' class |
Animation_xmlHandler | Class used to parse stand alone Animation XML files |
AnimationDefinitionHandler | Chained sub-handler for AnimationDefinition XML elements |
AnimationAffectorHandler | Chained sub-handler for Affector XML elements |
AnimationKeyFrameHandler | Chained sub-handler for KeyFrame XML elements |
AnimationSubscriptionHandler | Chained sub-handler for Subscription XML elements |
AnimationEventArgs | EventArgs based class that holds information about which animation instnace fired given event |
AnimationInstance | Defines an 'animation instance' class |
AnimationManager | |
BasicImage | |
BasicRenderedStringParser | Basic RenderedStringParser class that offers support for the following 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 |
ChainedXMLHandler | Abstract XMLHandler based class |
NativeClipboardProvider | Lightweight interface providing access to the system-wide native clipboard |
Clipboard | Defines a clipboard handling class |
Colour | Class representing colour values within the system |
ColourRect | Class that holds details of colours for the four corners of a rectangle |
ColourPicker | Base class for the ColourPicker widget |
ColourPickerControls | Base class for the ColourPickerControls widget |
ColourPickerConversions | |
RGB_Colour | |
Lab_Colour | |
HSV_Colour | |
CompositeResourceProvider | |
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...) |
PropertyHelper< HorizontalAlignment > | |
PropertyHelper< CEGUI::VerticalAlignment > | |
ElementEventArgs | EventArgs based class that is used for objects passed to handlers triggered for events concerning some Element object |
Element | A positioned and sized rectangular node in a tree graph |
CachedRectf | A tiny wrapper to hide some of the dirty work of rect caching |
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 |
LinkedEventArgs | EventArgs subclass used for linked events, that is an event fired on an EventSet that was triggered by some other event (either on the same EventSet or a different EventSet |
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 | |
FactoryRegisterer | Base class encapsulating a type name and common parts of factory registration |
FalagardComponentBase | Common base class used for renderable components within an ImagerySection |
BaseDim | Abstract interface for a generic 'dimension' class |
OperatorDim | Dimension type that represents the result of an operation performed on two other dimension values. Implements BaseDim interface |
AbsoluteDim | Dimension type that represents an absolute pixel value. Implements BaseDim interface |
ImageDimBase | Dimension type that represents some dimension of an Image. Implements BaseDim interface |
ImageDim | ImageDimBase subclass that accesses an image by its name |
ImagePropertyDim | ImageDimBase subclass that accesses an image fetched via a property |
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 |
EventAction | |
EventLinkDefinition | |
FalagardPropertyBase | |
FormattingSetting | |
FrameComponent | Class that encapsulates information for a frame with background (9 images in total) |
FrameImageSource | |
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 |
NamedDefinitionCollator | Helper container used to implement inherited collections of component definitions specified in a WidgetLook |
const_iterator | |
pred | |
PropertyDefinition | |
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 | |
FalagardXMLHelper< VerticalFormatting > | |
FalagardXMLHelper< HorizontalFormatting > | |
FalagardXMLHelper< VerticalAlignment > | |
FalagardXMLHelper< HorizontalAlignment > | |
FalagardXMLHelper< DimensionType > | |
FalagardXMLHelper< VerticalTextFormatting > | |
FalagardXMLHelper< HorizontalTextFormatting > | |
FalagardXMLHelper< FontMetricType > | |
FalagardXMLHelper< DimensionOperator > | |
FalagardXMLHelper< FrameImageComponent > | |
FalagardXMLHelper< ChildEventAction > | |
PropertyHelper< VerticalFormatting > | |
PropertyHelper< HorizontalFormatting > | |
PropertyHelper< VerticalTextFormatting > | |
PropertyHelper< HorizontalTextFormatting > | |
Falagard_xmlHandler | Handler class used to parse look & feel XML files used by the Falagard system |
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 |
PropertyHelper | Helper class used to convert various data types to and from the format expected in Property strings |
Rect | Class encapsulating operations on a Rectangle |
Size | Class that holds the size (width & height) of something |
Vector2 | Class used as a two dimensional vector (aka a Point) |
Vector3 | Class used as a three dimensional vector |
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) |
GUIContextEventArgs | EventArgs class passed to subscribers for (most) GUIContext events |
GUIContextRenderTargetEventArgs | EventArgs class passed for GUIContext RenderTarget related events |
GUIContext | |
GUILayout_xmlHandler | Handler class used to parse the GUILayout XML files using SAX2 |
IconvStringTranscoder | Implementation of StringTranscoder that uses iconv |
PropertyHelper< AutoScaledMode > | |
Image | Interface for Image |
ImageCodec | Abstract ImageLoader class. An image loader encapsulate the loading of a texture |
CoronaImageCodec | Image codec based on the Corona library |
DevILImageCodec | Image codec based on the DevIL library |
FreeImageImageCodec | Image codec based on the FreeImage library |
PVRImageCodec | Implementation of ImageCodec interface for loading PVR files |
SILLYImageCodec | Image codec based on the SILLY library |
STBImageCodec | Image codec based on stb_image.c |
TGAImageCodec | Default image codec |
ImageFactory | Interface for factory objects that create instances of classes derived from the Image class |
TplImageFactory | Templatised ImageFactory subclass used internally by the system |
ImageManager | |
InjectedInputReceiver | Input injection interface to be inplemented by classes that take raw inputs |
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 |
FontEventArgs | EventArgs based class that is used for notifications regarding Font objects |
Interpolator | Defines a 'interpolator' class |
ConstBaseIterator | Base class constant iterator used to offer iteration over various collections within the system |
ConstMapIterator | Iterator class for maps |
ConstVectorIterator | Iterator for vectors |
JustifiedRenderedString | FormattedRenderedString implementation that renders the RenderedString with justified formatting |
KeyFrame | Defines a 'key frame' class |
LeftAlignedRenderedString | FormattedRenderedString implementation that renders the RenderedString with left aligned formatting |
LinkedEvent | LinkedEvent is an Event subclass that provides a mechanism to link or chain Events together, such that when a specified target event is fired, then this event will additionally fire in response |
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 |
AllocatedObject | |
StdAllocator | |
MinibidiVisualMapping | Minibidi based implementation of BidiVisualMapping |
MinizipResourceProvider | |
MouseCursor | Class that provides mouse cursor support |
NamedElementEventArgs | EventArgs based class that is used for objects passed to handlers triggered for events concerning some NamedElement object |
NamedElement | Adds name to the Element class, including name path traversal |
ResourceEventSet | Implementation class to gather EventSet parts for all template instances |
NamedXMLResourceManager | Templatised manager class that loads and manages named XML based resources |
PCRERegexMatcher | |
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< const T > | |
PropertyHelper< const T & > | |
PropertyHelper< const T * > | |
PropertyHelper< String > | |
PropertyHelper< float > | |
PropertyHelper< double > | |
PropertyHelper< int > | |
PropertyHelper< uint > | |
PropertyHelper< uint64 > | |
PropertyHelper< unsigned long > | |
PropertyHelper< bool > | |
PropertyHelper< AspectMode > | |
PropertyHelper< Sizef > | |
PropertyHelper< Vector2f > | |
PropertyHelper< Vector3f > | |
PropertyHelper< Quaternion > | |
PropertyHelper< Rectf > | |
PropertyHelper< Image * > | |
PropertyHelper< Colour > | |
PropertyHelper< ColourRect > | |
PropertyHelper< UDim > | |
PropertyHelper< UVector2 > | |
PropertyHelper< USize > | |
PropertyHelper< URect > | |
PropertyHelper< UBox > | |
PropertyHelper< Font * > | |
PropertySet | Class that contains a collection of Property objects |
Quaternion | Class to represent rotation, avoids Gimbal lock |
QuaternionSlerpInterpolator | Special interpolator class for Quaternion |
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 |
RegexMatchStateEventArgs | |
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 |
RenderEffectFactory | Interface for factory objects that create RenderEffect instances. Currently this interface is intended for internal use only |
TplRenderEffectFactory | Templatised RenderEffectFactory subclass used internally by the system |
RenderEffectManager | Singleton class that manages creation and destruction of RenderEffect based objects |
Renderer | Abstract class defining the basic required interface for Renderer objects |
Direct3D10GeometryBuffer | Implementation of CEGUI::GeometryBuffer for the Direct3D 10 API |
BatchInfo | Type to track info for per-texture sub batches of geometry |
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 |
Direct3D11GeometryBuffer | Implementation of CEGUI::GeometryBuffer for the Direct3D 10 API |
BatchInfo | Type to track info for per-texture sub batches of geometry |
D3DVertex | Internal Vertex structure used for Direct3D based geometry |
Direct3D11Renderer | Renderer implementation using Direct3D 10 |
Direct3D11RenderTarget | Implementation of an ntermediate RenderTarget for the Direct3D 10 API |
Direct3D11Texture | Texture implementation for the Direct3D11Renderer |
Direct3D11TextureTarget | Direct3D11TextureTarget - allows rendering to Direct3D 10 textures |
Direct3D11ViewportTarget | Direct3D10 based RenderTarget that represents the screen or a portion of it |
Direct3D9GeometryBuffer | Direct3D9 based implementation of the GeometryBuffer interface |
BatchInfo | Type to track info for per-texture sub batches of geometry |
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 |
BatchInfo | Type to track info for per-texture sub batches of geometry |
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 |
BatchInfo | Type to track info for per-texture sub batches of geometry |
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 |
NullGeometryBuffer | Implementation of CEGUI::GeometryBuffer for the Null engine |
NullRenderer | CEGUI::Renderer implementation for no particular engine |
NullRenderTarget | Intermediate RenderTarget |
NullTexture | Implementation of the CEGUI::Texture class for no particular engine |
NullTextureTarget | CEGUI::TextureTarget implementation for the Null engine |
OgreGeometryBuffer | Implementation of CEGUI::GeometryBuffer for the Ogre engine |
BatchInfo | Type to track info for per-texture sub batches of geometry |
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 |
OpenGLGeometryBufferBase | OpenGL based implementation of the GeometryBuffer interface |
BatchInfo | Type to track info for per-texture sub batches of geometry |
GLVertex | Internal Vertex structure used for GL based geometry |
OpenGL3FBOTextureTarget | ~OpenGL3FBOTextureTarget - allows rendering to an OpenGL texture via FBO |
OpenGL3GeometryBuffer | OpenGL3 based implementation of the GeometryBuffer interface |
OpenGL3Renderer | Renderer class to interface with OpenGL |
OpenGLFBOTextureTarget | OpenGLFBOTextureTarget - allows rendering to an OpenGL texture via FBO |
OpenGLGeometryBuffer | OpenGL based implementation of the GeometryBuffer interface |
mat4Pimpl | |
OpenGLRenderer | Renderer class to interface with OpenGL |
OpenGLGLXPBTextureTarget | OpenGLGLXPBTextureTarget - allows rendering to an OpenGL texture via the pbuffer provided in GLX 1.3 and above |
OpenGLRendererBase | Common base class used for other OpenGL based renderer modules |
OGLTextureTargetFactory | |
OpenGLRenderTarget | Intermediate OpenGL implementation of a RenderTarget |
OpenGL3Shader | |
OpenGL3ShaderManager | |
OpenGL3StateChangeWrapper | OpenGL3StateChangeWrapper - wraps OpenGL calls and checks for redundant calls beforehand |
BindBufferParams | |
BlendFuncParams | |
BlendFuncSeperateParams | |
PortParams | |
OpenGLTexture | Texture implementation for the OpenGLRenderer |
OpenGLTextureTarget | OpenGLTextureTarget - Common base class for all OpenGL render targets based on some form of RTT support |
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 |
OpenGLESFBOTextureTarget | OpenGLESFBOTextureTarget - allows rendering to an OpenGLES texture via FBO |
OpenGLESGeometryBuffer | OpenGLES based implementation of the GeometryBuffer interface |
GLVertex | Internal Vertex structure used for GL based geometry |
OpenGLESRenderer | Renderer class to interface with OpenGLES |
OpenGLESRenderTarget | Intermediate OpenGLES implementation of a RenderTarget |
OpenGLESTexture | Texture implementation for the OpenGLESRenderer |
OpenGLESViewportTarget | OpenGLES implementation of a RenderTarget that represents am on-scren viewport |
RenderingContext | Struct that holds some context relating to a RenderingSurface object |
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 |
RenderTargetEventArgs | EventArgs class passed to subscribers of RenderTarget events |
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 |
LoadableUIElement | A single file reference to a font, imageset or so to be loaded as part of this Scheme |
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 |
LuaFunctor | Functor class used for subscribing Lua functions to CEGUI events |
LuaScriptModule | Interface for the LuaScriptModule class |
SimpleTimer | Simple timer class |
Singleton | |
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 | Const iterator for String |
iterator | Regular iterator for String |
StringFastLessCompare | 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 |
StringTranscoder | Interface for a string transcoding utility. Instances of classes that implement this interface can be used to transcode CEGUI::Strings to and from some other character encodings not directly supported by the CEGUI::String class |
SubscriberSlot | SubscriberSlot class which is used when subscribing to events |
System | CEGUI class that provides access to all other elements in this system |
SystemKeys | |
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 |
TplInterpolatorBase | |
TplLinearInterpolator | Generic linear interpolator class |
TplDiscreteInterpolator | Generic discrete interpolator class |
TplDiscreteRelativeInterpolator | Generic discrete relative interpolator class |
TplProperty | |
GetterFunctor | |
EnsureConstRef | |
EnsureConstRef< const DT & > | |
EnsureConstRef< DT & > | |
EnsurePlain | |
EnsurePlain< const DT & > | |
EnsurePlain< DT & > | |
EnsureRef | |
EnsureRef< const DT & > | |
EnsureRef< DT & > | |
TplWindowFactory | Template based WindowFactory that can be used to automatically generate a WindowFactory given a Window based class |
TplWindowFactoryRegisterer | Template based implementation of FactoryRegisterer that allows easy registration of a factory for any Window type |
TplWindowProperty | |
TplWindowRendererFactory | Template based WindowRendererFactory that can be used to automatically generate a WindowRendererFactory given a WindowRenderer based class |
TplWindowRendererProperty | |
TplWRFactoryRegisterer | Template based implementation of FactoryRegisterer that allows easy registration of a factory for any WindowRenderer type |
TypedProperty | Base class for properties able to do native set/get |
UDim | Dimension that has both a relative 'scale' portion and and absolute 'offset' portion |
UBox | Class encapsulating the 'Unified Box' - this is usually used for margin |
Vertex | Structure that is used to hold details of a single vertex in 3D space |
ButtonBase | Base class for all the 'button' type widgets (push button, radio button, check-box, etc) |
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 |
DefaultWindow | Window class intended to be used as a simple, generic Window |
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 |
GridLayoutContainer | A Layout Container window layouting it's children into a grid |
PropertyHelper< GridLayoutContainer::AutoPositioning > | |
GroupBox | Base class for standard GroupBox widget |
HorizontalLayoutContainer | A Layout Container window layouting it's children Horizontally |
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 |
PropertyHelper< ItemListBase::SortMode > | |
ItemListbox | ItemListbox window class |
LayoutCell | Represents a cell in a layout container |
LayoutContainer | An abstract base class providing common functionality and specifying the required interface for derived classes |
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 |
PropertyHelper< ListHeaderSegment::SortDirection > | |
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 |
PropertyHelper< MultiColumnList::SelectionMode > | |
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 Scrollbar 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 |
SequentialLayoutContainer | An abstract base class providing common functionality and specifying the required interface for derived classes |
SliderWindowRenderer | Base class for ItemEntry window renderer objects |
Slider | Base class for Slider widgets |
Spinner | Base class for the Spinner widget |
PropertyHelper< Spinner::TextInputMode > | |
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 |
PropertyHelper< TabControl::TabPanePosition > | |
Thumb | Base class for Thumb widget |
PropertyHelper< std::pair< float, float > > | |
Titlebar | Class representing the title bar for Frame Windows |
ToggleButton | Class providing logic buttons that can have their selected state toggled |
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 |
VerticalLayoutContainer | A Layout Container window layouting it's children vertically |
Win32StringTranscoder | Implementation of StringTranscoder that uses Win32 |
PropertyHelper< WindowUpdateMode > | |
Window | An abstract base class providing common functionality and specifying the required interface for derived classes |
LookNFeelProperty | Property to access/change the assigned look'n'feel |
WindowRendererProperty | Property to access/change the assigned window renderer object |
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 | |
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 |
CoreWindowRendererModule | 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 |
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 |
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 |
ExpatParser | Implementation of XMLParser using Expat |
LibxmlParser | Implementation of XMLParser using libxml |
RapidXMLParser | Implementation of XMLParser using RapidXML |
TinyXMLParser | Implementation of XMLParser using TinyXML |
XercesHandler | |
XercesParser | Implementation of XMLParser using Xerces-C++ |
XMLSerializer | Class used to create XML Document |
IDevice11 |