Crazy Eddies GUI System  0.7.2
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.
Member CEGUI::MultiLineEditbox::formatText (void)
This is deprecated in favour of the version taking a boolean.
Member CEGUI::OgreRenderTarget::setOgreViewportDimensions (const Rect &area)
This function is deprecated and will be removed or changed considerably in future releases.
Member CEGUI::PropertyDefinition::PropertyDefinition (const String &name, const String &initialValue, bool redrawOnWrite, bool layoutOnWrite)
This version of the constructor is deprecated in favour of the version taking a help string.
Member CEGUI::PropertyLinkDefinition::getTargetWindow (const PropertyReceiver *receiver) const
This will be removed in 0.8.x. Use the version taking a suffix string instead!
Member CEGUI::PropertyLinkDefinition::getTargetWindow (PropertyReceiver *receiver)
This will be removed in 0.8.x. Use the version taking a suffix string instead!
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.