Public Member Functions
GUI::Property Class Reference

An abstract class that defines the interface to access object properties by name. More...

List of all members.

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.

Detailed Description

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.


Member Function Documentation

string GUI::Property::getHelp ( )

Return a String that describes the purpose and usage of this Property.

Returns:
String that contains the help text
string GUI::Property::getName ( )

Return a the name of this Property.

Returns:
String containing the name of the Property