HDK
|
#include <VOP_LanguageInfo.h>
Public Member Functions | |
VOP_LanguageType | getType () const |
Returns the type enumeration value of the language. More... | |
const UT_StringHolder & | getName () const |
Returns the language name this info refers to. More... | |
VOP_LanguageInfo (VOP_LanguageType type=VOP_LANGUAGE_INVALID, const UT_StringRef &lang_name=UT_StringRef()) | |
Class for referencing languages in VOPs. It can be used to obtain the registered VOP_Language definition object.
Definition at line 22 of file VOP_LanguageInfo.h.
|
inlineexplicit |
A constructor and a destructor.
Definition at line 29 of file VOP_LanguageInfo.h.
|
inline |
Returns the language name this info refers to.
Definition at line 41 of file VOP_LanguageInfo.h.
|
inline |
Returns the type enumeration value of the language.
Definition at line 37 of file VOP_LanguageInfo.h.