#include <Property.h>
Inheritance diagram for GUI::Property< std::string >:

Public Member Functions | |
| Property (const std::string &name) | |
| Construct a new Property object. | |
| const std::string & | getValue () const |
| Return the property value. | |
| void | setValue (const std::string &new_value) |
| Set the property value. | |
| virtual std::string | toString () |
| Implementation of AbstractProperty::toString, for std::String type. | |
| virtual void | fromString (const std::string &new_value) |
| Implementation of AbstractProperty::fromString, for std::String type. | |
| GUI::Property< std::string >::Property | ( | const std::string & | name | ) | [inline] |
| const std::string& GUI::Property< std::string >::getValue | ( | ) | const [inline] |
Return the property value.
| void GUI::Property< std::string >::setValue | ( | const std::string & | new_value | ) | [inline] |
Set the property value.
| new_value | the new property value |
1.4.7