|
HDK
|
Class containing info about magager's change event. More...
#include <UNI_Manager.h>
Public Types | |
| enum | Type { Type::CategoryAdded, Type::CategoryRemoved } |
| Enumeration of event types. More... | |
Public Member Functions | |
| Event (UNI_Manager &mgr, Type type, const UT_StringRef name) | |
| Constructor. More... | |
| UNI_Manager & | manager () const |
| The manager issuing the event. More... | |
| Type | type () const |
| Event type;. More... | |
| const UT_StringHolder & | name () const |
| Name of added/removed category. More... | |
Class containing info about magager's change event.
Definition at line 124 of file UNI_Manager.h.
|
strong |
Enumeration of event types.
| Enumerator | |
|---|---|
| CategoryAdded | |
| CategoryRemoved | |
Definition at line 128 of file UNI_Manager.h.
|
inline |
Constructor.
Definition at line 135 of file UNI_Manager.h.
|
inline |
The manager issuing the event.
Definition at line 142 of file UNI_Manager.h.
|
inline |
Name of added/removed category.
Definition at line 149 of file UNI_Manager.h.
|
inline |
Event type;.
Definition at line 145 of file UNI_Manager.h.