Archicad 28 C++ API
|
#include <APIdefs_Callback.h>
Public Member Functions | |
virtual GS::UniString | GetName () const override final |
virtual void | Dispatch (const API_IEventNotifier &eventNotifier) const override final |
It dispatches the event. | |
virtual GS::UniString | GetName () const =0 |
virtual void | Dispatch (const API_IEventNotifier &eventNotifier) const =0 |
It dispatches the event. | |
Public Member Functions inherited from API_IDialogEventHandler | |
virtual void | EnableAllInfoDialog () const =0 |
Event handler in case of enabling all informational messages in the Work Environment. | |
The base class you need to inherit from in case you want to handle Info Dialog change event.
|
inlinefinaloverridevirtual |
It dispatches the event.
eventNotifier | The occurrence of an event can be notified via this parameter. |
Implements API_IEventHandler.
|
inlinefinaloverridevirtual |
Implements API_IEventHandler.