3ds Max C++ API Reference
ITexmapEvent Class Referenceabstract

You receive a ITexmapEvent instance when something is changed in a Texmap: Events monitored : all related to texmaps. More...

#include <NotificationAPI_Events.h>

+ Inheritance diagram for ITexmapEvent:

Public Member Functions

virtual TexmapGetTexmap (void) const =0
 Retrieve the Texmap*. More...
 
virtual const MaxSDK::Array< ParamBlockData > & GetParamBlockData (void) const =0
 Retrieve all the parameters updated in the parameter blocks in case of EventType_Texmap_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 ~ITexmapEvent ()
 
- Protected Member Functions inherited from IGenericEvent
virtual ~IGenericEvent ()
 

Detailed Description

You receive a ITexmapEvent instance when something is changed in a Texmap: Events monitored : all related to texmaps.

Constructor & Destructor Documentation

◆ ~ITexmapEvent()

virtual ~ITexmapEvent ( )
inlineprotectedvirtual
253 {};

Member Function Documentation

◆ GetTexmap()

virtual Texmap* GetTexmap ( void  ) const
pure virtual

Retrieve the Texmap*.

◆ GetParamBlockData()

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

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