Inheritance diagram for CEGUI::WindowProperties::AbsoluteMaxSize:
Public Member Functions | |
String | get (const PropertyReceiver *receiver) const |
Return the current value of the Property as a String. | |
void | set (PropertyReceiver *receiver, const String &value) |
Sets the value of the property. | |
bool | isDefault (const PropertyReceiver *receiver) const |
Returns whether the property is at it's default value. | |
String | getDefault (const PropertyReceiver *receiver) const |
Returns the default value of the Property as a String. |
This property offers access to the maximum size setting for the window, using absolute screen pixel metrics.
|
Return the current value of the Property as a String.
Implements CEGUI::Property. |
|
Returns the default value of the Property as a String.
Reimplemented from CEGUI::Property. |
|
Returns whether the property is at it's default value.
Reimplemented from CEGUI::Property. |
|
Sets the value of the property.
Implements CEGUI::Property. |