3ds Max C++ API Reference
IReferenceTargetEvent Class Referenceabstract

You receive a IReferenceTargetEvent instance when something is changed in a ReferenceTarget: Events monitored : all related to reference targetss. More...

#include <NotificationAPI_Events.h>

+ Inheritance diagram for IReferenceTargetEvent:

Public Member Functions

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

Detailed Description

You receive a IReferenceTargetEvent instance when something is changed in a ReferenceTarget: Events monitored : all related to reference targetss.

Constructor & Destructor Documentation

◆ ~IReferenceTargetEvent()

virtual ~IReferenceTargetEvent ( )
inlineprotectedvirtual
265 {};

Member Function Documentation

◆ GetReferenceTarget()

virtual ReferenceTarget* GetReferenceTarget ( void  ) const
pure virtual

Retrieve the ReferenceTarget*.

◆ GetParamBlockData()

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

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