An abstract class that defines the interface to access object properties by name. More...
Public Member Functions | |
string | getHelp () |
Return a String that describes the purpose and usage of this Property. | |
string | getName () |
Return a the name of this Property. |
An abstract class that defines the interface to access object properties by name.
Property objects allow (via a PropertySet) access to certain properties of objects by using simple get/set functions and the name of the property to be accessed.
string GUI::Property::getHelp | ( | ) |
Return a String that describes the purpose and usage of this Property.