Public Member Functions | Protected Attributes | List of all members
GenApi::CNodeCallback Class Referenceabstract

callback body instance for INode pointers More...

#include <GenApi/NodeCallback.h>

Inheritance diagram for GenApi::CNodeCallback:
Inheritance graph
[legend]

Public Member Functions

virtual ~CNodeCallback ()
 virtual destructor
 
virtual void operator() (ECallbackType CallbackType) const =0
 fires the callback if th type is right
 
virtual void Destroy ()=0
 destroys the object
 
INodeGetNode ()
 returns the node the callback is registered to
 

Protected Attributes

INodem_pNode
 the node were the callback is installed
 
ECallbackType m_CallbackType
 the typ of the callback
 

Detailed Description

callback body instance for INode pointers


The documentation for this class was generated from the following file:

© 2006-2014 Basler (Tue Jul 22 2014 11:41:23)