HDK
|
A class describing notification events emitted by the language manager. More...
#include <VOP_LanguageManager.h>
Public Types | |
enum | EventType { LANGUAGE_ADDED, LANGUAGE_REMOVED, 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 UT_StringRef &name, const UT_StringRef &new_name=UT_StringRef()) | |
Constructor. More... | |
VOP_LanguageManagerEvent::EventType | getEventType () const |
const UT_StringHolder & | getVopTypeName () const |
const UT_StringHolder & | getNewVopTypeName () const |
A class describing notification events emitted by the language manager.
Definition at line 187 of file VOP_LanguageManager.h.
Defines the type of the events that can manager can send out.
Enumerator | |
---|---|
LANGUAGE_ADDED | |
LANGUAGE_REMOVED | |
TYPE_ADDED | |
TYPE_CHANGED | |
TYPE_REMOVED | |
TYPE_RENAMED |
Definition at line 191 of file VOP_LanguageManager.h.
VOP_LanguageManagerEvent::VOP_LanguageManagerEvent | ( | VOP_LanguageManagerEvent::EventType | type, |
const UT_StringRef & | name, | ||
const UT_StringRef & | new_name = UT_StringRef() |
||
) |
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.
const UT_StringHolder& VOP_LanguageManagerEvent::getNewVopTypeName | ( | ) | const |
Accessors. Note, if the event type does not involve certain data, the accessor for that data will return an empty string.
const UT_StringHolder& VOP_LanguageManagerEvent::getVopTypeName | ( | ) | const |
Accessors. Note, if the event type does not involve certain data, the accessor for that data will return an empty string.