Krita Source Code Documentation
Loading...
Searching...
No Matches
KisInterstrokeDataTransactionWrapperFactory.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISINTERSTROKEDATATRANSACTIONWRAPPERFACTORY_H
8#define KISINTERSTROKEDATATRANSACTIONWRAPPERFACTORY_H
9
10#include <QScopedPointer>
12
14
25{
26public:
27 KisInterstrokeDataTransactionWrapperFactory(KisInterstrokeDataFactory *factory, bool supportsContinuedInterstrokeData = true);
29
32
33private:
34 struct Private;
35 QScopedPointer<Private> m_d;
36};
37
38#endif // KISINTERSTROKEDATATRANSACTIONWRAPPERFACTORY_H
virtual KUndo2Command * createEndTransactionCommand()=0
virtual KUndo2Command * createBeginTransactionCommand(KisPaintDeviceSP device)=0