Archicad 28 C++ API
|
Defining an interface for a class that will be used to notify event handlers. More...
#include <APIdefs_Callback.h>
Public Member Functions | |
virtual void | NotifyAttributeChanges (const API_IAttributeEventHandler &eventHandler) const =0 |
Notifies the event handler about the attribute changes. | |
virtual void | NotifyAttributeFolderChanges (const API_IAttributeFolderEventHandler &eventHandler) const =0 |
Notifies the event handler about the attribute folder changes. | |
virtual void | NotifyClassificationItemChanges (const API_IClassificationItemEventHandler &eventHandler) const =0 |
Notifies the event handler about the classification item changes. | |
virtual void | NotifyClassificationSystemChanges (const API_IClassificationSystemEventHandler &eventHandler) const =0 |
Notifies the event handler about the classification system changes. | |
virtual void | NotifyPropertyGroupChanges (const API_IPropertyGroupEventHandler &eventHandler) const =0 |
Notifies the event handler about property group changes. | |
virtual void | NotifyPropertyDefinitionChanges (const API_IPropertyDefinitionEventHandler &eventHandler) const =0 |
Notifies the event handler about property definition changes. | |
virtual void | NotifyGraphisoftIDChanges (const API_IGraphisoftIDEventHandler &eventHandler) const =0 |
Notifies the event handler when Graphisoft ID is changed. | |
virtual void | NotifyEnableAllDialogInfoEvent (const API_IEnableAllInfoDialogEventHandler &eventHandler) const =0 |
Notifies the event handler when the user enables all informational dialogs. | |
virtual void | NotifyMarqueeEvent (const API_IMarqueeEventHandler &eventHandler) const =0 |
Notifies the event handler about the marquee event. | |
virtual void | NotifyWindowChanges (const API_IWindowEventHandler &eventHandler) const =0 |
Notifies the event handler about window changes. | |
Defining an interface for a class that will be used to notify event handlers.
|
pure virtual |
Notifies the event handler about the attribute changes.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler about the attribute folder changes.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler about the classification item changes.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler about the classification system changes.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler when the user enables all informational dialogs.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler when Graphisoft ID is changed.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler about the marquee event.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler about property definition changes.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler about property group changes.
eventHandler | An instance that handles the event. |
|
pure virtual |
Notifies the event handler about window changes.
eventHandler | An instance that handles the event. |