|
Krita Source Code Documentation
|
#include <kmainwindow_p.h>
Inheritance diagram for KisKMainWindowPrivate:Public Types | |
| enum | CallCompression { NoCompressCalls = 0 , CompressCalls } |
Public Member Functions | |
| void | _k_slotSaveAutoSaveSize () |
| void | _k_slotSettingsChanged (int category) |
| void | init (KisKMainWindow *_q) |
| void | polish (KisKMainWindow *q) |
| void | setSettingsDirty (CallCompression callCompression=CompressCalls) |
| void | setSizeDirty () |
| virtual | ~KisKMainWindowPrivate ()=default |
Public Attributes | |
| KConfigGroup | autoSaveGroup |
| bool | autoSaveSettings: 1 |
| bool | autoSaveWindowSize: 1 |
| QString | dbusName |
| QRect | defaultWindowSize |
| QPointer< QObject > | dockResizeListener |
| KisKHelpMenu * | helpMenu |
| bool | letDirtySettings |
| QEventLoopLocker | locker |
| KisKMainWindow * | q |
| bool | settingsDirty: 1 |
| QTimer * | settingsTimer |
| bool | sizeApplied: 1 |
| QTimer * | sizeTimer |
Definition at line 31 of file kmainwindow_p.h.
| Enumerator | |
|---|---|
| NoCompressCalls | |
| CompressCalls | |
Definition at line 58 of file kmainwindow_p.h.
|
virtualdefault |
| void KisKMainWindowPrivate::_k_slotSaveAutoSaveSize | ( | ) |
| void KisKMainWindowPrivate::_k_slotSettingsChanged | ( | int | category | ) |
Definition at line 779 of file kmainwindow.cpp.
References q.
| void KisKMainWindowPrivate::init | ( | KisKMainWindow * | _q | ) |
Definition at line 171 of file kmainwindow.cpp.
References _k_slotSettingsChanged(), autoSaveSettings, autoSaveWindowSize, dockResizeListener, helpMenu, letDirtySettings, q, settingsDirty, settingsTimer, sizeApplied, and sizeTimer.
| void KisKMainWindowPrivate::polish | ( | KisKMainWindow * | q | ) |
Definition at line 229 of file kmainwindow.cpp.
References dbusName, endsWithHashNumber(), and q.
| void KisKMainWindowPrivate::setSettingsDirty | ( | CallCompression | callCompression = CompressCalls | ) |
Definition at line 302 of file kmainwindow.cpp.
References autoSaveSettings, CompressCalls, letDirtySettings, q, KisKMainWindow::saveAutoSaveSettings(), settingsDirty, and settingsTimer.
| void KisKMainWindowPrivate::setSizeDirty | ( | ) |
Definition at line 324 of file kmainwindow.cpp.
References _k_slotSaveAutoSaveSize(), autoSaveWindowSize, q, and sizeTimer.
| KConfigGroup KisKMainWindowPrivate::autoSaveGroup |
Definition at line 40 of file kmainwindow_p.h.
| bool KisKMainWindowPrivate::autoSaveSettings |
Definition at line 36 of file kmainwindow_p.h.
| bool KisKMainWindowPrivate::autoSaveWindowSize |
Definition at line 38 of file kmainwindow_p.h.
| QString KisKMainWindowPrivate::dbusName |
Definition at line 47 of file kmainwindow_p.h.
| QRect KisKMainWindowPrivate::defaultWindowSize |
Definition at line 43 of file kmainwindow_p.h.
| QPointer<QObject> KisKMainWindowPrivate::dockResizeListener |
Definition at line 46 of file kmainwindow_p.h.
| KisKHelpMenu* KisKMainWindowPrivate::helpMenu |
Definition at line 44 of file kmainwindow_p.h.
| bool KisKMainWindowPrivate::letDirtySettings |
Definition at line 48 of file kmainwindow_p.h.
| QEventLoopLocker KisKMainWindowPrivate::locker |
Definition at line 49 of file kmainwindow_p.h.
| KisKMainWindow* KisKMainWindowPrivate::q |
Definition at line 45 of file kmainwindow_p.h.
| bool KisKMainWindowPrivate::settingsDirty |
Definition at line 37 of file kmainwindow_p.h.
| QTimer* KisKMainWindowPrivate::settingsTimer |
Definition at line 41 of file kmainwindow_p.h.
| bool KisKMainWindowPrivate::sizeApplied |
Definition at line 39 of file kmainwindow_p.h.
| QTimer* KisKMainWindowPrivate::sizeTimer |
Definition at line 42 of file kmainwindow_p.h.