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

Object Method that applications wish to expose should inherit this class.
Public Member Functions | |
| virtual void | invoke (Object &objectRef, ValueList ¶mIn, ValueList &returnOut)=0 |
| Called when the method is invoked. | |
| virtual void OpenGUI::ObjectMethod::invoke | ( | Object & | objectRef, | |
| ValueList & | paramIn, | |||
| ValueList & | returnOut | |||
| ) | [pure virtual] |
Called when the method is invoked.