Classes | Defines

INodeMonitor.h File Reference

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


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

Go to the source code of this file.

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.

Definition at line 23 of file INodeMonitor.h.

#define IID_NODEMONITOR   Interface_ID(0x18f81903, 0x19033fd2)

Id for INodeMonitor interface.

Definition at line 26 of file INodeMonitor.h.

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

Definition at line 30 of file INodeMonitor.h.

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

Definition at line 33 of file INodeMonitor.h.