Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_transaction_based_command.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2012 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
10 : KUndo2Command(text, parent), m_transactionData(0)
11{
12}
13
18
29
36
virtual void undo()
virtual void redo()
virtual KUndo2Command * paint()=0
KisTransactionBasedCommand(const KUndo2MagicString &text=KUndo2MagicString(), KUndo2Command *parent=0)