#include <CEGUITabControlProperties.h>
Inheritance diagram for CEGUI::TabControlProperties::TabTextPadding:
Public Member Functions | |
TabTextPadding () | |
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. | |
const String & | getHelp (void) const |
Return a String that describes the purpose and usage of this Property. | |
const String & | getName (void) const |
Return a the name of this Property. | |
Protected Attributes | |
String | d_name |
String that stores the Property name. | |
String | d_help |
String that stores the Property help text. | |
String | d_default |
String that stores the Property default value string. |
Definition at line 126 of file CEGUITabControlProperties.h.
|
Definition at line 129 of file CEGUITabControlProperties.h. |
|
Return the current value of the Property as a String.
Implements CEGUI::Property. Definition at line 158 of file CEGUITabControlProperties.cpp. |
|
Returns the default value of the Property as a String.
Reimplemented from CEGUI::Property. Definition at line 181 of file CEGUITabControlProperties.cpp. References CEGUI::PropertySet::getPropertyDefault(). |
|
Return a String that describes the purpose and usage of this Property.
Definition at line 95 of file CEGUIProperty.h. Referenced by CEGUI::PropertySet::getPropertyHelp(). |
|
Return a the name of this Property.
Definition at line 105 of file CEGUIProperty.h. Referenced by CEGUI::PropertySet::addProperty(). |
|
Returns whether the property is at it's default value.
Reimplemented from CEGUI::Property. Definition at line 169 of file CEGUITabControlProperties.cpp. References CEGUI::PropertySet::isPropertyDefault(). |
|
Sets the value of the property.
Implements CEGUI::Property. Definition at line 164 of file CEGUITabControlProperties.cpp. |
|
String that stores the Property default value string.
Definition at line 168 of file CEGUIProperty.h. |
|
String that stores the Property help text.
Definition at line 167 of file CEGUIProperty.h. |
|
String that stores the Property name.
Definition at line 166 of file CEGUIProperty.h. |