3ds Max C++ API Reference
INodeMonitor.h File Reference
#include "iFnPub.h"
#include "IRefTargMonitor.h"

Classes

class  INodeMonitor
 The interface for working with NodeMonitor class. More...
 

Macros

#define NODEMONITOR_CLASS_ID   Class_ID(0x18f81903, 0x19033fd2)
 ClassID for NodeMonitor. More...
 
#define IID_NODEMONITOR   Interface_ID(0x18f81903, 0x19033fd2)
 Id for INodeMonitor interface. More...
 
#define REFMSG_NODEMONITOR_TARGET_DELETED   REFMSG_USER + 0x18f81903
 RefMessage sent by NodeMonitor's ProcessRefTargMonitorMsg when the monitored node is deleted The hTarg argument is the node being deleted. More...
 
#define REFMSG_NODEMONITOR_TARGET_SET   REFMSG_REFTARGMONITOR_TARGET_SET
 RefMessage sent by NodeTransformMonitor's ProcessRefTargMonitorMsg when the monitored node is set or set to NULL,which may happened during an Undo/Redo. More...
 

Macro Definition Documentation

◆ NODEMONITOR_CLASS_ID

#define NODEMONITOR_CLASS_ID   Class_ID(0x18f81903, 0x19033fd2)

ClassID for NodeMonitor.

◆ IID_NODEMONITOR

#define IID_NODEMONITOR   Interface_ID(0x18f81903, 0x19033fd2)

Id for INodeMonitor interface.

◆ REFMSG_NODEMONITOR_TARGET_DELETED

#define REFMSG_NODEMONITOR_TARGET_DELETED   REFMSG_USER + 0x18f81903

RefMessage sent by NodeMonitor's ProcessRefTargMonitorMsg when the monitored node is deleted The hTarg argument is the node being deleted.

◆ REFMSG_NODEMONITOR_TARGET_SET

#define REFMSG_NODEMONITOR_TARGET_SET   REFMSG_REFTARGMONITOR_TARGET_SET

RefMessage sent by NodeTransformMonitor's ProcessRefTargMonitorMsg when the monitored node is set or set to NULL,which may happened during an Undo/Redo.