Archicad 29 C++ API
|
Event argument for appearance change notifications. More...
#include <DGAppearanceManager.hpp>
Public Member Functions | |
AppearanceChangedEventArg (AppearanceMode mode, AppearanceType type) | |
Constructor for AppearanceChangedEventArg. | |
virtual | ~AppearanceChangedEventArg () |
Destructor for AppearanceChangedEventArg. | |
Public Attributes | |
AppearanceMode | mode |
The current appearance mode. | |
AppearanceType | type |
The current appearance type. | |
Event argument for appearance change notifications.
DG::AppearanceChangedEventArg::AppearanceChangedEventArg | ( | AppearanceMode | mode, |
AppearanceType | type ) |
Constructor for AppearanceChangedEventArg.
mode | The appearance mode. |
type | The appearance type. |