3ds Max C++ API Reference
INodeParamBlockEvent Class Referenceabstract

Event related to a parameter block change in a node's object. More...

#include <NotificationAPI_Events.h>

+ Inheritance diagram for INodeParamBlockEvent:

Public Member Functions

virtual const MaxSDK::Array< ParamBlockData > & GetParamBlockData (void) const =0
 Retrieve all the parameters updated in the parameter blocks in case of EventType_Node_ParamBlock, they are sorted by indices of the parameterblocks in the References of the object. More...
 
- Public Member Functions inherited from INodeEvent
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 ~INodeParamBlockEvent ()
 
- Protected Member Functions inherited from INodeEvent
virtual ~INodeEvent ()
 
- Protected Member Functions inherited from IGenericEvent
virtual ~IGenericEvent ()
 

Detailed Description

Event related to a parameter block change in a node's object.

Constructor & Destructor Documentation

◆ ~INodeParamBlockEvent()

virtual ~INodeParamBlockEvent ( )
inlineprotectedvirtual
285 {};

Member Function Documentation

◆ GetParamBlockData()

virtual const MaxSDK::Array<ParamBlockData>& GetParamBlockData ( void  ) const
pure virtual

Retrieve all the parameters updated in the parameter blocks in case of EventType_Node_ParamBlock, they are sorted by indices of the parameterblocks in the References of the object.