Crazy Eddie's GUI System  0.8.3
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Deprecated List
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.
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::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.
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.
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.
Member CEGUI::Window::invalidate (void)
This function is deprecated in favour of the version taking a boolean.