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.
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".
This function is deprecated. Instead the getLayerSpecifications will be used in the next version and getLayerSpecificationPointers can be used for editing.
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.
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.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getAnimationNames function instead to access the container.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getEventLinkDefinitionMap function instead to access the container.
This function is deprecated because all iterator getter functions will be removed. Please use the getAnimationNames function instead to access the container.
This function is deprecated because all iterator getter functions will be removed. Please use the getEventLinkDefinitionMap function instead to access the container.
This function is deprecated because all iterator getter functions will be removed. Please use the getImagerySectionMap function instead to access the container.
This function is deprecated because all iterator getter functions will be removed. Please use the getNamedAreaMap function instead to access the container.
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.
This function is deprecated because all iterator getter functions will be removed. Please use the getPropertyDefinitionMap function instead to access the container.
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.
This function is deprecated because all iterator getter functions will be removed. Please use the getPropertyInitialiserMap function instead to access the container.
This function is deprecated because all iterator getter functions will be removed. Please use the getPropertyLinkDefinitionMap function instead to access the container.
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.
This function is deprecated because all iterator getter functions will be removed. Please use the getStateImageryMap function instead to access the container.
This function is deprecated because all iterator getter functions will be removed. Please use the getWidgetComponentMap function instead to access the container.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getImagerySectionMap function instead to access the container.
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.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getNamedAreaMap function instead to access the container.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getPropertyDefinitionMap function instead to access the container.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getPropertyInitialiserMap function instead to access the container.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getPropertyLinkDefinitionMap function instead to access the container.
This function is to be replaced by a new renameImagerySection function in the new version, which considers inheritance and accepts more appropriate parameters.
This function is to be replaced by a new renameNamedArea function in the new version, which considers inheritance and accepts more appropriate parameters.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getStateImageryMap function instead to access the container.
This typedef is deprecated because all iterator getter functions will be removed. Please use the getWidgetComponentMap function instead to access the container.
Use getWidgetLookPointerMap instead, which provides direct access to the added elements. In the next version getWidgetLookMap will be added to replace the const-ness.
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.