OpenNI 1.5.4
XnEventInterface Class Referenceabstract

#include <XnEvent.h>

Inheritance diagram for XnEventInterface:

Public Types

typedef XnStatus(* HandlerPtr) (void *pCookie)
 

Public Member Functions

 XnEventInterface ()
 
virtual ~XnEventInterface ()
 
virtual XnStatus Register (HandlerPtr pFunc, void *pCookie, XnCallbackHandle *pHandle=NULL)=0
 
virtual XnStatus Unregister (XnCallbackHandle handle)=0
 

Member Typedef Documentation

typedef XnStatus(* XnEventInterface::HandlerPtr) (void *pCookie)

Constructor & Destructor Documentation

XnEventInterface::XnEventInterface ( )
inline
virtual XnEventInterface::~XnEventInterface ( )
inlinevirtual

Member Function Documentation

virtual XnStatus XnEventInterface::Register ( HandlerPtr  pFunc,
void *  pCookie,
XnCallbackHandle pHandle = NULL 
)
pure virtual

Implemented in XnEvent.

virtual XnStatus XnEventInterface::Unregister ( XnCallbackHandle  handle)
pure virtual

Implemented in XnEvent.


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