Krita Source Code Documentation
Loading...
Searching...
No Matches
KisDeselectActiveSelectionCommand.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISDESELECTACTIVESELECTIONCOMMAND_H
8#define KISDESELECTACTIVESELECTIONCOMMAND_H
9
11
13{
14public:
17
18 void redo() override;
19 void undo() override;
20
21private:
24};
25
26#endif // KISDESELECTACTIVESELECTIONCOMMAND_H
The command for deselection the global selection of KisImage.