Krita Source Code Documentation
Loading...
Searching...
No Matches
KisBrushOpResources.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISBRUSHOPRESOURCES_H
8#define KISBRUSHOPRESOURCES_H
9
10#include "KisDabCacheUtils.h"
11
12#include <QScopedPointer>
13
14class KisPainter;
16
17
19{
20public:
21 KisBrushOpResources(const KisPaintOpSettingsSP settings, KisPainter *painter);
22 ~KisBrushOpResources() override;
23
24 void syncResourcesToSeqNo(int seqNo, const KisPaintInformation &info) override;
25
26private:
27 struct Private;
28 const QScopedPointer<Private> m_d;
29};
30
31#endif // KISBRUSHOPRESOURCES_H
KisBrushOpResources(const KisPaintOpSettingsSP settings, KisPainter *painter)
const QScopedPointer< Private > m_d
void syncResourcesToSeqNo(int seqNo, const KisPaintInformation &info) override