HDK
|
A class describing notification events emitted by the language manager. More...
#include <VOP_LanguageManager.h>
Public Types | |
enum | EventType { TYPE_ADDED, TYPE_CHANGED, TYPE_REMOVED, TYPE_RENAMED } |
Defines the type of the events that can manager can send out. More... | |
Public Member Functions | |
VOP_LanguageManagerEvent (VOP_LanguageManagerEvent::EventType type, const char *vop_type_name, const char *new_vop_type_name=NULL) | |
Constructor. More... | |
VOP_LanguageManagerEvent::EventType | getEventType () const |
const UT_String & | getVopTypeName () const |
const UT_String & | getNewVopTypeName () const |
A class describing notification events emitted by the language manager.
Definition at line 158 of file VOP_LanguageManager.h.
Defines the type of the events that can manager can send out.
Enumerator | |
---|---|
TYPE_ADDED | |
TYPE_CHANGED | |
TYPE_REMOVED | |
TYPE_RENAMED |
Definition at line 162 of file VOP_LanguageManager.h.
VOP_LanguageManagerEvent::VOP_LanguageManagerEvent | ( | VOP_LanguageManagerEvent::EventType | type, |
const char * | vop_type_name, | ||
const char * | new_vop_type_name = NULL |
||
) |
Constructor.
VOP_LanguageManagerEvent::EventType VOP_LanguageManagerEvent::getEventType | ( | ) | const |
Accessors. Note, if the event type does not involve certain data, the accessor for that data will return an empty string.
Accessors. Note, if the event type does not involve certain data, the accessor for that data will return an empty string.
Accessors. Note, if the event type does not involve certain data, the accessor for that data will return an empty string.