Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
CEGUI::AbsoluteDimDimension type that represents an absolute pixel value. Implements BaseDim interface
CEGUI::ActivationEventArgsEventArgs based class that is used for Activated and Deactivated window events
CEGUI::EditboxProperties::ActiveSelectionColourProperty to access the colour used for rendering the selection highlight when the edit box is active
CEGUI::MenuBaseProperties::AllowMultiplePopupsProperty to access the state of the allow multiple popups setting
CEGUI::WindowProperties::AlphaProperty to access window alpha setting
CEGUI::AlreadyExistsExceptionException class used when an attempt is made to use an object name that is already in use within the system
CEGUI::WindowProperties::AlwaysOnTopProperty to access window "Always-On-Top" setting
CEGUI::WindowProperties::AutoRepeatDelayProperty to access window autorepeat delay value
CEGUI::WindowProperties::AutoRepeatRateProperty to access window autorepeat rate value
CEGUI::ItemListBaseProperties::AutoResizeEnabledProperty to access the state of the auto resize enabled setting
CEGUI::FalagardStaticProperties::BackgroundEnabledProperty to access the state of the frame background setting for the FalagardStatic widget
CEGUI::BaseDimAbstract interface for a generic 'dimension' class
CEGUI::BoundSlotClass 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
CEGUI::ButtonBaseBase class for all the 'button' type widgets (push button, radio button, check-box, etc)
CEGUI::MultiLineEditboxProperties::CaratIndexProperty to access the current carat index
CEGUI::ComboboxProperties::CaratIndexProperty to access the current carat index
CEGUI::EditboxProperties::CaratIndexProperty to access the current carat index
CEGUI::CheckboxBase class providing logic for Check-box widgets
CEGUI::ScrolledContainerProperties::ChildExtentsAreaProperty offering read-only access to the current content extents rectangle (as window relative pixels)
CEGUI::ListHeaderSegmentProperties::ClickableProperty to access the click-able setting of the header segment
CEGUI::SliderProperties::ClickStepSizeProperty to access the click-step size for the slider
CEGUI::WindowProperties::ClippedByParentProperty to access window "clipped by parent" setting
CEGUI::ClippedContainerHelper container window that has configurable clipping. Used by the ItemListbox widget
CEGUI::FrameWindowProperties::CloseButtonEnabledProperty to access the setting for whether the window close button will be enabled (or displayed depending upon choice of final widget type)
CEGUI::colourClass representing colour values within the system
CEGUI::ColourRectClass that holds details of colours for the four corners of a rectangle
CEGUI::MultiColumnListProperties::ColumnHeaderProperty to access a column
CEGUI::ListHeaderProperties::ColumnsMovableProperty to access the setting for user moving of the column headers
CEGUI::MultiColumnListProperties::ColumnsMovableProperty to access the setting for user moving of the column headers
CEGUI::ListHeaderProperties::ColumnsSizableProperty to access the setting for user sizing of the column headers
CEGUI::MultiColumnListProperties::ColumnsSizableProperty to access the setting for user sizing of the column headers
CEGUI::ComboboxBase class for the Combobox widget
CEGUI::ComboDropListBase class for the combo box drop down list. This is a specialisation of the Listbox class
CEGUI::ComponentAreaClass that represents a target area for a widget or imagery component
CEGUI::Config_xmlHandlerHandler class used to parse the Configuration XML file
CEGUI::ConstBaseIterator< T >Base class constant iterator used to offer iteration over various collections within the system
CEGUI::ScrollablePaneProperties::ContentAreaProperty to access the current content pane area rectangle (as window relative pixels)
CEGUI::ScrolledContainerProperties::ContentAreaProperty to access the current content pane area rectangle (as window relative pixels)
CEGUI::ScrollablePaneProperties::ContentPaneAutoSizedProperty to access the setting which controls whether the content pane is automatically resized according to the size and position of attached content
CEGUI::ScrolledContainerProperties::ContentPaneAutoSizedProperty to access the setting which controls whether the content pane is automatically resized according to the size and position of attached content
CEGUI::CoordConverterUtility 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
CEGUI::CoronaImageCodecImage codec based on the Corona library
CEGUI::ProgressBarProperties::CurrentProgressProperty to access the current progress of the progress bar
CEGUI::SliderProperties::CurrentValueProperty to access the current value of the slider
CEGUI::SpinnerProperties::CurrentValueProperty to access the current value of the spinner
CEGUI::WindowProperties::CustomTooltipTypeProperty to access the custom tooltip for this Window
CEGUI::DefaultLoggerDefault 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
CEGUI::WindowProperties::DestroyedByParentProperty to access window Destroyed by Parent setting
CEGUI::DevILImageCodecImage codec based on the DevIL library
CEGUI::DimensionClass representing some kind of dimension
CEGUI::DirectfbRendererRenderer class to interface with Directfb
CEGUI::DirectfbTextureTexture class that is created by DirectfbRenderer objects
CEGUI::DirectX10RendererRenderer class to interface with Microsoft DirectX 10.0
CEGUI::DirectX10TextureTexture class that is created by DirectX10Renderer objects
CEGUI::DirectX81RendererRenderer class to interface with Microsoft DirectX 8.1
CEGUI::DirectX81TextureTexture class that is created by DirectX81Renderer objects
CEGUI::DirectX9RendererRenderer class to interface with Microsoft DirectX 9.0
CEGUI::DirectX9TextureTexture class that is created by DirectX9Renderer objects
CEGUI::WindowProperties::DisabledProperty to access window Disabled setting
CEGUI::TooltipProperties::DisplayTimeProperty to access the time after which the tooltip automatically de-activates itself
CEGUI::WindowProperties::DistributeCapturedInputsProperty to access whether inputs are passed to child windows when input is captured to this window
CEGUI::ScrollbarProperties::DocumentSizeProperty to access the document size for the Scrollbar
CEGUI::ListHeaderSegmentProperties::DragableProperty to access the drag-able setting of the header segment
CEGUI::DragContainerProperties::DragAlphaProperty to access the dragging alpha value
CEGUI::DragContainerGeneric drag & drop enabled window class
CEGUI::DragContainerProperties::DragCursorImageProperty to access the dragging mouse cursor setting
CEGUI::DragDropEventArgsEventArgs based class used for certain drag/drop notifications
CEGUI::WindowProperties::DragDropTargetProperty to get/set whether the Window will receive drag and drop related notifications
CEGUI::TitlebarProperties::DraggingEnabledProperty to access the state of the dragging enabled setting for the Titlebar
CEGUI::DragContainerProperties::DraggingEnabledProperty to access the state of the dragging enabled setting
CEGUI::FrameWindowProperties::DragMovingEnabledProperty to access the setting for whether the user may drag the window around by its title bar
CEGUI::DragContainerProperties::DragThresholdProperty to access the dragging threshold value
CEGUI::DynamicModuleClass that wraps and gives access to a dynamically linked module (.dll, .so, etc...)
CEGUI::EditboxBase class for an Editbox widget
CEGUI::EditboxWindowRendererBase class for the EditboxWindowRenderer class
CEGUI::ComboboxProperties::EditSelectionLengthProperty to access the current selection length
CEGUI::ComboboxProperties::EditSelectionStartProperty to access the current selection start index
CEGUI::EventDefines an 'event' which can be subscribed to by interested parties
CEGUI::Event::ScopedConnectionEvent::Connection wrapper that automatically disconnects the connection when the object is deleted (or goes out of scope)
CEGUI::EventArgsBase class used as the argument to all subscribers Event object
CEGUI::EventSetClass that collects together a set of Event objects
CEGUI::FrameWindowProperties::EWSizingCursorImageProperty to access the E-W (left/right) sizing cursor image
CEGUI::ExceptionRoot exception class used within the GUI system
CEGUI::ExpatParserImplementation of XMLParser using Expat
CEGUI::FactoryModuleClass that encapsulates access to a dynamic loadable module containing implementations of Windows, Widgets, and their factories
CEGUI::PopupMenuProperties::FadeInTimeProperty to access the fade in time in seconds of the popup menu
CEGUI::PopupMenuProperties::FadeOutTimeProperty to access the fade out time in seconds of the popup menu
CEGUI::TooltipProperties::FadeTimeProperty to access the duration of the fade effect for the tooltip
CEGUI::Falagard_xmlHandlerHandler class used to parse look & feel XML files used by the Falagard system
CEGUI::FalagardButtonButton class for the FalagardBase module
CEGUI::FalagardComponentBaseCommon base class used for renderable components within an ImagerySection
CEGUI::FalagardDefaultDefault class for the FalagardBase module
CEGUI::FalagardEditboxEditbox class for the FalagardBase module
CEGUI::FalagardFrameWindowFrameWindow class for the FalagardBase module
CEGUI::FalagardItemEntryItemEntry class for the FalagardBase module
CEGUI::FalagardItemListboxItemListbox class for the FalagardBase module
CEGUI::FalagardListboxListbox class for the FalagardBase module
CEGUI::FalagardListHeaderListHeader class for the FalagardBase module
CEGUI::FalagardListHeaderSegmentListHeaderSegment class for the FalagardBase module
CEGUI::FalagardMenubarMenubar class for the FalagardBase module
CEGUI::FalagardMenuItemMenuItem class for the FalagardBase module
CEGUI::FalagardMultiColumnListMultiColumnList class for the FalagardBase module
CEGUI::FalagardMultiLineEditboxMultiLineEditbox class for the FalagardBase module
CEGUI::FalagardPopupMenuPopupMenu class for the FalagardBase module
CEGUI::FalagardProgressBarProgressBar class for the FalagardBase module
CEGUI::FalagardScrollablePaneScrollablePane class for the FalagardBase module
CEGUI::FalagardScrollbarScrollbar class for the FalagardBase module
CEGUI::FalagardSliderSlider class for the FalagardBase module
CEGUI::FalagardStaticStatic class for the FalagardBase module
CEGUI::FalagardStaticImageStaticImage class for the FalagardBase module
CEGUI::FalagardStaticTextStaticText class for the FalagardBase module
CEGUI::FalagardSystemButtonSystemButton class for the FalagardBase module. This class should be used for 'system' buttons on a FrameWindow, such as the close button
CEGUI::FalagardTabButtonTabButton class for the FalagardBase module
CEGUI::FalagardTabControlTabControl class for the FalagardBase module
CEGUI::FalagardTitlebarTitlebar class for the FalagardBase module
CEGUI::FalagardToggleButtonToggleButton class for the FalagardBase module
CEGUI::FalagardTooltipTooltip class for the FalagardBase module
CEGUI::FalagardTreeTree class for the FalagardBase module
CEGUI::FalagardXMLHelperUtility helper class primarily intended for use by the falagard xml parser
CEGUI::FileIOExceptionException class used when a file handling problem occurs
CEGUI::FontClass that encapsulates text rendering functionality for a typeface
CEGUI::WindowProperties::FontProperty to access window Font setting
CEGUI::Font_xmlHandlerHandler class used to parse the Font XML files using SAX2
CEGUI::FontDimDimension type that represents some metric of a Font. Implements BaseDim interface
CEGUI::FontGlyphInternal class representing a single font glyph
CEGUI::FontManagerClass providing a shared library of Font objects to the system
CEGUI::ScrollablePaneProperties::ForceHorzScrollbarProperty to access the setting which controls whether the horizontal scroll bar will always be displayed, or only displayed when it is required
CEGUI::ScrolledItemListBaseProperties::ForceHorzScrollbarProperty to access the state of the force horizontal scrollbar setting
CEGUI::ComboboxProperties::ForceHorzScrollbarProperty to access the 'always show' setting for the horizontal scroll bar of the list box
CEGUI::TreeProperties::ForceHorzScrollbarProperty to access the 'always show' setting for the horizontal scroll bar of the tree
CEGUI::ListboxProperties::ForceHorzScrollbarProperty to access the 'always show' setting for the horizontal scroll bar of the list box
CEGUI::MultiColumnListProperties::ForceHorzScrollbarProperty to access the 'always show' setting for the horizontal scroll bar of the list box
CEGUI::MultiLineEditboxProperties::ForceVertScrollbarProperty to access the 'always show' setting for the vertical scroll bar of the box
CEGUI::ScrollablePaneProperties::ForceVertScrollbarProperty to access the setting which controls whether the vertical scroll bar will always be displayed, or only displayed when it is required
CEGUI::ScrolledItemListBaseProperties::ForceVertScrollbarProperty to access the state of the force vertical scrollbar setting
CEGUI::ListboxProperties::ForceVertScrollbarProperty to access the 'always show' setting for the vertical scroll bar of the list box
CEGUI::ComboboxProperties::ForceVertScrollbarProperty to access the 'always show' setting for the vertical scroll bar of the list box
CEGUI::TreeProperties::ForceVertScrollbarProperty to access the 'always show' setting for the vertical scroll bar of the tree
CEGUI::MultiColumnListProperties::ForceVertScrollbarProperty to access the 'always show' setting for the vertical scroll bar of the list box
CEGUI::FrameComponentClass that encapsulates information for a frame with background (9 images in total)
CEGUI::FrameWindowProperties::FrameEnabledProperty to access the setting for whether the window frame will be displayed
CEGUI::FalagardStaticProperties::FrameEnabledProperty to access the state of the frame enabled setting for the FalagardStatic widget
CEGUI::FrameWindowAbstract base class for a movable, sizable, window with a title-bar and a frame
CEGUI::FreeFunctionSlotSlot functor class that calls back via a free function pointer
CEGUI::FreeImageImageCodecImage codec based on the FreeImage library
CEGUI::FreeTypeFontImplementation of the Font class interface using the FreeType library
CEGUI::FunctorCopySlot< T >Slot template class that creates a functor that calls back via a copy of a functor object
CEGUI::FunctorPointerSlot< T >Slot template class that creates a functor that calls back via a functor object pointer
CEGUI::FunctorReferenceBinder< T >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)
CEGUI::FunctorReferenceSlot< T >Slot template class that creates a functor that calls back via a functor object reference
CEGUI::GenericExceptionException class used when none of the other classes are applicable
CEGUI::GlobalEventSetThe 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)
CEGUI::GroupBoxBase class for standard GroupBox widget
CEGUI::RadioButtonProperties::GroupIDProperty to access the radio button group ID
CEGUI::GUILayout_xmlHandlerHandler class used to parse the GUILayout XML files using SAX2
CEGUI::GUISheetWindow class intended to be used as a simple, generic Window
CEGUI::HeaderSequenceEventArgsEventArgs class used for segment move (sequence changed) events
CEGUI::WindowProperties::HorizontalAlignmentProperty to access the horizontal alignment setting for the window
CEGUI::FalagardStaticTextProperties::HorzFormattingProperty to access the horizontal formatting mode setting
CEGUI::ThumbProperties::HorzFreeProperty to access the state the setting to free the thumb horizontally
CEGUI::ScrollablePaneProperties::HorzOverlapSizeProperty to access the overlap size for the horizontal Scrollbar
CEGUI::ThumbProperties::HorzRangeProperty to access the horizontal movement range for the thumb
CEGUI::FalagardStaticTextProperties::HorzScrollbarProperty to access the setting for enabling the horizontal scroll bar
CEGUI::ScrollablePaneProperties::HorzScrollPositionProperty to access the scroll position of the horizontal Scrollbar
CEGUI::ScrollablePaneProperties::HorzStepSizeProperty to access the step size for the horizontal Scrollbar
CEGUI::ThumbProperties::HotTrackedProperty to access the state of the "hot-tracked" setting for the thumb
CEGUI::TooltipProperties::HoverTimeProperty to access the timout that must expire before the tooltip gets activated
CEGUI::WindowProperties::IDProperty to access window ID field
CEGUI::ImageClass that represents a single Image of an Imageset
CEGUI::FalagardStaticImageProperties::ImageProperty to access the image for the FalagardStaticImage widget
CEGUI::ImageCodecAbstract ImageLoader class. An image loader encapsulate the loading of a texture
CEGUI::ImageDimDimension type that represents some dimension of a named Image. Implements BaseDim interface
CEGUI::ImageryComponentClass that encapsulates information for a single image component
CEGUI::ImagerySectionClass that encapsulates a re-usable collection of imagery specifications
CEGUI::ImagesetOffers functions to define, access, and draw, a set of image components on a single graphical surface or Texture
CEGUI::Imageset_xmlHandlerHandler class used to parse the Imageset XML files using SAX2
CEGUI::ImagesetManagerClass providing a shared library of Imageset objects to the system
CEGUI::ImageTGAThis is our image structure for our targa data
CEGUI::EditboxProperties::InactiveSelectionColourProperty to access the colour used for rendering the selection highlight when the edit box is inactive
CEGUI::WindowProperties::InheritsAlphaProperty to access window "Inherits Alpha" setting
CEGUI::WindowProperties::InheritsTooltipTextProperty to access whether the window inherits its tooltip text from its parent whn it has no tooltip text of its own
CEGUI::InvalidRequestExceptionException class used when some impossible request was made for the current system state
CEGUI::IrrlichtMemoryFileClass 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
CEGUI::IrrlichtRendererClass implementing the interface for Renderer objects with the irrlicht graphics engine
CEGUI::ItemEntryBase class for item type widgets
CEGUI::ItemEntryWindowRendererBase class for ItemEntry window renderer objects
CEGUI::ItemListBaseBase class for item list widgets
CEGUI::ItemListBaseWindowRendererBase class for ItemListBase window renderer
CEGUI::ItemListboxItemListbox window class
CEGUI::MenuBaseProperties::ItemSpacingProperty to access the item spacing of the menu
CEGUI::TreeProperties::ItemTooltipsProperty to access the show item tooltips setting of the tree
CEGUI::ListboxProperties::ItemTooltipsProperty to access the show item tooltips setting of the list box
CEGUI::KeyStruct to give scope to scan code enumeration
CEGUI::KeyEventArgsEventArgs based class that is used for objects passed to input event handlers concerning keyboard input
CEGUI::LayerSpecificationClass that encapsulates a single layer of imagery
CEGUI::LibxmlParserImplementation of XMLParser using libxml
CEGUI::ListboxBase class for standard Listbox widget
CEGUI::ListboxItemBase class for list box items
CEGUI::ListboxTextItemClass used for textual items in a list box
CEGUI::ListboxWindowRendererBase class for Listbox window renderer
CEGUI::ListHeaderBase class for the multi column list header widget
CEGUI::ListHeaderSegmentBase class for list header segment window
CEGUI::ListHeaderWindowRendererBase class for the multi column list header window renderer
CEGUI::LoggerAbstract 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
CEGUI::WindowProperties::LookNFeelProperty to access/change the assigned look'n'feel
CEGUI::LuaFunctorFunctor class used for subscribing Lua functions to CEGUI events
CEGUI::LuaScriptModuleInterface for the LuaScriptModule class
CEGUI::EditboxProperties::MaskCodepointProperty to access the mask text setting of the edit box
CEGUI::EditboxProperties::MaskTextProperty to access the mask text setting of the edit box
CEGUI::ComboboxProperties::MaxEditTextLengthProperty to access the maximum text length for the edit box
CEGUI::SliderProperties::MaximumValueProperty to access the maximum value of the slider
CEGUI::SpinnerProperties::MaximumValueProperty to access the maximum value setting of the spinner
CEGUI::MultiLineEditboxProperties::MaxTextLengthProperty to access the maximum text length for the edit box
CEGUI::EditboxProperties::MaxTextLengthProperty to access the maximum text length for the edit box
CEGUI::MCLGridRefSimple grid index structure
CEGUI::MemberFunctionSlot< T >Slot template class that creates a functor that calls back via a class member function
CEGUI::MemoryExceptionException class used when a memory handling error is detected
CEGUI::MenubarBase class for menu bars
CEGUI::MenuBaseAbstract base class for menus
CEGUI::MenuItemBase class for menu items
CEGUI::SpinnerProperties::MinimumValueProperty to access the minimum value setting of the spinner
CEGUI::WindowProperties::MouseButtonDownAutoRepeatProperty to control whether the window will receive autorepeat mouse button down events
CEGUI::MouseClickTrackerImplementation structure used in tracking up & down mouse button inputs in order to generate click, double-click, and triple-click events
CEGUI::MouseCursorClass that allows access to the GUI system mouse cursor
CEGUI::MouseCursorEventArgsEventArgs based class that is used for objects passed to input event handlers concerning mouse cursor events
CEGUI::WindowProperties::MouseCursorImageProperty to access window mouse cursor setting
CEGUI::MouseEventArgsEventArgs based class that is used for objects passed to input event handlers concerning mouse input
CEGUI::WindowProperties::MousePassThroughEnabledProperty to access whether the window ignores mouse events and pass them through to any windows behind it
CEGUI::ListHeaderSegmentProperties::MovingCursorImageProperty to access the segment moving cursor image
CEGUI::MultiColumnListBase class for the multi column list widget
CEGUI::MultiColumnList::ListRowStruct used internally to represent a row in the list and also to ease sorting of the rows
CEGUI::MultiColumnListWindowRendererBase class for the multi column list window renderer
CEGUI::MultiLineEditboxBase class for the multi-line edit box widget
CEGUI::MultiLineEditbox::LineInfoStruct used to store information about a formatted line within the paragraph
CEGUI::MultiLineEditboxWindowRendererBase class for multi-line edit box window renderer objects
CEGUI::ListboxProperties::MultiSelectProperty to access the multi-select setting of the list box
CEGUI::TreeProperties::MultiSelectProperty to access the multi-select setting of the tree
CEGUI::ItemListboxProperties::MultiSelectProperty to access the state of the multiselect enabled setting
CEGUI::NamedAreaNamedArea defines an area for a component which may later be obtained and referenced by a name unique to the WidgetLook holding the NamedArea
CEGUI::FrameWindowProperties::NESWSizingCursorImageProperty to access the NE-SW diagonal sizing cursor image
CEGUI::MultiColumnListProperties::NominatedSelectionColumnIDProperty to access the nominated selection column (via ID)
CEGUI::MultiColumnListProperties::NominatedSelectionRowProperty to access the nominated selection row
CEGUI::EditboxProperties::NormalTextColourProperty to access the normal, unselected, text colour used for rendering text
CEGUI::FrameWindowProperties::NSSizingCursorImageProperty to access the N-S (up-down) sizing cursor image
CEGUI::NullObjectExceptionException class used when some required object or parameter is null
CEGUI::FrameWindowProperties::NWSESizingCursorImageProperty to access the NW-SE diagonal sizing cursor image
CEGUI::ObjectInUseExceptionException class used when some attempt to delete, remove, or otherwise invalidate some object that is still in use occurs
CEGUI::OpenGLRendererRenderer class to interface with OpenGL
CEGUI::OpenGLTextureTexture class that is created by OpenGLRenderer objects
CEGUI::ScrollbarProperties::OverlapSizeProperty to access the overlap size for the Scrollbar
CEGUI::ScrollbarProperties::PageSizeProperty to access the page size for the Scrollbar
CEGUI::PixmapFontImplementation of the Font class interface using static Imageset's
CEGUI::PopupMenuBase class for popup menus
CEGUI::ProgressBarBase class for progress bars
CEGUI::PropertyAn abstract class that defines the interface to access object properties by name
CEGUI::PropertyDefinitionClass representing a generic get/set property
CEGUI::PropertyDefinitionBaseCommon 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
CEGUI::PropertyDimDimension type that represents the value of a Window property. Implements BaseDim interface
CEGUI::PropertyHelperHelper class used to convert various data types to and from the format expected in Propery strings
CEGUI::PropertyInitialiserClass that holds information about a property and it's required initial value
CEGUI::PropertyLinkDefinitionClass representing a property that links to another property defined on an attached child widget
CEGUI::PropertyReceiverDummy base class to ensure correct casting of receivers
CEGUI::PropertySetClass that contains a collection of Property objects
CEGUI::PushButtonBase class to provide logic for push button type widgets
CEGUI::RadioButtonBase class to provide the logic for Radio Button widgets
CEGUI::RawDataContainerClass used as the databuffer for loading files throughout the library
CEGUI::ComboboxProperties::ReadOnlyProperty to access the read-only setting of the edit box
CEGUI::EditboxProperties::ReadOnlyProperty to access the read-only setting of the edit box
CEGUI::MultiLineEditboxProperties::ReadOnlyProperty to access the read-only setting of the edit box
CEGUI::RectClass encapsulating operations on a Rectangle
CEGUI::RefCounted< T >Simple, generic, reference counted pointer class. This is primarily here for use by the Events system to track when to delete slot bindings
CEGUI::RegexValidatorInternal struct to contain compiled regex string
CEGUI::RenderCacheClass that acts as a cache for images that need to be rendered
CEGUI::RendererAbstract class defining the interface for Renderer objects
CEGUI::RendererExceptionException class used when an problem is detected within the Renderer or related objects
CEGUI::ResourceProviderAbstract class that defines the required interface for all resource provider sub-classes
CEGUI::WindowProperties::RestoreOldCaptureProperty to access window Restore Old Capture setting
CEGUI::FalagardSliderProperties::ReversedDirectionProperty to access the setting that controls the positive direction for the slider
CEGUI::FalagardProgressBarProperties::ReversedProgressProperty to access the setting that controls the direction that progress 'grows' towards
CEGUI::WindowProperties::RiseOnClickProperty to access whether the window rises to the top of the z order when clicked
CEGUI::FrameWindowProperties::RollUpEnabledProperty to access the setting for whether the user is able to roll-up / shade the window
CEGUI::FrameWindowProperties::RollUpStateProperty to access the roll-up / shade state of the window
CEGUI::MultiColumnListProperties::RowCountProperty to access the number of rows in the list (read-only)
CEGUI::SchemeA class that groups a set of GUI elements and initialises the system to access those elements
CEGUI::Scheme_xmlHandlerHandler class used to parse the Scheme XML files using SAX2
CEGUI::SchemeManagerA class that manages the creation of, access to, and destruction of GUI Scheme objects
CEGUI::ScriptExceptionException class used when a scripting error occurs
CEGUI::ScriptFunctorFunctor class used for binding named script functions to events
CEGUI::ScriptModuleAbstract interface required for all scripting support modules to be used with the CEGUI system
CEGUI::ScriptWindowHelper
CEGUI::ScrollablePaneBase class for the ScrollablePane widget
CEGUI::ScrollablePaneWindowRendererBase class for ScrollablePane window renderer objects
CEGUI::ScrollbarBase scroll bar class
CEGUI::ScrollbarWindowRendererBase class for ItemEntry window renderer objects
CEGUI::ScrolledContainerHelper container window class which is used in the implementation of the ScrollablePane widget class
CEGUI::ScrolledItemListBaseScrolledItemListBase window class
CEGUI::ScrollbarProperties::ScrollPositionProperty to access the scroll position of the Scrollbar
CEGUI::SectionSpecificationClass that represents a simple 'link' to an ImagerySection
CEGUI::FalagardListHeaderProperties::SegmentWidgetTypeProperty to access the segment widget type
CEGUI::ItemEntryProperties::SelectableProperty to access the state of the selectable setting
CEGUI::RadioButtonProperties::SelectedProperty to access the selected state of the RadioButton
CEGUI::CheckboxProperties::SelectedProperty to access the selected state of the check box
CEGUI::ItemEntryProperties::SelectedProperty to access the state of the selected setting
CEGUI::EditboxProperties::SelectedTextColourProperty to access the colour used for rendering text within the selection area
CEGUI::MultiLineEditboxProperties::SelectionBrushImageProperty to access the selection brush image
CEGUI::MultiLineEditboxProperties::SelectionLengthProperty to access the current selection length
CEGUI::EditboxProperties::SelectionLengthProperty to access the current selection length
CEGUI::MultiColumnListProperties::SelectionModeProperty to access the selection mode setting of the list
CEGUI::EditboxProperties::SelectionStartProperty to access the current selection start index
CEGUI::MultiLineEditboxProperties::SelectionStartProperty to access the current selection start index
CEGUI::SILLYImageCodecImage codec based on the SILLY library
CEGUI::SimpleTimerSimple timer class
CEGUI::ComboboxProperties::SingleClickModeProperty to access the 'single click mode' setting for the combo box
CEGUI::ListHeaderSegmentProperties::SizableProperty to access the sizable setting of the header segment
CEGUI::SizeClass that holds the size (width & height) of something
CEGUI::FrameWindowProperties::SizingBorderThicknessProperty to access the setting for the sizing border thickness
CEGUI::ListHeaderSegmentProperties::SizingCursorImageProperty to access the segment sizing cursor image
CEGUI::FrameWindowProperties::SizingEnabledProperty to access the state of the sizable setting for the FrameWindow
CEGUI::SliderBase class for Slider widgets
CEGUI::SliderWindowRendererBase class for ItemEntry window renderer objects
CEGUI::SlotFunctorBaseDefines abstract interface which will be used when constructing various functor objects that bind slots to signals (or in CEGUI terms, handlers to events)
CEGUI::TreeProperties::SortProperty to access the sort setting of the Tree
CEGUI::ListboxProperties::SortProperty to access the sort setting of the list box
CEGUI::ListHeaderProperties::SortColumnIDProperty to access the current sort column (via ID code)
CEGUI::MultiColumnListProperties::SortColumnIDProperty to access the current sort column (via ID code)
CEGUI::ListHeaderSegmentProperties::SortDirectionProperty to access the sort direction setting of the header segment
CEGUI::ListHeaderProperties::SortDirectionProperty to access the sort direction setting of the list header
CEGUI::MultiColumnListProperties::SortDirectionProperty to access the sort direction setting of the list
CEGUI::ItemListBaseProperties::SortEnabledProperty to access the state of the sorting enabled setting
CEGUI::ComboboxProperties::SortListProperty to access the sort setting of the list box
CEGUI::ItemListBaseProperties::SortModeProperty to access the sorting mode
CEGUI::ListHeaderProperties::SortSettingEnabledProperty to access the setting for user modification of the sort column & direction
CEGUI::MultiColumnListProperties::SortSettingEnabledProperty to access the setting for user modification of the sort column & direction
CEGUI::SpinnerBase class for the Spinner widget
CEGUI::StateImageryClass the encapsulates imagery for a given widget state
CEGUI::ProgressBarProperties::StepSizeProperty to access the step size setting for the progress bar
CEGUI::SpinnerProperties::StepSizeProperty to access the step size of the spinner
CEGUI::ScrollbarProperties::StepSizeProperty to access the step size for the Scrollbar
CEGUI::StringString class used within the GUI system
CEGUI::String::const_iteratorConstant forward iterator class for String objects
CEGUI::String::FastLessCompareFunctor 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
CEGUI::String::iteratorForward iterator class for String objects
CEGUI::SubCompImplementation helper functor which is used to locate a BoundSlot in the multimap collection of BoundSlots
CEGUI::SubscriberSlotSubscriberSlot class which is used when subscribing to events
CEGUI::SystemCEGUI class that provides access to all other elements in this system
CEGUI::TabButtonBase 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
CEGUI::FalagardTabControlProperties::TabButtonTypeProperty to access the segment sizing cursor image
CEGUI::TabControlBase class for standard Tab Control widget
CEGUI::TabControlWindowRendererBase class for TabControl window renderer objects
CEGUI::TabControlProperties::TabHeightProperty to access the tab height setting of the tab control
CEGUI::TabControlProperties::TabPanePositionProperty to query/set the position of the button pane in tab control
CEGUI::TabControlProperties::TabTextPaddingProperty to access the tab text padding setting of the tab control
CEGUI::WindowProperties::TextProperty to access window text setting
CEGUI::FalagardStaticTextProperties::TextColoursProperty to access the text colours for the FalagardStaticText widget
CEGUI::TextComponentClass that encapsulates information for a text component
CEGUI::SpinnerProperties::TextInputModeProperty to access the TextInputMode setting
CEGUI::TextureAbstract base class specifying the required interface for Texture objects
CEGUI::TextUtilsText utility support class. This class is all static members. You do not create instances of this class
CEGUI::TGAImageCodecDefault image codec
CEGUI::ThumbBase class for Thumb widget
CEGUI::TinyXMLParserImplementation of XMLParser using TinyXML
CEGUI::TitlebarClass representing the title bar for Frame Windows
CEGUI::FrameWindowProperties::TitlebarEnabledProperty to access the setting for whether the window title-bar will be enabled (or displayed depending upon choice of final widget type)
CEGUITinyXML::TiXmlAttribute
CEGUITinyXML::TiXmlBase
CEGUITinyXML::TiXmlComment
CEGUITinyXML::TiXmlDeclaration
CEGUITinyXML::TiXmlDocument
CEGUITinyXML::TiXmlElement
CEGUITinyXML::TiXmlHandle
CEGUITinyXML::TiXmlNode
CEGUITinyXML::TiXmlText
CEGUITinyXML::TiXmlUnknown
CEGUI::WindowProperties::TooltipProperty to access the tooltip text for this Window
CEGUI::TooltipBase class for Tooltip widgets
CEGUI::TooltipWindowRendererBase class for Tooltip window renderer objects
CEGUI::TreeBase class for standard Tree widget
CEGUI::TreeEventArgsEventArgs based class that is used for objects passed to input event handlers concerning Tree events
CEGUI::TreeItemBase class for tree items
CEGUI::UDimClass representing a unified dimension; that is a dimension that has both a relative 'scale' portion and and absolute 'offset' portion
CEGUI::WindowProperties::UnifiedAreaRectProperty to access the unified area rectangle of the window
CEGUI::UnifiedDimDimension type that represents an Unified dimension. Implements BaseDim interface
CEGUI::WindowProperties::UnifiedHeightProperty to access the unified height of the window
CEGUI::WindowProperties::UnifiedMaxSizeProperty to access the unified maximum size of the window
CEGUI::WindowProperties::UnifiedMinSizeProperty to access the unified minimum size of the window
CEGUI::WindowProperties::UnifiedPositionProperty to access the unified position of the window
CEGUI::WindowProperties::UnifiedSizeProperty to access the unified position of the window
CEGUI::WindowProperties::UnifiedWidthProperty to access the unified width of the window
CEGUI::WindowProperties::UnifiedXPositionProperty to access the unified position x-coordinate of the window
CEGUI::WindowProperties::UnifiedYPositionProperty to access the unified position y-coordinate of the window
CEGUI::UnknownObjectExceptionException class used when a request was made using a name of an unknown object
CEGUI::UpdateEventArgsWindowEventArgs class that is primarily used by lua scripts
CEGUI::URectArea rectangle class built using unified dimensions (UDims)
CEGUI::UVector2Two dimensional vector class built using unified dimensions (UDims). The UVector2 class is used for representing both positions and sizes
CEGUI::EditboxProperties::ValidationStringProperty to access the string used for regular expression validation of the edit box text
CEGUI::ComboboxProperties::ValidationStringProperty to access the string used for regular expression validation of the edit box text
CEGUI::Vector2Class used as a two dimensional vector (aka a Point)
CEGUI::Vector3Class used as a three dimensional vector
CEGUI::FalagardStaticTextProperties::VertFormattingProperty to access the vertical formatting mode setting
CEGUI::ThumbProperties::VertFreeProperty to access the state the setting to free the thumb vertically
CEGUI::WindowProperties::VerticalAlignmentProperty to access the vertical alignment setting for the window
CEGUI::FalagardProgressBarProperties::VerticalProgressProperty to access the setting that controls whether the progress bar is horizontal or vertical
CEGUI::FalagardScrollbarProperties::VerticalScrollbarProperty to access the setting that controls whether the scrollbar is horizontal or vertical
CEGUI::FalagardSliderProperties::VerticalSliderProperty to access the setting that controls whether the slider is horizontal or vertical
CEGUI::ScrollablePaneProperties::VertOverlapSizeProperty to access the overlap size for the vertical Scrollbar
CEGUI::ThumbProperties::VertRangeProperty to access the vertical movement range for the thumb
CEGUI::FalagardStaticTextProperties::VertScrollbarProperty to access the setting for enabling the vertical scroll bar
CEGUI::ScrollablePaneProperties::VertScrollPositionProperty to access the scroll position of the vertical Scrollbar
CEGUI::ScrollablePaneProperties::VertStepSizeProperty to access the step size for the vertical Scrollbar
CEGUI::WindowProperties::VisibleProperty to access window Visible setting
CEGUI::WindowProperties::WantsMultiClickEventsProperty to control whether the window will receive double/triple-click events
CEGUI::WidgetComponentClass that encapsulates information regarding a sub-widget required for a widget
CEGUI::WidgetDimDimension type that represents some dimension of a Window/widget. Implements BaseDim interface
CEGUI::WidgetLookFeelClass that encapsulates look & feel information for a particular widget type
CEGUI::WidgetLookManagerManager class that gives top-level access to widget data based "look and feel" specifications loaded into the system
CEGUI::WindowAn abstract base class providing common functionality and specifying the required interface for derived classes
CEGUI::WindowEventArgsEventArgs based class that is used for objects passed to handlers triggered for events concerning some Window object
CEGUI::WindowFactoryAbstract class that defines the required interface for all WindowFactory objects
CEGUI::WindowFactoryManagerClass that manages WindowFactory objects
CEGUI::WindowFactoryManager::AliasTargetStackClass used to track active alias targets for Window factory types
CEGUI::WindowFactoryManager::FalagardWindowMappingStruct used to hold mapping information required to create a falagard based window
CEGUI::WindowManagerDescribes an object that manages creation and lifetime of Window objects
CEGUI::WindowRendererBase-class for the assignable WindowRenderer object
CEGUI::WindowProperties::WindowRendererProperty to access/change the assigned window renderer object
CEGUI::WindowRendererFactoryBase-class for WindowRendererFactory
CEGUI::MultiLineEditboxProperties::WordWrapProperty to access the word-wrap setting of the edit box
CEGUI::XercesParserImplementation of XMLParser using Xerces-C++
CEGUI::XMLAttributesClass representing a block of attributes associated with an XML element
CEGUI::XMLParserThis is an abstract class that is used by CEGUI to interface with XML parser libraries
CEGUI::XMLSerializerClass used to create XML Document
CEGUI::WindowProperties::ZOrderChangeEnabledProperty to access window Z-Order changing enabled setting

Generated on Thu Nov 27 20:34:21 2008 for Crazy Eddies GUI System by  doxygen 1.5.7.1