#include <XnModuleCppInterface.h>
Public Member Functions | |
virtual XnStatus | OnNodeAdded (const XnChar *strNodeName, XnProductionNodeType type, XnCodecID compression)=0 |
virtual XnStatus | OnNodeGeneralPropChanged (const XnChar *strNodeName, const XnChar *strPropName, XnUInt32 nBufferSize, const void *pBuffer)=0 |
virtual XnStatus | OnNodeIntPropChanged (const XnChar *strNodeName, const XnChar *strPropName, XnUInt64 nValue)=0 |
virtual XnStatus | OnNodeNewData (const XnChar *strNodeName, XnUInt64 nTimeStamp, XnUInt32 nFrame, const void *pData, XnUInt32 nSize)=0 |
virtual XnStatus | OnNodeRealPropChanged (const XnChar *strNodeName, const XnChar *strPropName, XnDouble dValue)=0 |
virtual XnStatus | OnNodeRemoved (const XnChar *strNodeName)=0 |
virtual XnStatus | OnNodeStateReady (const XnChar *strNodeName)=0 |
virtual XnStatus | OnNodeStringPropChanged (const XnChar *strNodeName, const XnChar *strPropName, const XnChar *strValue)=0 |
virtual | ~ModuleNodeNotifications () |
Definition at line 203 of file XnModuleCppInterface.h.
virtual xn::ModuleNodeNotifications::~ModuleNodeNotifications | ( | ) | [inline, virtual] |
Definition at line 206 of file XnModuleCppInterface.h.
virtual XnStatus xn::ModuleNodeNotifications::OnNodeAdded | ( | const XnChar * | strNodeName, |
XnProductionNodeType | type, | ||
XnCodecID | compression | ||
) | [pure virtual] |
virtual XnStatus xn::ModuleNodeNotifications::OnNodeGeneralPropChanged | ( | const XnChar * | strNodeName, |
const XnChar * | strPropName, | ||
XnUInt32 | nBufferSize, | ||
const void * | pBuffer | ||
) | [pure virtual] |
virtual XnStatus xn::ModuleNodeNotifications::OnNodeIntPropChanged | ( | const XnChar * | strNodeName, |
const XnChar * | strPropName, | ||
XnUInt64 | nValue | ||
) | [pure virtual] |
virtual XnStatus xn::ModuleNodeNotifications::OnNodeNewData | ( | const XnChar * | strNodeName, |
XnUInt64 | nTimeStamp, | ||
XnUInt32 | nFrame, | ||
const void * | pData, | ||
XnUInt32 | nSize | ||
) | [pure virtual] |
virtual XnStatus xn::ModuleNodeNotifications::OnNodeRealPropChanged | ( | const XnChar * | strNodeName, |
const XnChar * | strPropName, | ||
XnDouble | dValue | ||
) | [pure virtual] |
virtual XnStatus xn::ModuleNodeNotifications::OnNodeRemoved | ( | const XnChar * | strNodeName | ) | [pure virtual] |
virtual XnStatus xn::ModuleNodeNotifications::OnNodeStateReady | ( | const XnChar * | strNodeName | ) | [pure virtual] |
virtual XnStatus xn::ModuleNodeNotifications::OnNodeStringPropChanged | ( | const XnChar * | strNodeName, |
const XnChar * | strPropName, | ||
const XnChar * | strValue | ||
) | [pure virtual] |