|
| ScribusQApp (int &argc, char **argv) |
|
int | init () |
|
void | initLang () |
|
void | initDLMgr () |
|
void | parseCommandLine () |
|
void | changeGUILanguage (const QString &lang) |
|
QStringList | getLang (QString lang) |
| If the lang argument is empty, returns the value in the locales The lang is always a two character code, except for "en_GB" where the whole string is returned. For all the other locales starting with "en", no locale is returned. (Inspired from Klocale.cpp) More...
|
|
void | installTranslators (const QStringList &langs) |
| Loads the translations for Scribus and for the Plugins. More...
|
|
const ScribusCore * | core () |
|
void | neverSplash (bool splashOff) |
|
bool | neverSplashExists () |
|
const QString & | currGUILanguage () |
|
ScDLManager * | dlManager () |
|
|
QString | pythonScript |
|
QStringList | pythonScriptArgs |
|
|
static bool | useGUI =false |
|
|
void | downloadComplete (const QString &t) |
|
|
virtual bool | event (QEvent *event) |
|
QStringList ScribusQApp::getLang |
( |
QString |
lang | ) |
|
If the lang argument is empty, returns the value in the locales The lang is always a two character code, except for "en_GB" where the whole string is returned. For all the other locales starting with "en", no locale is returned. (Inspired from Klocale.cpp)
- Author
- Franz Schmid
-
Alessandro Rimoldi
- Date
- Mon Feb 9 14:07:46 CET 2004
- Parameters
-
lang | QString a two letter string describing the lang environement |
- Return values
-
QStringList | A string describing the language environement |
void ScribusQApp::installTranslators |
( |
const QStringList & |
langs | ) |
|
Loads the translations for Scribus and for the Plugins.
- Author
- Franz Schmid
-
Alessandro Rimoldi
- Date
- Mon Feb 9 14:07:46 CET 2004
- Parameters
-
langs | QString a two letter string describing the lang environement |
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/scribusapp.h
- /Users/ale/src/Scribus/scribus/scribusapp.cpp