3ds Max C++ API Reference
IGenericEvent Class Referenceabstract

IGenericEvent is a common class to all notifications events received: More...

#include <NotificationAPI_Events.h>

+ Inheritance diagram for IGenericEvent:

Public Member Functions

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 ~IGenericEvent ()
 

Detailed Description

IGenericEvent is a common class to all notifications events received:

Constructor & Destructor Documentation

◆ ~IGenericEvent()

virtual ~IGenericEvent ( )
inlineprotectedvirtual
160 {};

Member Function Documentation

◆ GetNotifierType()

virtual NotifierType GetNotifierType ( void  ) const
pure virtual

Get the type of notifier:

◆ GetEventType()

virtual size_t GetEventType ( void  ) const
pure virtual

Get the update type.

◆ DebugPrintToFile()

virtual void DebugPrintToFile ( FILE *  f) const
pure virtual

For debugging purpose you may use this to print the event to an existing file stream.