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

Public Member Functions | |
| AbstractProperty (const std::string &name) | |
| Construct a new AbstractProperty. | |
| const std::string & | getName () const |
| Return the property name. | |
| virtual std::string | toString ()=0 |
| Return the value in string format. | |
| virtual void | fromString (const std::string &new_value)=0 |
| Set the value from a string. | |
| GUI::AbstractProperty::AbstractProperty | ( | const std::string & | name | ) | [inline] |
| const std::string& GUI::AbstractProperty::getName | ( | ) | const [inline] |
Return the property name.
1.4.7