Crazy Eddie's GUI System  0.8.7
Deprecated List
Member CEGUI::BasicRenderedStringParser::BasicRenderedStringParser (const String &initial_font, const ColourRect &initial_colours)
This constructor is deprecated and will be removed in the next major version */
Member CEGUI::BasicRenderedStringParser::d_initialColours
This variable is deprecated and will removed in the next major version */
Member CEGUI::BasicRenderedStringParser::d_initialFontName
This variable is deprecated and will removed in the next major version */
Member CEGUI::BasicRenderedStringParser::getInitialColours () const
This function is deprecated and will be removed in the next major version */
Member CEGUI::BasicRenderedStringParser::getInitialFontName () const
This function is deprecated and will be removed in the next major version */
Member CEGUI::BasicRenderedStringParser::setInitialColours (const ColourRect &colours)
This function is deprecated and will be removed in the next major version */
Member CEGUI::BasicRenderedStringParser::setInitialFontName (const String &font_name)
This function is deprecated and will be removed in the next major version */
Class CEGUI::ClippedContainer
This class is deprecated and is scheduled for removal. The function this class used to provide was broken when the inner-rect (aka client area) support got fixed. The good news is that fixing inner-rect support effectively negated the need for this class anyway - clipping areas can now be established in the looknfeel and extracted via the WindowRenderer.
Member CEGUI::ColourPickerSliderMode
This enum is deprecated and has been marked for removal.
Member CEGUI::EventSet::EventSet (const EventSet &)
Member CEGUI::EventSet::operator= (const EventSet &)
Member CEGUI::FalagardStaticText::configureScrollbars (void)
Member CEGUI::FalagardStaticText::getDocumentSize (const Rectf &renderArea) const
Member CEGUI::FalagardStaticText::updateFormatting (const Sizef &) const
Class CEGUI::GroupBox
You should consider not using this class. It performs no useful function and can be replicated 100% accurately via an XML based WidgetLook definition. If you are already using this and need to migrate, you can usually do so by changing the following:
  • in the looknfeel (WidgetLook) change the the <Child> element for "__auto_contentpane__" into a <NamedArea> with the name "inner_rect" (and remove anything other than the <Area> definition).
  • in the scheme file, change the targetType from "CEGUI/GroupBox" to "DefaultWindow".
