|
Krita Source Code Documentation
|
#include <KisImageConfigNotifier.h>
Inheritance diagram for KisImageConfigNotifier:Classes | |
| struct | Private |
Signals | |
| void | autoKeyFrameConfigurationChanged () |
| void | configChanged (void) |
| void | globalProofingConfigChanged () |
Public Member Functions | |
| KisImageConfigNotifier () | |
| void | notifyAutoKeyFrameConfigurationChanged () |
| void | notifyConfigChanged (void) |
| void | notifyGlobalProofingConfigChanged () |
| ~KisImageConfigNotifier () override | |
Static Public Member Functions | |
| static KisImageConfigNotifier * | instance () |
Private Attributes | |
| const QScopedPointer< Private > | m_d |
Definition at line 13 of file KisImageConfigNotifier.h.
|
explicit |
Definition at line 27 of file KisImageConfigNotifier.cpp.
References autoKeyFrameConfigurationChanged(), configChanged(), connect(), and m_d.
|
override |
Definition at line 35 of file KisImageConfigNotifier.cpp.
|
signal |
This signal is also emitted whenever notifyConfigChanged() is called.
This signal is emitted whenever notifyConfigChanged() is called.
|
signal |
This signal is also emitted whenever notifyConfigChanged() is called.
|
static |
Definition at line 39 of file KisImageConfigNotifier.cpp.
| void KisImageConfigNotifier::notifyAutoKeyFrameConfigurationChanged | ( | ) |
Notify that the animation keyframing configuration has changed. This will cause the autoKeyFrameConfigurationChanged() signal to be emitted.
Definition at line 49 of file KisImageConfigNotifier.cpp.
References m_d.
Notify that the configuration has changed. This will cause the configChanged() signal to be emitted.
Definition at line 44 of file KisImageConfigNotifier.cpp.
References m_d.
| void KisImageConfigNotifier::notifyGlobalProofingConfigChanged | ( | ) |
Notify that the global proofing configuration stored in KisImageConfig has been changed
Definition at line 54 of file KisImageConfigNotifier.cpp.
References globalProofingConfigChanged().
|
private |
Definition at line 62 of file KisImageConfigNotifier.h.