![]() |
GenApi 3.5.1
|
callback body instance for INode pointers
#include <NodeCallback.h>
Public Member Functions | |
| virtual | ~CNodeCallback () |
| virtual destructor | |
| virtual void | operator() (ECallbackType CallbackType) const =0 |
| fires the callback if the type is right | |
| virtual void | Destroy ()=0 |
| destroys the object | |
| INode * | GetNode () |
| returns the node the callback is registered to | |
Protected Attributes | |
| INode * | m_pNode |
| the node were the callback is installed | |
| ECallbackType | m_CallbackType |
| the type of the callback | |