This is the complete list of members for CI18nTranslator, including all inherited members.
addTranslationPair(string inString, string inTranslatedString) | CI18nTranslator | |
CI18nTranslator(string inTranslationFileName) | CI18nTranslator | |
endXMLElement(void *inUserData, const char *inElementName) | CI18nTranslator | static |
getCurrentLanguage() const | CI18nTranslator | |
getLanguagesXML() const | CI18nTranslator | |
hasLanguage(string inLanguageCode) const | CI18nTranslator | |
setCurrentLanguage(const string &inLanguage) | CI18nTranslator | |
setShouldBeTranslatedAttribute(string inString) | CI18nTranslator | |
shouldBeTranslatedAttribute(string inAttribute) const | CI18nTranslator | |
shouldBeTranslatedText(string inContainingTag) const | CI18nTranslator | |
startXMLElement(void *inUserData, const char *inElementName, const char **inAttributes) | CI18nTranslator | static |
translateAttribute(string inLanguageCode, const string &inAttribute, const string &inValue) const | CI18nTranslator | |
translateText(string inLanguageCode, const string &inContainingTag, const string &inText) | CI18nTranslator | |
translateXMLTree(string inLanguageCode, CXMLElement &inoutToBeTranslated) const | CI18nTranslator |