KVIrc
4.9.2
DeveloperAPIs
|
The KviTranslator class. More...
#include <KviTranslator.h>
Public Member Functions | |
KviTranslator (QObject *pParent) | |
Creates an instance of KviTranslator. More... | |
virtual QString | translate (const char *pcContext, const char *pcMessage, const char *pcComment) const |
Decodes the string and returns the current one. More... | |
virtual | ~KviTranslator () |
Destroys the instance of KviTranslator and frees all the relevant resources. More... | |
The KviTranslator class.
KviTranslator::KviTranslator | ( | QObject * | pParent | ) |
|
virtualdefault |
Destroys the instance of KviTranslator and frees all the relevant resources.
|
virtual |
Decodes the string and returns the current one.
pcContext | Context of Qt translation. Unused by us |
pcMessage | The message to translate |
pcComment | Comment of Qt translation. Unused by us |
References g_pMainCatalogue, and KviMessageCatalogue::translateToQString().