Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_gui_context_command_p.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2014 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8#include "kundo2command.h"
9
11 : QObject(parent)
12{
13}
14
16{
17 if (!undo) {
18 command->redo();
19 } else {
20 command->undo();
21 }
22}
virtual void undo()
virtual void redo()
void executeCommand(KUndo2Command *command, bool undo)