callback body instance for INode pointers More...
#include <NodeCallback.h>
Public Member Functions | |
CNodeCallback (INode *pNode, ECallbackType CallbackType) | |
virtual void | Destroy ()=0 |
destroys the object More... | |
INode * | GetNode () |
returns the node the callback is registered to More... | |
virtual void | operator() (ECallbackType CallbackType) const =0 |
fires the callback if the type is right More... | |
virtual | ~CNodeCallback () |
virtual destructor More... | |
Protected Attributes | |
ECallbackType | m_CallbackType |
the type of the callback More... | |
INode * | m_pNode |
the node were the callback is installed More... | |
callback body instance for INode pointers
Definition at line 55 of file NodeCallback.h.
|
inline |
Definition at line 58 of file NodeCallback.h.
|
inlinevirtual |
virtual destructor
Definition at line 64 of file NodeCallback.h.
|
pure virtual |
destroys the object
Implemented in GENAPI_NAMESPACE::Member_NodeCallback< Client, Member >, and GENAPI_NAMESPACE::Function_NodeCallback< Function >.
|
inline |
returns the node the callback is registered to
Definition at line 74 of file NodeCallback.h.
|
pure virtual |
fires the callback if the type is right
Implemented in GENAPI_NAMESPACE::Member_NodeCallback< Client, Member >, and GENAPI_NAMESPACE::Function_NodeCallback< Function >.
|
protected |
the type of the callback
Definition at line 84 of file NodeCallback.h.
|
protected |
the node were the callback is installed
Definition at line 81 of file NodeCallback.h.