Krita Source Code Documentation
Loading...
Searching...
No Matches
KisPaintOpPresetUpdateProxy.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef __KIS_PAINTOP_PRESET_UPDATE_PROXY_H
8#define __KIS_PAINTOP_PRESET_UPDATE_PROXY_H
9
10#include <QScopedPointer>
11#include <QObject>
12
13#include "kritaimage_export.h"
14
15
19class KRITAIMAGE_EXPORT KisPaintOpPresetUpdateProxy : public QObject
20{
21 Q_OBJECT
22
23public:
26
27 void notifySettingsChanged();
28 void notifyUniformPropertiesChanged();
29
36 void postponeSettingsChanges();
37
42 void unpostponeSettingsChanges();
43
44Q_SIGNALS:
46
59
60private Q_SLOTS:
61 void slotDeliverSettingsChanged();
62
63private:
64 struct Private;
65 const QScopedPointer<Private> m_d;
66};
67
68#endif /* __KIS_PAINTOP_PRESET_UPDATE_PROXY_H */
The KisPaintOpPresetUpdateProxy class.
const QScopedPointer< Private > m_d
void sigSettingsChangedUncompressedEarlyWarning()