 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
QString getBinaryTranslationFileExtension()
getBinaryTranslationFileExtension Gets the file extension for Qt binary translation files.
Definition: localization.cpp:61
QString getQtTranslationResourceDirectory()
getQtTranslationResourceDirectory Gets the resource path where translation files for Qt itself are st...
Definition: localization.cpp:71
QLocale getGlobalPreferencesLocale()
getGlobalPreferencesLocale Gets a QLocale instance based on the current settings in global preference...
Definition: localization.cpp:154
void setLanguageIsoCode(const std::string &languageIsoCode)
setLanguageIsoCode Sets the ISO 639-1 language preference for the application.
Definition: globalpreferences.cpp:643
const QString geometrizeTranslationFilePrefix
Definition: localization.cpp:59
void setGlobalPreferencesForLocale(const QLocale &locale)
setGlobalPreferencesForLocale Sets the locale settings based on the given locale name.
Definition: localization.cpp:176
const QString flagIconFileExtension
Definition: localization.cpp:54
The GlobalPreferences class models the preferences associated with the application as a whole....
Definition: globalpreferences.h:44
Definition: commandlineparser.cpp:73
void setTranslatorsForLocale(const QString &locale)
installTranslatorsForLocale Installs translators for the application.
Definition: localization.cpp:76
const QString errorFlagResourcePath
Definition: localization.cpp:55
const QString qtBaseTranslationFilePrefix
Definition: localization.cpp:58
QStringList getSupportedLocaleCodes()
getSupportedLocaleCodes Iterates over the embedded .qm files and extracts the ISO language codes from...
Definition: localization.cpp:212
const QString flagIconResourceDirectory
Definition: localization.cpp:53
const QString qtTranslationFilePrefix
Definition: localization.cpp:57
void setLocaleAndUserInterfaceLanguage(const QString &isoCode)
setLocaleAndUserInterfaceLanguage Sets the application locale and user interface language to the give...
Definition: localization.cpp:226
QString getAppTranslationResourceDirectory()
getAppTranslationResourceDirectory Gets the resource path where translation files specific to the app...
Definition: localization.cpp:66
QIcon getFlagIconForLocaleCode(const QString &localeCode)
getFlagIconForLocaleCode Gets a representative national flag for the given locale code.
Definition: localization.cpp:98
geometrize::preferences::GlobalPreferences & getGlobalPreferences()
getGlobalPreferences Shorthand function that gets a reference to the shared global preferences object...
Definition: globalpreferences.cpp:32