callback body instance for INode pointers More...
#include <GenApi/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 | |
callback body instance for INode pointers