OpenNI 1.5.7
Public Types | Public Member Functions | List of all members
XnEventInterface Class Referenceabstract

#include <XnEvent.h>

Inheritance diagram for XnEventInterface:
Inheritance graph
[legend]

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: