Crazy Eddies GUI System Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
CEGUI::_freeBinder< Ret, Args >This class binds a free function
CEGUI::_functorBinder< Functor, Ret, Args >This class binds a copy of a functor
CEGUI::_memberBinder< T, Ret, Args >This class binds a member function along with a target object
CEGUI::_refBinder< Functor, Ret, Args >This class binds a const reference to a generalized functor. Sometimes it may not be appropriate for the functor to be cloned. In which case, use SubscriberRef() (which uses this)
CEGUI::AbsoluteDimDimension type that represents an absolute pixel value. Implements BaseDim interface
CEGUI::WindowProperties::AbsoluteHeightProperty to access window height
CEGUI::WindowProperties::AbsoluteMaxSizeProperty to access maximum window size
CEGUI::WindowProperties::AbsoluteMinSizeProperty to access minimum window size
CEGUI::WindowProperties::AbsolutePositionProperty to access window position
CEGUI::WindowProperties::AbsoluteRectProperty to access window area rectangle
CEGUI::WindowProperties::AbsoluteSizeProperty to access the window size
CEGUI::TabControlProperties::AbsoluteTabHeightProperty to access the absolute tab height setting of the tab control
CEGUI::TabControlProperties::AbsoluteTabTextPaddingProperty to access the absolute tab text padding setting of the tab control
CEGUI::WindowProperties::AbsoluteWidthProperty to access window width
CEGUI::WindowProperties::AbsoluteXPositionProperty to access window X position
CEGUI::WindowProperties::AbsoluteYPositionProperty to access window Y position
CEGUI::ActivationEventArgsEventArgs based class that is used for Activated and Deactivated window events
CEGUI::ComboboxProperties::ActiveEditSelectionColourProperty to access the colour used for rendering the selection highlight when the edit box is active
CEGUI::MultiLineEditboxProperties::ActiveSelectionColourProperty to access the colour used for rendering the selection highlight when the edit box is active
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::StaticProperties::BackgroundColoursProperty to access the background colours for the Static widget
CEGUI::MenuBaseProperties::BackgroundColoursProperty to access the background colours of the menu
CEGUI::StaticProperties::BackgroundEnabledProperty to access the state of the frame background setting for the Static widget
CEGUI::StaticProperties::BackgroundImageProperty to access the background image for the Static widget
CEGUI::BaseDimAbstract interface for a generic 'dimension' class
CEGUI::MenuBaseProperties::BorderWidthProperty to access the border width of the menu
CEGUI::StaticProperties::BottomFrameImageProperty to access the bottom edge image for the frame of the Static widget
CEGUI::StaticProperties::BottomLeftFrameImageProperty to access the bottom-left image for the frame of the Static widget
CEGUI::StaticProperties::BottomRightFrameImageProperty to access the bottom-right image for the frame of the Static widget
CEGUI::ButtonBaseBase class for all the 'button' type widgets (push button, radio button, check-box, etc)
CEGUI::TitlebarProperties::CaptionColourProperty to colour used for rendering the caption text
CEGUI::FrameWindowProperties::CaptionColourProperty to colour used for rendering the caption text
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::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::MultiColumnListProperties::ColumnsMovableProperty to access the setting for user moving of the column headers
CEGUI::ListHeaderProperties::ColumnsMovableProperty to access the setting for user moving of the column headers
CEGUI::MultiColumnListProperties::ColumnsSizableProperty to access the setting for user sizing of the column headers
CEGUI::ListHeaderProperties::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::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::WindowProperties::DestroyedByParentProperty to access window Destroyed by Parent setting
CEGUI::DimensionClass representing some kind of dimension
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::PushButtonProperties::DisabledImageProperty to access the disabled image of the button
CEGUI::MenuItemProperties::DisabledTextColourProperty to access the disabled text colour of the item
CEGUI::ButtonBaseProperties::DisabledTextColourProperty to access the disabled text colour
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::DragContainerFactoryFactory class for producing DragContainer windows
CEGUI::DragContainerProperties::DragCursorImageProperty to access the dragging mouse cursor setting
CEGUI::DragDropEventArgsEventArgs based class used for certain drag/drop notifications
CEGUI::DragContainerProperties::DraggingEnabledProperty to access the state of the dragging enabled setting
CEGUI::TitlebarProperties::DraggingEnabledProperty to access the state of the dragging enabled setting for the Titlebar
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::EditboxBase class for an Editbox widget
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::ConnectionInterfaceInterface to be implemented by connection objects
CEGUI::Event::ScopedConnectionA Connection object that automatically disconnects from the event when the ScropedConnection object goes out of scope (and is deleted)
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::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 menu bar
CEGUI::PopupMenuProperties::FadeOutTimeProperty to access the fade out time in seconds of the menu bar
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::FalagardComponentBaseCommon base class used for renderable components within an ImagerySection
CEGUI::FalagardXMLHelperUtility helper class primarily intended for use by the falagard xml parser
CEGUI::FileIOExceptionException class used when a file handling problem occurs
CEGUI::WindowProperties::FontProperty to access window Font setting
CEGUI::FontClass that encapsulates text rendering functionality for a typeface
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::FontManagerClass providing a shared library of Font objects to the system
CEGUI::MultiColumnListProperties::ForceHorzScrollbarProperty to access the 'always show' setting for the horizontal scroll bar of the list box
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::ComboboxProperties::ForceHorzScrollbarProperty to access the 'always show' setting for the horizontal scroll bar of the list box
CEGUI::ListboxProperties::ForceHorzScrollbarProperty to access the 'always show' setting for the horizontal scroll bar of the list box
CEGUI::MultiColumnListProperties::ForceVertScrollbarProperty to access the 'always show' setting for the vertical scroll bar of the list 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::ComboboxProperties::ForceVertScrollbarProperty to access the 'always show' setting for the vertical scroll bar of the list box
CEGUI::ListboxProperties::ForceVertScrollbarProperty to access the 'always show' setting for the vertical scroll bar of the list box
CEGUI::StaticProperties::FrameColoursProperty to access the frame colours for the Static widget
CEGUI::FrameComponentClass that encapsulates information for a frame with background (9 images in total)
CEGUI::StaticProperties::FrameEnabledProperty to access the state of the frame enabled setting for the Static widget
CEGUI::FrameWindowProperties::FrameEnabledProperty to access the setting for whether the window frame will be displayed
CEGUI::FrameWindowAbstract base class for a movable, sizable, window with a title-bar and a frame
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::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::GUISheetFactoryFactory class for producing default windows
CEGUI::HeaderSequenceEventArgsEventArgs class used for segment move (sequence changed) events
CEGUI::WindowProperties::HeightProperty to access window height
CEGUI::WindowProperties::HorizontalAlignmentProperty to access the horizontal alignment setting for the window
CEGUI::StaticImageProperties::HorzFormattingProperty to access the horizontal formatting mode setting
CEGUI::StaticTextProperties::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::MenuBaseProperties::HorzPaddingProperty to access the horz padding value of the menu
CEGUI::ThumbProperties::HorzRangeProperty to access the horizontal movement range for the thumb
CEGUI::StaticTextProperties::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::MenuItemProperties::HoverColourProperty to access the hover colour of the item
CEGUI::PushButtonProperties::HoverImageProperty to access the hover image of the button
CEGUI::ButtonBaseProperties::HoverTextColourProperty to access the hover / highlight text colour
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::StaticImageProperties::ImageProperty to access the image for the StaticImage widget
CEGUI::StaticImageProperties::ImageColoursProperty to access the image colours for the StaticImage widget
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::ComboboxProperties::InactiveEditSelectionColourProperty to access the colour used for rendering the selection highlight when the edit box is inactive
CEGUI::MultiLineEditboxProperties::InactiveSelectionColourProperty to access the colour used for rendering the selection highlight when the edit box is inactive
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::IrrlichtRendererClass implementing the interface for Renderer objects with the irrlicht graphics engine
CEGUI::ItemEntryBase class for item type widgets
CEGUI::ItemListBaseBase class for item list widgets
CEGUI::MenuBaseProperties::ItemSpacingProperty to access the item spacing of the menu
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::StaticProperties::LeftFrameImageProperty to access the left edge image for the frame of the Static widget
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::ListHeaderBase class for the multi column list header widget
CEGUI::ListHeaderSegmentBase class for list header segment window
CEGUI::LoggerClass that implements logging for the GUI system
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::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::WindowProperties::MetricsModeProperty to access the metrics mode setting
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::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::MultiLineEditboxBase class for the multi-line edit box widget
CEGUI::MultiLineEditbox::LineInfoStruct used to store information about a formatted line within the paragraph
CEGUI::ListboxProperties::MultiSelectProperty to access the multi-select setting of the list box
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::ComboboxProperties::NormalEditTextColourProperty to access the normal, unselected, text colour used for rendering text
CEGUI::PushButtonProperties::NormalImageProperty to access the normal image of the button
CEGUI::MenuItemProperties::NormalTextColourProperty to access the normal text colour of the item
CEGUI::MultiLineEditboxProperties::NormalTextColourProperty to access the normal, unselected, text colour used for rendering text
CEGUI::ButtonBaseProperties::NormalTextColourProperty to access the normal text colour
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::MenuItemProperties::OpenedColourProperty to access the opened colour of the item
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::PopupMenuBase class for popup menus
CEGUI::WindowProperties::PositionProperty to access window position
CEGUI::ProgressBarBase class for progress bars
CEGUI::PropertyAn abstract class that defines the interface to access object properties by name
CEGUI::PropertyDefinitionClass representing a new property to be available on all widgets that use the WidgetLook that this PropertyDefinition is defiend for
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::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::MenuItemProperties::PushedColourProperty to access the pushed colour of the item
CEGUI::PushButtonProperties::PushedImageProperty to access the pushed image of the button
CEGUI::ButtonBaseProperties::PushedTextColourProperty to access the pushed text colour
CEGUI::RadioButtonBase class to provide the logic for Radio Button widgets
CEGUI::ComboboxProperties::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::EditboxProperties::ReadOnlyProperty to access the read-only setting of the edit box
CEGUI::WindowProperties::RectProperty to access window area rectangle
CEGUI::RectClass encapsulating operations on a Rectangle
CEGUI::RegexValidatorInternal struct to contain compiled regex string
CEGUI::WindowProperties::RelativeHeightProperty to access window height
CEGUI::WindowProperties::RelativeMaxSizeProperty to access maximum window size
CEGUI::WindowProperties::RelativeMinSizeProperty to access minimum window size
CEGUI::WindowProperties::RelativePositionProperty to access window position
CEGUI::WindowProperties::RelativeRectProperty to access window area rectangle
CEGUI::WindowProperties::RelativeSizeProperty to access the window size
CEGUI::TabControlProperties::RelativeTabHeightProperty to access the relative tab height setting of the tab control
CEGUI::TabControlProperties::RelativeTabTextPaddingProperty to access the relative tab text padding setting of the tab control
CEGUI::WindowProperties::RelativeWidthProperty to access window width
CEGUI::WindowProperties::RelativeXPositionProperty to access window X position
CEGUI::WindowProperties::RelativeYPositionProperty to access window Y position
CEGUI::RenderableFrameA higher order GUI entity that represents a renderable frame
CEGUI::RenderableImageA higher order GUI entity that represents a renderable image with formatting options
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::StaticProperties::RightFrameImageProperty to access the right edge image for the frame of the Static widget
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::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::ScrollablePaneBase class for the ScrollablePane widget
CEGUI::ScrollbarBase scroll bar class
CEGUI::ScrolledContainerHelper container window class which is used in the implementation of the ScrollablePane widget class
CEGUI::ScrolledContainerFactoryFactory class for producing ScrolledContainer windows
CEGUI::ScrollbarProperties::ScrollPositionProperty to access the scroll position of the Scrollbar
CEGUI::SectionSpecificationClass that represents a simple 'link' to an ImagerySection
CEGUI::RadioButtonProperties::SelectedProperty to access the selected state of the RadioButton
CEGUI::CheckboxProperties::SelectedProperty to access the selected state of the check box
CEGUI::ComboboxProperties::SelectedEditTextColourProperty to access the colour used for rendering text within the selection area
CEGUI::MultiLineEditboxProperties::SelectedTextColourProperty to access the colour used for rendering text within the selection area
CEGUI::EditboxProperties::SelectedTextColourProperty to access the colour used for rendering text within the selection area
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::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::WindowProperties::SizeProperty to access the window size
CEGUI::FrameWindowProperties::SizingBorderThicknessProperty to access the setting for the sizing border thickness
CEGUI::FrameWindowProperties::SizingEnabledProperty to access the state of the sizable setting for the FrameWindow
CEGUI::SliderBase class for Slider widgets
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::MultiColumnListProperties::SortDirectionProperty to access the sort direction setting of the list
CEGUI::ListHeaderProperties::SortDirectionProperty to access the sort direction setting of the list header
CEGUI::ListHeaderSegmentProperties::SortDirectionProperty to access the sort direction setting of the header segment
CEGUI::ComboboxProperties::SortListProperty to access the sort setting of the list box
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::StaticBase class for static widgets
CEGUI::StaticImageStatic image widget class
CEGUI::StaticTextBase class for a static text widget
CEGUI::SpinnerProperties::StepSizeProperty to access the step size of the spinner
CEGUI::ScrollbarProperties::StepSizeProperty to access the step size for the Scrollbar
CEGUI::ProgressBarProperties::StepSizeProperty to access the step size setting for the progress bar
CEGUI::StringString class used within the GUI system
CEGUI::String::const_iteratorConstant forward iterator class for String objects
CEGUI::String::iteratorForward iterator class for String objects
CEGUI::SubscriberInterface< Ret, Args >The base class for the various binders. This provides a consistent interface for firing functions bound to an event
CEGUI::SubscriberTemplate< Ret, Args >This template describes the Subscriber class. It is a wrapper for a pointer to a SubscriberInterface with various constructors that will by implicit conversion construct the various binders
CEGUI::SystemThe System class is the CEGUI 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::TabControlBase class for standard Tab Control widget
CEGUI::TabControlProperties::TabHeightProperty to access the tab height setting of the tab control
CEGUI::TabPaneBase class for a tab pane
CEGUI::TabControlProperties::TabTextPaddingProperty to access the tab text padding setting of the tab control
CEGUI::WindowProperties::TextProperty to access window text setting
CEGUI::TextItemProperties::TextColourProperty to access the text colour of the item
CEGUI::StaticTextProperties::TextColoursProperty to access the text colours for the StaticText widget
CEGUI::TextComponentClass that encapsulates information for a text component
CEGUI::TextItemProperties::TextFormattingProperty to access the horizontal formatting mode setting
CEGUI::SpinnerProperties::TextInputModeProperty to access the TextInputMode setting
CEGUI::TextItemBase class for all the TextItem widgets
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::PushButtonProperties::TextXOffsetProperty to access an offset that is used to shift the text in the x-direction
CEGUI::TextItemProperties::TextXOffsetProperty to access the X offset of the text on the item
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)
CEGUI::FrameWindowProperties::TitlebarFontProperty to access the Font set for the windows title bar
TiXmlAttribute
TiXmlBase
TiXmlComment
TiXmlDeclaration
TiXmlDocument
TiXmlElement
TiXmlHandle
TiXmlNode
TiXmlText
TiXmlUnknown
CEGUI::WindowProperties::TooltipProperty to access the tooltip text for this Window
CEGUI::TooltipBase class for Tooltip widgets
CEGUI::StaticProperties::TopFrameImageProperty to access the top edge image for the frame of the Static widget
CEGUI::StaticProperties::TopLeftFrameImageProperty to access the top-left image for the frame of the Static widget
CEGUI::StaticProperties::TopRightFrameImageProperty to access the top-right image for the frame of the Static widget
CEGUI::UDimClass representing a unified dimension; that is a dimension that has both a relative 'scale' portion and and absolute 'offset' portion
CEGUI::UnifiedDimDimension type that represents an Unified dimension. Implements BaseDim interface
CEGUI::UnknownObjectExceptionException class used when a request was made using a name of an unknown object
CEGUI::URectArea rectangle class built using unified dimensions (UDims)
CEGUI::PushButtonProperties::UseStandardImageryProperty to access whether to use the standard images or the supplied custom ones
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::StaticImageProperties::VertFormattingProperty to access the vertical formatting mode setting
CEGUI::StaticTextProperties::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::ScrollablePaneProperties::VertOverlapSizeProperty to access the overlap size for the vertical Scrollbar
CEGUI::MenuBaseProperties::VertPaddingProperty to access the vert padding value of the menu
CEGUI::ThumbProperties::VertRangeProperty to access the vertical movement range for the thumb
CEGUI::StaticTextProperties::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::WindowProperties::WidthProperty to access window width
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::WindowManagerThe WindowManager class describes an object that manages creation and lifetime of Window objects
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::WindowProperties::XPositionProperty to access window X position
CEGUI::WindowProperties::YPositionProperty to access window Y position
CEGUI::WindowProperties::ZOrderChangeEnabledProperty to access window Z-Order changing enabled setting

Generated on Sat Nov 26 10:09:56 2005 for Crazy Eddies GUI System by  doxygen 1.4.5