INodeMonitor.h File Reference
 
 
 
INodeMonitor.h File Reference

This reference page is linked to from the following overview topics: Node Monitors, Using Indirect References Instead of Pointers.


#include "iFnPub.h"
#include "IRefTargMonitor.h"

Classes

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

Defines

#define  NODEMONITOR_CLASS_ID   Class_ID(0x18f81903, 0x19033fd2)
  ClassID for NodeMonitor.
#define  IID_NODEMONITOR   Interface_ID(0x18f81903, 0x19033fd2)
  Id for INodeMonitor interface.
#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.
#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.

Define Documentation

#define NODEMONITOR_CLASS_ID   Class_ID(0x18f81903, 0x19033fd2)

ClassID for NodeMonitor.

#define IID_NODEMONITOR   Interface_ID(0x18f81903, 0x19033fd2)
#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.

#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.