Member CEGUI::ImagerySection::FrameComponentIterator
This iterator is deprecated because the function that uses the type is deprecated
Member CEGUI::ImagerySection::getFrameComponentIterator () const
This iterator is deprecated because it will be replaced by the function getFrameComponents in the next version.
Member CEGUI::ImagerySection::getImageryComponentIterator () const
This iterator is deprecated because it will be replaced by the function getImageryComponents in the next version.
Member CEGUI::ImagerySection::getTextComponentIterator () const
This iterator is deprecated because it will be replaced by the function getTextComponents in the next version.
Member CEGUI::ImagerySection::ImageryComponentIterator
This iterator is deprecated because the function that uses the type is deprecated
Member CEGUI::ImagerySection::TextComponentIterator
This iterator is deprecated because the function that uses the type is deprecated
Member CEGUI::LayerSpecification::getSectionIterator () const
This function will be replaced by the getSectionSpecifications function in the next version. For editing getSectionSpecificationPointers can be used.
Member CEGUI::LayerSpecification::SectionIterator
This type will be removed in the next version and replaced by a const list in the getSectionSpecifications function.
Member CEGUI::MultiLineEditbox::formatText (void)
This is deprecated in favour of the version taking a boolean.
Member CEGUI::OgreRenderTarget< T >::setOgreViewportDimensions (const Rectf &area)
This function is deprecated and will be removed or changed considerably in future releases.
Member CEGUI::OpenGLRendererBase::isS3TCSupported () const =0
- the OpenGL Info class should be used in the future for this purpose
Member CEGUI::S_parentIdentifier
This will be removed in the next version as it has been replaced by Falagard_xmlHandler::ParentIdentifier
Member CEGUI::StateImagery::getLayerIterator () const
This function is deprecated. Instead the getLayerSpecifications will be used in the next version and getLayerSpecificationPointers can be used for editing.
Member CEGUI::StateImagery::LayerIterator
This type is deprecated and will be removed in the next version. A const reference to the Container type of getLayerSpecifications will replace this.
Member CEGUI::TextureTarget::isRenderingInverted () const =0
This function is deprecated.
Class CEGUI::Tree
The CEGUI::Tree, CEGUI::TreeItem and any other associated classes are deprecated and thier use should be minimised - preferably eliminated - where possible. It is extremely unfortunate that this widget was ever added to CEGUI since its design and implementation are poor and do not meet established standards for the CEGUI project.
While no alternative currently exists, a superior, replacement tree widget will be provided prior to the final removal of the current implementation.
Class CEGUI::TreeItem
The CEGUI::Tree, CEGUI::TreeItem and any other associated classes are deprecated and thier use should be minimised - preferably eliminated - where possible. It is extremely unfortunate that this widget was ever added to CEGUI since its design and implementation are poor and do not meet established standards for the CEGUI project.
While no alternative currently exists, a superior, replacement tree widget will be provided prior to the final removal of the current implementation.
Member CEGUI::WidgetLookFeel::AnimationNameIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getAnimationNames function instead to access the container.
Member CEGUI::WidgetLookFeel::EventLinkDefinitionIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getEventLinkDefinitionMap function instead to access the container.
Member CEGUI::WidgetLookFeel::findWidgetComponent (const String &name) const
This function will be replaced by getWidgetComponent in the next version.
Member CEGUI::WidgetLookFeel::getAnimationNameIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getAnimationNames function instead to access the container.
Member CEGUI::WidgetLookFeel::getEventLinkDefinitionIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getEventLinkDefinitionMap function instead to access the container.
Member CEGUI::WidgetLookFeel::getImageryIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getImagerySectionMap function instead to access the container.
Member CEGUI::WidgetLookFeel::getImageryNames (bool inherits=false) const
This function has been renamed to getImagerySectionNames to conform the general way of naming functions, and will be replaced in the next version
Member CEGUI::WidgetLookFeel::getNamedAreaIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getNamedAreaMap function instead to access the container.
Member CEGUI::WidgetLookFeel::getProperties () const
This function is deprecated because the return type is to be replaced by a map, a bool parameter for WLF-inheritance added. The function will be replaced by getPropertyMap in the next version.
Member CEGUI::WidgetLookFeel::getPropertyDefinitionIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getPropertyDefinitionMap function instead to access the container.
Member CEGUI::WidgetLookFeel::getPropertyDefinitions () const
This function is deprecated because the return type is to be replaced by a map, a bool parameter for WLF-inheritance added. The function will be replaced by getPropertyDefinitionMap in the next version.
Member CEGUI::WidgetLookFeel::getPropertyInitialiserIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getPropertyInitialiserMap function instead to access the container.
Member CEGUI::WidgetLookFeel::getPropertyLinkDefinitionIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getPropertyLinkDefinitionMap function instead to access the container.
Member CEGUI::WidgetLookFeel::getPropertyLinkDefinitions () const
This function is deprecated because the return type is to be replaced by a map, a bool parameter for WLF-inheritance added. The function will be replaced by getPropertyLinkDefinitionMap in the next version.
Member CEGUI::WidgetLookFeel::getStateIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getStateImageryMap function instead to access the container.
Member CEGUI::WidgetLookFeel::getStateNames (bool inherits=false) const
This function has been renamed to getStateImageryNames to conform the general way of naming functions, and will be replaced in the next version
Member CEGUI::WidgetLookFeel::getWidgetComponentIterator (bool inherits=false) const
This function is deprecated because all iterator getter functions will be removed. Please use the getWidgetComponentMap function instead to access the container.
Member CEGUI::WidgetLookFeel::getWidgetNames (bool inherits=false) const
This function has been renamed to getWidgetComponentNames to conform the general way of naming functions, and will be replaced in the next version
Member CEGUI::WidgetLookFeel::ImageryIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getImagerySectionMap function instead to access the container.
Member CEGUI::WidgetLookFeel::isNamedAreaDefined (const String &name) const
This function is deprecated because it does not consider WidgetLook inheritance. It will be changed to isNamedAreaPresent() in the next major version.
Member CEGUI::WidgetLookFeel::isStateImageryPresent (const String &state) const
This function is deprecated because it does not consider WidgetLook inheritance. It will be replaced by a new isStateImageryPresent function in the next major version.
Member CEGUI::WidgetLookFeel::NamedAreaIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getNamedAreaMap function instead to access the container.
Member CEGUI::WidgetLookFeel::PropertyDefinitionIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getPropertyDefinitionMap function instead to access the container.
Member CEGUI::WidgetLookFeel::PropertyDefinitionList
This type is deprecated because it will be moved into the private section and changed into a map in the next version.
Member CEGUI::WidgetLookFeel::PropertyInitialiserIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getPropertyInitialiserMap function instead to access the container.
Member CEGUI::WidgetLookFeel::PropertyLinkDefinitionIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getPropertyLinkDefinitionMap function instead to access the container.
Member CEGUI::WidgetLookFeel::PropertyLinkDefinitionList
This type is deprecated because it will be moved into the private section and changed into a map in the next version.
Member CEGUI::WidgetLookFeel::PropertyList
This type is deprecated because it will be moved into the private section and changed into a map in the next version.
Member CEGUI::WidgetLookFeel::renameImagerySection (const String &oldName, const String &newName)
This function is to be replaced by a new renameImagerySection function in the new version, which considers inheritance and accepts more appropriate parameters.
Member CEGUI::WidgetLookFeel::renameNamedArea (const String &oldName, const String &newName)
This function is to be replaced by a new renameNamedArea function in the new version, which considers inheritance and accepts more appropriate parameters.
Member CEGUI::WidgetLookFeel::retrieveEventLinkDefinitionFromList (const String &name, bool includeInheritedElements=false)
This function will be replaced by getEventLinkDefinition in the next version.
Member CEGUI::WidgetLookFeel::retrievePropertyDefinitionFromList (const String &name, bool includeInheritedElements=false)
This function will be replaced by getPropertyDefinition in the next version.
Member CEGUI::WidgetLookFeel::retrievePropertyInitialiserFromList (const String &name, bool includeInheritedElements=false)
This function will be replaced by getPropertyInitialiser in the next version.
Member CEGUI::WidgetLookFeel::retrievePropertyLinkDefinitionFromList (const String &name, bool includeInheritedElements=false)
This function will be replaced by getPropertyLinkDefinition in the next version.
Member CEGUI::WidgetLookFeel::retrieveWidgetComponentFromList (const String &name, bool includeInheritedElements=false)
This function will be replaced by getWidgetComponent in the next version.
Member CEGUI::WidgetLookFeel::StateIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getStateImageryMap function instead to access the container.
Member CEGUI::WidgetLookFeel::WidgetComponentIterator
This typedef is deprecated because all iterator getter functions will be removed. Please use the getWidgetComponentMap function instead to access the container.
Member CEGUI::WidgetLookManager::getWidgetLookIterator () const
Use getWidgetLookPointerMap instead, which provides direct access to the added elements. In the next version getWidgetLookMap will be added to replace the const-ness.
Member CEGUI::WidgetLookManager::WidgetLookIterator
Use WidgetLookPointerMap instead, which provides direct access to the added elements.
Member CEGUI::Window::getFont (bool useDefault=true) const
This function is deprecated, as the parameter will be removed in the next major version. Separate functions will be added with proper function names to replicate the functionality for useDefault=false.
Member CEGUI::Window::invalidate (void)
This function is deprecated in favour of the version taking a boolean.