Scribus
Open source desktop publishing at your fingertips
ScribusQApp Class Reference
Inheritance diagram for ScribusQApp:
Collaboration diagram for ScribusQApp:

Signals

void appStarted ()
 

Public Member Functions

 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 ScribusCorecore ()
 
void neverSplash (bool splashOff)
 
bool neverSplashExists ()
 
const QString & currGUILanguage ()
 
ScDLManagerdlManager ()
 

Public Attributes

QString pythonScript
 
QStringList pythonScriptArgs
 

Static Public Attributes

static bool useGUI =false
 

Protected Slots

void downloadComplete (const QString &t)
 

Protected Member Functions

virtual bool event (QEvent *event)
 

Member Function Documentation

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
langQString a two letter string describing the lang environement
Return values
QStringListA 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
langsQString a two letter string describing the lang environement

The documentation for this class was generated from the following files: