Class representing a generic get/set property.
More...
List of all members.
Detailed Description
Class representing a generic get/set property.
Constructor & Destructor Documentation
CEGUI::PropertyDefinition::PropertyDefinition |
( |
const String & |
name, |
|
|
const String & |
initialValue, |
|
|
bool |
redrawOnWrite, |
|
|
bool |
layoutOnWrite | |
|
) |
| | |
- Deprecated:
- This version of the constructor is deprecated in favour of the version taking a help string.
Member Function Documentation
Return the current value of the Property as a String.
- Parameters:
-
| receiver | Pointer to the target object. |
- Returns:
- String object containing a textual representation of the current value of the Property
Implements CEGUI::Property.
void CEGUI::PropertyDefinition::writeXMLElementType |
( |
XMLSerializer & |
xml_stream |
) |
const [protected, virtual] |
Write out the text of the XML element type. Note that you should not write the opening '<' character, nor any other information such as attributes in this function. The writeExtraAttributes function can be used for writing attributes.
- Parameters:
-
| xml_stream | Stream where xml data should be output. |
Implements CEGUI::PropertyDefinitionBase.