3ds Max C++ API Reference
INodeEvent Class Referenceabstract

Base class for all events associated with notifier types: NotifierType_Node_*. More...

#include <NotificationAPI_Events.h>

+ Inheritance diagram for INodeEvent:

Public Member Functions

virtual INodeGetNode (void) const =0
 Retrieve the INode*. More...
 
- Public Member Functions inherited from IGenericEvent
virtual NotifierType GetNotifierType (void) const =0
 Get the type of notifier: More...
 
virtual size_t GetEventType (void) const =0
 Get the update type. More...
 
virtual void DebugPrintToFile (FILE *f) const =0
 For debugging purpose you may use this to print the event to an existing file stream. More...
 

Protected Member Functions

virtual ~INodeEvent ()
 
- Protected Member Functions inherited from IGenericEvent
virtual ~IGenericEvent ()
 

Detailed Description

Base class for all events associated with notifier types: NotifierType_Node_*.

Constructor & Destructor Documentation

◆ ~INodeEvent()

virtual ~INodeEvent ( )
inlineprotectedvirtual
275 {};

Member Function Documentation

◆ GetNode()

virtual INode* GetNode ( void  ) const
pure virtual

Retrieve the INode*.