6#ifndef KIS_CONFIG_NOTIFIER_H_
7#define KIS_CONFIG_NOTIFIER_H_
10#include <QScopedPointer>
12#include "kritaglobal_export.h"
34 void notifyConfigChanged(
void);
36 void notifyDropFramesModeChanged();
37 void notifyPixelGridModeChanged();
38 void notifyColorHistoryModeChanged();
39 void notifyTouchPaintingChanged();
41 void notifyColorThemeChanged(
const QString &filename);
42 void notifyLongPressChanged(
bool enabled);
61 const QScopedPointer<Private>
m_d;
PythonPluginManager * instance
void touchPaintingChanged()
void sigLongPressChanged(bool enabled)
void signalColorThemeChanged(const QString &filename)
void dropFramesModeChanged()
KisConfigNotifier(const KisConfigNotifier &)
void colorHistoryModeChanged()
const QScopedPointer< Private > m_d
void pixelGridModeChanged()
KisConfigNotifier operator=(const KisConfigNotifier &)