47 explicit KisApplication(
const QString &key,
int &argc,
char **argv);
67 bool event(QEvent *event)
override;
74 void askResetConfig();
81 void setSplashScreen(QWidget *splash);
82 void hideSplashScreen();
85 bool notify(QObject *receiver, QEvent *event)
override;
87 void addResourceTypes();
88 bool registerResources();
91 void processPostponedSynchronizationEvents();
94 bool isStoreApplication();
96 static void verifyMetatypeRegistration();
107 void executeRemoteArguments(QByteArray message,
KisMainWindow *mainWindow);
108 void remoteArguments(
const QString &message);
109 void fileOpenRequested(
const QString & url);
110 void setSplashScreenLoadingText(
const QString&);
113 void slotSetLongPress(
bool enabled);
117 void checkAutosaveFiles();
118 bool createNewDocFromTemplate(
const QString &fileName,
KisMainWindow *m_mainWindow);
123 QScopedPointer<Private>
d;