34 void notifyConfigChanged(
void);
36 void notifyDropFramesModeChanged();
37 void notifyPixelGridModeChanged();
38 void notifyColorHistoryModeChanged();
39 void notifyTouchPaintingChanged();
40 void notifyColorSamplerPreviewStyleChanged();
42 void notifyColorThemeChanged(
const QString &filename);
43 void notifyLongPressChanged(
bool enabled);
46 void notifyUsePageUpDownMouseButtonEmulationWorkaroundChanged(
bool enabled);
47 void notifyUseIgnoreHistoricTabletEventsWorkaroundChanged(
bool enabled);
63 void sigUsePageUpDownMouseButtonEmulationWorkaroundChanged(
bool enabled);
64 void sigUseIgnoreHistoricTabletEventsWorkaroundChanged(
bool enabled);
73 const QScopedPointer<Private>
m_d;