Krita Source Code Documentation
Loading...
Searching...
No Matches
KisTransactionWrapperFactory.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 KISTRANSACTIONWRAPPERFACTORY_H
8#define KISTRANSACTIONWRAPPERFACTORY_H
9
10#include "kritaimage_export.h"
11#include "kis_types.h"
12
13class KUndo2Command;
14
32
33#endif // KISTRANSACTIONWRAPPERFACTORY_H
virtual KUndo2Command * createEndTransactionCommand()=0
virtual KUndo2Command * createBeginTransactionCommand(KisPaintDeviceSP device)=0