| CEGUI::_freeBinder< Ret, Args > | |
| CEGUI::_functorBinder< Functor, Ret, Args > | |
| CEGUI::_memberBinder< T, Ret, Args > | |
| CEGUI::_refBinder< Functor, Ret, Args > | |
| CEGUI::WindowProperties::AbsoluteHeight | Property to access window height |
| CEGUI::WindowProperties::AbsoluteMaxSize | Property to access maximum window size |
| CEGUI::WindowProperties::AbsoluteMinSize | Property to access minimum window size |
| CEGUI::WindowProperties::AbsolutePosition | Property to access window position |
| CEGUI::WindowProperties::AbsoluteRect | Property to access window area rectangle |
| CEGUI::WindowProperties::AbsoluteSize | Property to access the window size |
| CEGUI::TabControlProperties::AbsoluteTabHeight | Property to access the absolute tab height setting of the tab control |
| CEGUI::TabControlProperties::AbsoluteTabTextPadding | Property to access the absolute tab text padding setting of the tab control |
| CEGUI::WindowProperties::AbsoluteWidth | Property to access window width |
| CEGUI::WindowProperties::AbsoluteXPosition | Property to access window X position |
| CEGUI::WindowProperties::AbsoluteYPosition | Property to access window Y position |
| CEGUI::ActivationEventArgs | EventArgs based class that is used for Activated and Deactivated window events |
| CEGUI::ComboboxProperties::ActiveEditSelectionColour | Property to access the colour used for rendering the selection highlight when the edit box is active |
| CEGUI::EditboxProperties::ActiveSelectionColour | Property to access the colour used for rendering the selection highlight when the edit box is active |
| CEGUI::MultiLineEditboxProperties::ActiveSelectionColour | Property to access the colour used for rendering the selection highlight when the edit box is active |
| CEGUI::WindowProperties::Alpha | Property to access window alpha setting |
| CEGUI::AlreadyExistsException | Exception class used when an attempt is made to use an object name that is already in use within the system |
| CEGUI::WindowProperties::AlwaysOnTop | Property to access window "Always-On-Top" setting |
| CEGUI::WindowProperties::AutoRepeatDelay | Property to access window autorepeat delay value |
| CEGUI::WindowProperties::AutoRepeatRate | Property to access window autorepeat rate value |
| CEGUI::StaticProperties::BackgroundColours | Property to access the background colours for the Static widget |
| CEGUI::StaticProperties::BackgroundEnabled | Property to access the state of the frame background setting for the Static widget |
| CEGUI::StaticProperties::BackgroundImage | Property to access the background image for the Static widget |
| CEGUI::StaticProperties::BottomFrameImage | Property to access the bottom edge image for the frame of the Static widget |
| CEGUI::StaticProperties::BottomLeftFrameImage | Property to access the bottom-left image for the frame of the Static widget |
| CEGUI::StaticProperties::BottomRightFrameImage | Property to access the bottom-right image for the frame of the Static widget |
| branch_chain | |
| CEGUI::ButtonBase | Base class for all the 'button' type widgets (push button, radio button, check-box, etc) |
| CEGUI::TitlebarProperties::CaptionColour | Property to colour used for rendering the caption text |
| CEGUI::FrameWindowProperties::CaptionColour | Property to colour used for rendering the caption text |
| CEGUI::ComboboxProperties::CaratIndex | Property to access the current carat index |
| CEGUI::EditboxProperties::CaratIndex | Property to access the current carat index |
| CEGUI::MultiLineEditboxProperties::CaratIndex | Property to access the current carat index |
| CEGUI::Checkbox | Base class providing logic for Check-box widgets |
| CEGUI::ListHeaderSegmentProperties::Clickable | Property to access the click-able setting of the header segment |
| CEGUI::SliderProperties::ClickStepSize | Property to access the click-step size for the slider |
| CEGUI::WindowProperties::ClippedByParent | Property to access window "clipped by parent" setting |
| CEGUI::FrameWindowProperties::CloseButtonEnabled | Property to access the setting for whether the window close button will be enabled (or displayed depending upon choice of final widget type) |
| cnode | |
| CEGUI::colour | Class representing colour values within the system |
| CEGUI::ColourRect | Class that holds details of colours for the four corners of a rectangle |
| CEGUI::ListHeaderProperties::ColumnsMovable | Property to access the setting for user moving of the column headers |
| CEGUI::MultiColumnListProperties::ColumnsMovable | Property to access the setting for user moving of the column headers |
| CEGUI::ListHeaderProperties::ColumnsSizable | Property to access the setting for user sizing of the column headers |
| CEGUI::MultiColumnListProperties::ColumnsSizable | Property to access the setting for user sizing of the column headers |
| CEGUI::Combobox | Base class for the Combobox widget |
| CEGUI::ComboDropList | Base class for the combo box drop down list. This is a specialisation of the Listbox class |
| compile_data | |
| CEGUI::Config_xmlHandler | Handler class used to parse the Configuration XML files using SAX2 |
| CEGUI::ConnectionImpl | |
| CEGUI::ConstBaseIterator< T > | Base class constant iterator used to offer iteration over various collections within the system |
| CEGUI::ProgressBarProperties::CurrentProgress | Property to access the current progress of the progress bar |
| CEGUI::SliderProperties::CurrentValue | Property to access the current value of the slider |
| CEGUI::DataContainer< T > | |
| CEGUI::DefaultResourceProvider | |
| CEGUI::WindowProperties::DestroyedByParent | Property to access window Destroyed by Parent setting |
| CEGUI::DirectX81Renderer | Renderer class to interface with Microsoft DirectX 8.1 |
| CEGUI::DirectX81Texture | Texture class that is created by DirectX81Renderer objects |
| CEGUI::DirectX9Renderer | Renderer class to interface with Microsoft DirectX 9.0 |
| CEGUI::DirectX9Texture | Texture class that is created by DirectX9Renderer objects |
| CEGUI::WindowProperties::Disabled | Property to access window Disabled setting |
| CEGUI::ButtonBaseProperties::DisabledTextColour | Property to access the disabled text colour |
| CEGUI::ScrollbarProperties::DocumentSize | Property to access the document size for the Scrollbar |
| CEGUI::ListHeaderSegmentProperties::Dragable | Property to access the drag-able setting of the header segment |
| CEGUI::TitlebarProperties::DraggingEnabled | Property to access the state of the dragging enabled setting for the Titlebar |
| CEGUI::FrameWindowProperties::DragMovingEnabled | Property to access the setting for whether the user may drag the window around by its title bar |
| CEGUI::Editbox | Base class for an Editbox widget |
| CEGUI::ComboboxProperties::EditSelectionLength | Property to access the current selection length |
| CEGUI::ComboboxProperties::EditSelectionStart | Property to access the current selection start index |
| CEGUI::Event | Defines an 'event' which can be subscribed to by interested parties |
| CEGUI::Event::ConnectionInterface | |
| CEGUI::Event::ScopedConnection | |
| CEGUI::EventArgs | Base class used as the argument to all subscribers Event object |
| CEGUI::EventPusher | |
| CEGUI::EventSet | Class that collects together a set of Event objects |
| CEGUI::Exception | Root exception class used within the GUI system |
| CEGUI::FactoryModule | Class that encapsulates access to a dynamic loadable module containing implementations of Windows, Widgets, and their factories |
| CEGUI::FileIOException | Exception class used when a file handling problem occurs |
| CEGUI::WindowProperties::Font | Property to access window Font setting |
| CEGUI::Font | Class that encapsulates text rendering functionality for a typeface |
| CEGUI::Font::FontImplData | |
| CEGUI::Font_xmlHandler | Handler class used to parse the Font XML files using SAX2 |
| CEGUI::FontManager | Class providing a shared library of Font objects to the system |
| CEGUI::FontManager::FontManagerImplData | |
| CEGUI::ComboboxProperties::ForceHorzScrollbar | Property to access the 'always show' setting for the horizontal scroll bar of the list box |
| CEGUI::ListboxProperties::ForceHorzScrollbar | Property to access the 'always show' setting for the horizontal scroll bar of the list box |
| CEGUI::MultiColumnListProperties::ForceHorzScrollbar | Property to access the 'always show' setting for the horizontal scroll bar of the list box |
| CEGUI::ComboboxProperties::ForceVertScrollbar | Property to access the 'always show' setting for the vertical scroll bar of the list box |
| CEGUI::ListboxProperties::ForceVertScrollbar | Property to access the 'always show' setting for the vertical scroll bar of the list box |
| CEGUI::MultiColumnListProperties::ForceVertScrollbar | Property to access the 'always show' setting for the vertical scroll bar of the list box |
| CEGUI::StaticProperties::FrameColours | Property to access the frame colours for the Static widget |
| CEGUI::FrameWindowProperties::FrameEnabled | Property to access the setting for whether the window frame will be displayed |
| CEGUI::StaticProperties::FrameEnabled | Property to access the state of the frame enabled setting for the Static widget |
| CEGUI::FrameWindow | Abstract base class for a movable, sizable, window with a title-bar and a frame |
| CEGUI::GenericException | Exception class used when none of the other classes are applicable |
| CEGUI::GlobalEventSet | |
| CEGUI::RadioButtonProperties::GroupID | Property to access the radio button group ID |
| CEGUI::GUILayout_xmlHandler | Handler class used to parse the GUILayout XML files using SAX2 |
| CEGUI::GUISheet | Window class intended to be used as a simple, generic Window |
| CEGUI::GUISheetFactory | Factory class for producing default windows |
| CEGUI::HeaderSequenceEventArgs | EventArgs class used for segment move (sequence changed) events |
| CEGUI::WindowProperties::Height | Property to access window height |
| CEGUI::StaticTextProperties::HorzFormatting | Property to access the horizontal formatting mode setting |
| CEGUI::StaticImageProperties::HorzFormatting | Property to access the horizontal formatting mode setting |
| CEGUI::ThumbProperties::HorzFree | Property to access the state the setting to free the thumb horizontally |
| CEGUI::ThumbProperties::HorzRange | Property to access the horizontal movement range for the thumb |
| CEGUI::StaticTextProperties::HorzScrollbar | Property to access the setting for enabling the horizontal scroll bar |
| CEGUI::ThumbProperties::HotTracked | Property to access the state of the "hot-tracked" setting for the thumb |
| CEGUI::ButtonBaseProperties::HoverTextColour | Property to access the hover / highlight text colour |
| CEGUI::WindowProperties::ID | Property to access window ID field |
| CEGUI::Image | Class that represents a single Image of an Imageset |
| CEGUI::StaticImageProperties::Image | Property to access the image for the StaticImage widget |
| CEGUI::StaticImageProperties::ImageColours | Property to access the image colours for the StaticImage widget |
| CEGUI::Imageset | Offers functions to define, access, and draw, a set of image components on a single graphical surface or Texture |
| CEGUI::Imageset_xmlHandler | Handler class used to parse the Imageset XML files using SAX2 |
| CEGUI::ImagesetManager | Class providing a shared library of Imageset objects to the system |
| CEGUI::ComboboxProperties::InactiveEditSelectionColour | Property to access the colour used for rendering the selection highlight when the edit box is inactive |
| CEGUI::EditboxProperties::InactiveSelectionColour | Property to access the colour used for rendering the selection highlight when the edit box is inactive |
| CEGUI::MultiLineEditboxProperties::InactiveSelectionColour | Property to access the colour used for rendering the selection highlight when the edit box is inactive |
| CEGUI::WindowProperties::InheritsAlpha | Property to access window "Inherits Alpha" setting |
| CEGUI::InvalidRequestException | Exception class used when some impossible request was made for the current system state |
| CEGUI::IrrlichtRenderer | Class implementing the interface for Renderer objects with the irrlicht graphics engine |
| CEGUI::IrrlichtResourceProvider | |
| CEGUI::IrrlichtTexture | |
| CEGUI::Key | Struct to give scope to scan code enumeration |
| CEGUI::KeyEventArgs | EventArgs based class that is used for objects passed to input event handlers concerning keyboard input |
| CEGUI::StaticProperties::LeftFrameImage | Property to access the left edge image for the frame of the Static widget |
| CEGUI::Listbox | Base class for standard Listbox widget |
| CEGUI::ListboxItem | Base class for list box items |
| CEGUI::ListboxTextItem | Class used for textual items in a list box |
| CEGUI::ListHeader | Base class for the multi column list header widget |
| CEGUI::ListHeaderSegment | Base class for list header segment window |
| CEGUI::Logger | Class that implements logging for the GUI system |
| CEGUI::EditboxProperties::MaskCodepoint | Property to access the mask text setting of the edit box |
| CEGUI::EditboxProperties::MaskText | Property to access the mask text setting of the edit box |
| match_data | |
| CEGUI::ComboboxProperties::MaxEditTextLength | Property to access the maximum text length for the edit box |
| CEGUI::SliderProperties::MaximumValue | Property to access the maximum value of the slider |
| CEGUI::EditboxProperties::MaxTextLength | Property to access the maximum text length for the edit box |
| CEGUI::MultiLineEditboxProperties::MaxTextLength | Property to access the maximum text length for the edit box |
| CEGUI::MCLGridRef | Simple grid index structure |
| CEGUI::MemoryException | Exception class used when a memory handling error is detected |
| CEGUI::WindowProperties::MetricsMode | Property to access the metrics mode setting |
| CEGUI::WindowProperties::MouseButtonDownAutoRepeat | Property to control whether the window will receive autorepeat mouse button down events |
| CEGUI::MouseClickTracker | Implementation structure used in tracking up & down mouse button inputs in order to generate click, double-click, and triple-click events |
| CEGUI::MouseClickTrackerImpl | |
| CEGUI::MouseCursor | Class that allows access to the GUI system mouse cursor |
| CEGUI::MouseCursorEventArgs | EventArgs based class that is used for objects passed to input event handlers concerning mouse cursor events |
| CEGUI::WindowProperties::MouseCursorImage | Property to access window mouse cursor setting |
| CEGUI::MouseEventArgs | EventArgs based class that is used for objects passed to input event handlers concerning mouse input |
| CEGUI::MultiColumnList | Base class for the multi column list widget |
| CEGUI::MultiColumnList::ListRow | |
| CEGUI::MultiLineEditbox | Base class for the multi-line edit box widget |
| CEGUI::MultiLineEditbox::LineInfo | Struct used to store information about a formatted line within the paragraph |
| CEGUI::ListboxProperties::MultiSelect | Property to access the multi-select setting of the list box |
| CEGUI::MultiColumnListProperties::NominatedSelectionColumnID | Property to access the nominated selection column (via ID) |
| CEGUI::MultiColumnListProperties::NominatedSelectionRow | Property to access the nominated selection row |
| CEGUI::ComboboxProperties::NormalEditTextColour | Property to access the normal, unselected, text colour used for rendering text |
| CEGUI::ButtonBaseProperties::NormalTextColour | Property to access the normal text colour |
| CEGUI::EditboxProperties::NormalTextColour | Property to access the normal, unselected, text colour used for rendering text |
| CEGUI::MultiLineEditboxProperties::NormalTextColour | Property to access the normal, unselected, text colour used for rendering text |
| CEGUI::NullObjectException | Exception class used when some required object or parameter is null |
| CEGUI::ObjectInUseException | |
| CEGUI::OpenGLRenderer | Renderer class to interface with OpenGL |
| CEGUI::OpenGLTexture | Texture class that is created by OpenGLRenderer objects |
| CEGUI::ScrollbarProperties::OverlapSize | Property to access the overlap size for the Scrollbar |
| CEGUI::ScrollbarProperties::PageSize | Property to access the page size for the Scrollbar |
| pcre_callout_block | |
| pcre_extra | |
| pcre_study_data | |
| CEGUI::WindowProperties::Position | Property to access window position |
| CEGUI::ProgressBar | Base class for progress bars |
| CEGUI::Property | An abstract class that defines the interface to access object properties by name |
| CEGUI::PropertyHelper | Helper class used to convert various data types to and from the format expected in Propery strings |
| CEGUI::PropertyReceiver | Dummy base class to ensure correct casting of receivers |
| CEGUI::PropertySet | Class that contains a collection of Property objects |
| CEGUI::PushButton | |
| CEGUI::ButtonBaseProperties::PushedTextColour | Property to access the pushed text colour |
| CEGUI::RadioButton | Base class to provide the logic for Radio Button widgets |
| CEGUI::RawDataContainer | |
| CEGUI::MultiLineEditboxProperties::ReadOnly | Property to access the read-only setting of the edit box |
| CEGUI::EditboxProperties::ReadOnly | Property to access the read-only setting of the edit box |
| CEGUI::ComboboxProperties::ReadOnly | Property to access the read-only setting of the edit box |
| real_pcre | |
| CEGUI::Rect | Class encapsulating operations on a Rectangle |
| CEGUI::WindowProperties::Rect | Property to access window area rectangle |
| recursion_info | |
| CEGUI::Referenced | |
| CEGUI::RefPtr< T > | |
| regex_t | |
| CEGUI::RegexValidator | Internal struct to contain compiled regex string |
| regmatch_t | |
| CEGUI::WindowProperties::RelativeHeight | Property to access window height |
| CEGUI::WindowProperties::RelativeMaxSize | Property to access maximum window size |
| CEGUI::WindowProperties::RelativeMinSize | Property to access minimum window size |
| CEGUI::WindowProperties::RelativePosition | Property to access window position |
| CEGUI::WindowProperties::RelativeRect | Property to access window area rectangle |
| CEGUI::WindowProperties::RelativeSize | Property to access the window size |
| CEGUI::TabControlProperties::RelativeTabHeight | Property to access the relative tab height setting of the tab control |
| CEGUI::TabControlProperties::RelativeTabTextPadding | Property to access the relative tab text padding setting of the tab control |
| CEGUI::WindowProperties::RelativeWidth | Property to access window width |
| CEGUI::WindowProperties::RelativeXPosition | Property to access window X position |
| CEGUI::WindowProperties::RelativeYPosition | Property to access window Y position |
| CEGUI::RenderableElement | |
| CEGUI::RenderableFrame | A higher order GUI entity that represents a renderable frame |
| CEGUI::RenderableImage | A higher order GUI entity that represents a renderable image with formatting options |
| CEGUI::Renderer | Abstract class defining the interface for Renderer objects |
| CEGUI::RendererException | Exception class used when an problem is detected within the Renderer or related objects |
| CEGUI::ResourceProvider | Abstract class that defines the required interface for all resource provider sub-classes |
| CEGUI::WindowProperties::RestoreOldCapture | Property to access window Restore Old Capture setting |
| CEGUI::StaticProperties::RightFrameImage | Property to access the right edge image for the frame of the Static widget |
| CEGUI::FrameWindowProperties::RollUpEnabled | Property to access the setting for whether the user is able to roll-up / shade the window |
| CEGUI::FrameWindowProperties::RollUpState | Property to access the roll-up / shade state of the window |
| CEGUI::Scheme | A class that groups a set of GUI elements and initialises the system to access those elements |
| CEGUI::Scheme_xmlHandler | Handler class used to parse the Scheme XML files using SAX2 |
| CEGUI::SchemeManager | A class that manages the creation of, access to, and destruction of GUI Scheme objects |
| CEGUI::ScriptFunctor | Functor class used for binding named script functions to events |
| CEGUI::ScriptModule | Abstract interface required for all scripting support modules to be used with the CEGUI system |
| CEGUI::Scrollbar | Base scroll bar class |
| CEGUI::ScrollbarProperties::ScrollPosition | Property to access the scroll position of the Scrollbar |
| CEGUI::CheckboxProperties::Selected | Property to access the selected state of the check box |
| CEGUI::RadioButtonProperties::Selected | Property to access the selected state of the RadioButton |
| CEGUI::ComboboxProperties::SelectedEditTextColour | Property to access the colour used for rendering text within the selection area |
| CEGUI::EditboxProperties::SelectedTextColour | Property to access the colour used for rendering text within the selection area |
| CEGUI::MultiLineEditboxProperties::SelectedTextColour | Property to access the colour used for rendering text within the selection area |
| CEGUI::MultiLineEditboxProperties::SelectionLength | Property to access the current selection length |
| CEGUI::EditboxProperties::SelectionLength | Property to access the current selection length |
| CEGUI::MultiColumnListProperties::SelectionMode | Property to access the selection mode setting of the list |
| CEGUI::EditboxProperties::SelectionStart | Property to access the current selection start index |
| CEGUI::MultiLineEditboxProperties::SelectionStart | Property to access the current selection start index |
| CEGUI::SimpleTimer | Simple timer class |
| CEGUI::ComboboxProperties::SingleClickMode | Property to access the 'single click mode' setting for the combo box |
| CEGUI::Singleton< T > | |
| CEGUI::ListHeaderSegmentProperties::Sizable | Property to access the sizable setting of the header segment |
| CEGUI::Size | Class that holds the size (width & height) of something |
| CEGUI::WindowProperties::Size | Property to access the window size |
| CEGUI::FrameWindowProperties::SizingBorderThickness | Property to access the setting for the sizing border thickness |
| CEGUI::FrameWindowProperties::SizingEnabled | Property to access the state of the sizable setting for the FrameWindow |
| CEGUI::Slider | Base class for Slider widgets |
| CEGUI::ListboxProperties::Sort | Property to access the sort setting of the list box |
| CEGUI::ListHeaderProperties::SortColumnID | Property to access the current sort column (via ID code) |
| CEGUI::MultiColumnListProperties::SortColumnID | Property to access the current sort column (via ID code) |
| CEGUI::ListHeaderSegmentProperties::SortDirection | Property to access the sort direction setting of the header segment |
| CEGUI::MultiColumnListProperties::SortDirection | Property to access the sort direction setting of the list |
| CEGUI::ListHeaderProperties::SortDirection | Property to access the sort direction setting of the list header |
| CEGUI::ComboboxProperties::SortList | Property to access the sort setting of the list box |
| CEGUI::MultiColumnListProperties::SortSettingEnabled | Property to access the setting for user modification of the sort column & direction |
| CEGUI::ListHeaderProperties::SortSettingEnabled | Property to access the setting for user modification of the sort column & direction |
| CEGUI::Static | Base class for static widgets |
| CEGUI::StaticImage | Static image widget class |
| CEGUI::StaticText | Base class for a static text widget |
| CEGUI::ProgressBarProperties::StepSize | Property to access the step size setting for the progress bar |
| CEGUI::ScrollbarProperties::StepSize | Property to access the step size for the Scrollbar |
| CEGUI::String | String class used within the GUI system |
| CEGUI::String::const_iterator | Constant forward iterator class for String objects |
| CEGUI::String::iterator | Forward iterator class for String objects |
| CEGUI::SubscriberInterface< Ret, Args > | |
| CEGUI::SubscriberTemplate< Ret, Args > | |
| CEGUI::System | The System class is the CEGUI class that provides access to all other elements in this system |
| CEGUI::TabButton | |
| CEGUI::TabControl | Base class for standard Tab Control widget |
| CEGUI::TabControlProperties::TabHeight | Property to access the tab height setting of the tab control |
| CEGUI::TabPane | Base class for a tab pane |
| CEGUI::TabControlProperties::TabTextPadding | Property to access the tab text padding setting of the tab control |
| CEGUI::WindowProperties::Text | Property to access window text setting |
| CEGUI::StaticTextProperties::TextColours | Property to access the text colours for the StaticText widget |
| CEGUI::Texture | Abstract base class specifying the required interface for Texture objects |
| CEGUI::TextUtils | Text utility support class. This class is all static members. You do not create instances of this class |
| CEGUI::Thumb | Base class for Thumb widget |
| CEGUI::Titlebar | Class representing the title bar for Frame Windows |
| CEGUI::FrameWindowProperties::TitlebarEnabled | Property to access the setting for whether the window title-bar will be enabled (or displayed depending upon choice of final widget type) |
| CEGUI::FrameWindowProperties::TitlebarFont | Property to access the Font set for the windows title bar |
| CEGUI::StaticProperties::TopFrameImage | Property to access the top edge image for the frame of the Static widget |
| CEGUI::StaticProperties::TopLeftFrameImage | Property to access the top-left image for the frame of the Static widget |
| CEGUI::StaticProperties::TopRightFrameImage | Property to access the top-right image for the frame of the Static widget |
| CEGUI::UnknownObjectException | Exception class used when a request was made using a name of an unknown object |
| CEGUI::EditboxProperties::ValidationString | Property to access the string used for regular expression validation of the edit box text |
| CEGUI::ComboboxProperties::ValidationString | Property to access the string used for regular expression validation of the edit box text |
| CEGUI::Vector2 | Class used as a two dimensional vector (aka a Point) |
| CEGUI::Vector3 | Class used as a three dimensional vector |
| CEGUI::StaticTextProperties::VertFormatting | Property to access the vertical formatting mode setting |
| CEGUI::StaticImageProperties::VertFormatting | Property to access the vertical formatting mode setting |
| CEGUI::ThumbProperties::VertFree | Property to access the state the setting to free the thumb vertically |
| CEGUI::ThumbProperties::VertRange | Property to access the vertical movement range for the thumb |
| CEGUI::StaticTextProperties::VertScrollbar | Property to access the setting for enabling the vertical scroll bar |
| CEGUI::WindowProperties::Visible | Property to access window Visible setting |
| CEGUI::WindowProperties::WantsMultiClickEvents | Property to control whether the window will receive double/triple-click events |
| CEGUI::WindowProperties::Width | Property to access window width |
| CEGUI::Window | An abstract base class providing common functionality and specifying the required interface for derived classes |
| CEGUI::WindowEventArgs | EventArgs based class that is used for objects passed to handlers triggered for events concerning some Window object |
| CEGUI::WindowFactory | Abstract class that defines the required interface for all WindowFactory objects |
| CEGUI::WindowFactoryManager | Class that manages WindowFactory objects |
| CEGUI::WindowFactoryManager::AliasTargetStack | |
| CEGUI::WindowManager | The WindowManager class describes an object that manages creation and lifetime of Window objects |
| CEGUI::MultiLineEditboxProperties::WordWrap | Property to access the word-wrap setting of the edit box |
| CEGUI::XmlHandlerHelper | Internal helper class to extract attribute values from xerces-c attribute blocks |
| CEGUI::WindowProperties::XPosition | Property to access window X position |
| CEGUI::WindowProperties::YPosition | Property to access window Y position |
| CEGUI::WindowProperties::ZOrderChangeEnabled | Property to access window Z-Order changing enabled setting |