Krita Source Code Documentation
Loading...
Searching...
No Matches
KisApplication::Private Class Reference

Public Member Functions

 Private ()
 

Public Attributes

KisAutoSaveRecoveryDialogautosaveDialog {0}
 
bool batchRun {false}
 
QVector< QString > earlyFileOpenEvents
 
QVector< QByteArray > earlyRemoteArguments
 
QScopedPointer< KisExtendedModifiersMapperPluginInterfaceextendedModifiersPluginInterface
 
KisLongPressEventFilterlongPressEventFilter {nullptr}
 
QPointer< KisMainWindowmainWindow
 
QPointer< KisSplashScreensplashScreen
 

Detailed Description

We cannot make the recursion info be a part of KisApplication, because KisApplication also owns QQmlThread, which is destroyed after KisApplication::Private, which makes QThreadStorage spit a warning about being destroyed too early

Definition at line 179 of file KisApplication.cpp.

Constructor & Destructor Documentation

◆ Private()

KisApplication::Private::Private ( )
inline

Definition at line 182 of file KisApplication.cpp.

182{}

Member Data Documentation

◆ autosaveDialog

KisAutoSaveRecoveryDialog* KisApplication::Private::autosaveDialog {0}

Definition at line 184 of file KisApplication.cpp.

184{0};

◆ batchRun

bool KisApplication::Private::batchRun {false}

Definition at line 187 of file KisApplication.cpp.

187{false};

◆ earlyFileOpenEvents

QVector<QString> KisApplication::Private::earlyFileOpenEvents

Definition at line 189 of file KisApplication.cpp.

◆ earlyRemoteArguments

QVector<QByteArray> KisApplication::Private::earlyRemoteArguments

Definition at line 188 of file KisApplication.cpp.

◆ extendedModifiersPluginInterface

QScopedPointer<KisExtendedModifiersMapperPluginInterface> KisApplication::Private::extendedModifiersPluginInterface

Definition at line 190 of file KisApplication.cpp.

◆ longPressEventFilter

KisLongPressEventFilter* KisApplication::Private::longPressEventFilter {nullptr}

Definition at line 185 of file KisApplication.cpp.

185{nullptr};

◆ mainWindow

QPointer<KisMainWindow> KisApplication::Private::mainWindow

Definition at line 186 of file KisApplication.cpp.

◆ splashScreen

QPointer<KisSplashScreen> KisApplication::Private::splashScreen

Definition at line 183 of file KisApplication.cpp.


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