#include <OpenGUI_ObjectAccessor.h>
Inheritance diagram for OpenGUI::ObjectAccessor:

This is an internal abstract base class. All accessors must be derived from either ObjectProperty or ObjectMethod.
Public Member Functions | |
| virtual const char * | getAccessorGroup () |
| Returns the name of the group of this accessor, default is "General". | |
| virtual const char * | getAccessorName ()=0 |
| Returns the name of this accessor. | |
| const char * OpenGUI::ObjectAccessor::getAccessorGroup | ( | ) | [virtual] |
Returns the name of the group of this accessor, default is "General".
| virtual const char* OpenGUI::ObjectAccessor::getAccessorName | ( | ) | [pure virtual] |
Returns the name of this accessor.