28 #include "scribusapi.h"
30 #include "colormgmt/sccolormgmtengine.h"
67 int init(
bool useGUI,
const QList<QString>& filesToUse);
68 int initScribusCore(
bool showSplash,
bool showFontInfo,
bool showProfileInfo,
const QString newGuiLanguage,
const QString prefsUserFile);
69 bool initialized()
const {
return m_ScribusInitialized;};
70 const QString& getGuiLanguage()
const;
72 void initSplash(
bool showSplash);
73 bool initFonts(
bool showFontInfo);
74 void showSplash(
bool);
75 bool splashShowing()
const;
77 void setSplashStatus(
const QString&);
78 bool usingGUI()
const;
79 int startGUI(
bool showSplash,
bool showFontInfo,
bool showProfileInfo,
const QString newGuiLanguage,
const QString prefsUserFile);
84 bool isMacGUI()
const;
89 bool isWinGUI()
const;
90 bool haveCMS()
const {
return m_HaveCMS;}
91 bool haveGS()
const {
return m_HaveGS;};
92 bool havePNGAlpha()
const {
return m_HavePngAlpha;}
93 bool haveTIFFSep()
const {
return m_HaveTiffSep;}
94 void getCMSProfiles(
bool showInfo);
95 void getCMSProfilesDir(QString pfad,
bool showInfo,
bool recursive);
96 void InitDefaultColorTransforms(
void);
97 void ResetDefaultColorTransforms(
void);
98 bool fileWatcherActive()
const;
107 ProfilesL InputProfiles;
108 ProfilesL InputProfilesCMYK;
109 ProfilesL MonitorProfiles;
110 ProfilesL PrinterProfiles;
111 ProfilesL PDFXProfiles;
131 QList<ScribusMainWindow*> ScMWList;
138 bool m_ScribusInitialized;
140 QList<QString> m_Files;
Manage Scribus icons here, and here alone.
Definition: iconmanager.h:34
Definition: sccolorprofile.h:16
This Class is the base class for your application. It sets up the main window and providing a menubar...
Definition: scribus.h:123
Definition: filewatcher.h:20
Scribus splash screen.
Definition: splash.h:18
PluginManager handles plugin loading, unloading, and running.
Definition: pluginmanager.h:35
The core functions moved from the old ScribusMainWindow class NO WINDOWS NO VIEWS NO DOCS NO PAGEITEM...
Definition: scribuscore.h:52
Definition: sccolormgmtengine.h:16
UndoManager handles the undo stack.
Definition: undomanager.h:81
Manage Scribus preferences here, and here alone Start to move the preferences out of scribus...
Definition: prefsmanager.h:43