|
Krita Source Code Documentation
|
Public Member Functions | |
| Private () | |
Public Attributes | |
| KisAutoSaveRecoveryDialog * | autosaveDialog {0} |
| bool | batchRun {false} |
| QVector< QString > | earlyFileOpenEvents |
| QVector< QByteArray > | earlyRemoteArguments |
| QScopedPointer< KisExtendedModifiersMapperPluginInterface > | extendedModifiersPluginInterface |
| KisLongPressEventFilter * | longPressEventFilter {nullptr} |
| QPointer< KisMainWindow > | mainWindow |
| QPointer< KisSplashScreen > | splashScreen |
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.
|
inline |
Definition at line 182 of file KisApplication.cpp.
| KisAutoSaveRecoveryDialog* KisApplication::Private::autosaveDialog {0} |
Definition at line 184 of file KisApplication.cpp.
| bool KisApplication::Private::batchRun {false} |
Definition at line 187 of file KisApplication.cpp.
| QVector<QString> KisApplication::Private::earlyFileOpenEvents |
Definition at line 189 of file KisApplication.cpp.
| QVector<QByteArray> KisApplication::Private::earlyRemoteArguments |
Definition at line 188 of file KisApplication.cpp.
| QScopedPointer<KisExtendedModifiersMapperPluginInterface> KisApplication::Private::extendedModifiersPluginInterface |
Definition at line 190 of file KisApplication.cpp.
| KisLongPressEventFilter* KisApplication::Private::longPressEventFilter {nullptr} |
Definition at line 185 of file KisApplication.cpp.
| QPointer<KisMainWindow> KisApplication::Private::mainWindow |
Definition at line 186 of file KisApplication.cpp.
| QPointer<KisSplashScreen> KisApplication::Private::splashScreen |
Definition at line 183 of file KisApplication.cpp.