#include <OpenGUI_ObjectAccessor.h>
Public Member Functions | |
| ObjectAccessorList () | |
| constructor | |
| ~ObjectAccessorList () | |
| destructor | |
| void | setParent (ObjectAccessorList *parent) |
| Sets the parent of this ObjectAccessorList. | |
| ObjectAccessorList * | getParent () |
| Retrieves the current parent of this ObjectAccessorList. | |
| void | addAccessor (ObjectAccessor *accessor) |
| Adds a new ObjectAccessor. | |
| ObjectAccessor * | getAccessor (const String &accessorName, bool recursive=true) |
Gets the ObjectAccessor by accessorName. | |
|
|
constructor
|
|
|
destructor
|
|
|
Adds a new ObjectAccessor.
|
|
||||||||||||
|
Gets the ObjectAccessor by If the requested ObjectAccessor cannot be found in this ObjectAccessorList, then the parent ObjectAccessorList will be queried. If no parent is available then an exception is thrown.
|
|
|
Retrieves the current parent of this ObjectAccessorList.
|
|
|
Sets the parent of this ObjectAccessorList.
|