Public Attributes | |
std::string | activatedLanguage |
Active language. | |
std::map< std::string, std::string > | mapLanguageTopLevelDomain |
QStringList | paths |
std::list< QTranslator * > | translators |
A list of all created translators. |
Definition at line 104 of file Translator.cpp.
std::string Gui::TranslatorP::activatedLanguage |
Active language.
Definition at line 107 of file Translator.cpp.
Referenced by Gui::Translator::activateLanguage(), Gui::Translator::activeLanguage(), and Gui::Translator::refresh().
std::map<std::string, std::string> Gui::TranslatorP::mapLanguageTopLevelDomain |
Definition at line 108 of file Translator.cpp.
Referenced by Gui::Translator::refresh(), and Gui::Translator::supportedLanguages().
QStringList Gui::TranslatorP::paths |
Definition at line 110 of file Translator.cpp.
Referenced by Gui::Translator::addPath(), and Gui::Translator::refresh().
std::list<QTranslator*> Gui::TranslatorP::translators |
A list of all created translators.
Definition at line 109 of file Translator.cpp.