![]() |
OpenNI 1.5.7
|
#include <XnEventT.h>

Public Member Functions | |
| XnStatus | Raise (TArg1 arg) |
| Public Member Functions inherited from XnEventInterfaceT< XnHandlerFunc1Arg< TArg1 >::FuncPtr > | |
| ~XnEventInterfaceT () | |
| XnStatus | Register (FuncPtr pFunc, void *pCookie, XnCallbackHandle &hCallback) |
| XnStatus | Unregister (XnCallbackHandle hCallback) |
Additional Inherited Members | |
| Public Types inherited from XnEventInterfaceT< XnHandlerFunc1Arg< TArg1 >::FuncPtr > | |
| typedef FuncPtr | HandlerPtr |
| typedef XnCallbackT< FuncPtr > | TCallback |
| typedef XnEventInterfaceT | TInterface |
| Protected Types inherited from XnEventInterfaceT< XnHandlerFunc1Arg< TArg1 >::FuncPtr > | |
| typedef XnListT< TCallback * > | CallbackPtrList |
| Protected Member Functions inherited from XnEventInterfaceT< XnHandlerFunc1Arg< TArg1 >::FuncPtr > | |
| XnEventInterfaceT () | |
| XnEventInterfaceT & | operator= (const XnEventInterfaceT &other) |
| XnStatus | Clear () |
| XnStatus | ApplyListChanges () |
| XnBool | RemoveCallback (CallbackPtrList &list, TCallback *pCallback) |
| Protected Attributes inherited from XnEventInterfaceT< XnHandlerFunc1Arg< TArg1 >::FuncPtr > | |
| XN_CRITICAL_SECTION_HANDLE | m_hLock |
| CallbackPtrList | m_callbacks |
| CallbackPtrList | m_toAdd |
| CallbackPtrList | m_toRemove |
|
inline |