Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_surrogate_undo_adapter.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2011 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8#include "kis_undo_stores.h"
9
10
16
21
26
31
36
38{
39 m_undoStore->beginMacro(macroName);
40}
41
46
51
56
61
66
void beginMacro(const KUndo2MagicString &macroName) override
KisSurrogateUndoStore * m_undoStore
void addCommand(KUndo2Command *command) override
const KUndo2Command * presentCommand() override
void addCommand(KUndo2Command *cmd) override
const KUndo2Command * presentCommand() override
void beginMacro(const KUndo2MagicString &macroName) override
void undoLastCommand() override
KisUndoStore * undoStore()