Class that holds information about a property and it's required initial value.
More...
List of all members.
Detailed Description
Class that holds information about a property and it's required initial value.
Constructor & Destructor Documentation
CEGUI::PropertyInitialiser::PropertyInitialiser |
( |
const String & |
property, |
|
|
const String & |
value |
|
) |
| |
Member Function Documentation
void CEGUI::PropertyInitialiser::apply |
( |
PropertySet & |
target ) |
const |
Apply this property initialiser to the specified target CEGUI::PropertySet object.
- Parameters:
-
- Returns:
- Nothing.
const String& CEGUI::PropertyInitialiser::getInitialiserValue |
( |
) |
const |
Return the value string to be set on the property targetted by this PropertyInitialiser.
- Returns:
- String object holding the value string.
const String& CEGUI::PropertyInitialiser::getTargetPropertyName |
( |
) |
const |
Return the name of the property targetted by this PropertyInitialiser.
- Returns:
- String object holding the name of the target property.
void CEGUI::PropertyInitialiser::writeXMLToStream |
( |
XMLSerializer & |
xml_stream ) |
const |
Writes an xml representation of this PropertyInitialiser to out_stream.
- Parameters:
-
xml_stream | Stream where xml data should be output. |
- Returns:
- Nothing.