Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_deselect_global_selection_command.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2007 Sven Langkamp <sven.langkamp@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KIS_DESELECT_GLOBAL_SELECTION_COMMAND_H_
7#define KIS_DESELECT_GLOBAL_SELECTION_COMMAND_H_
8
9#include <kritaimage_export.h>
10#include <kis_command_utils.h>
11#include "kis_types.h"
12
13
16{
17public:
25
26 void populateChildCommands() override;
27
28protected:
30};
31
32#endif
The command for deselection the global selection of KisImage.
The AggregateCommand struct is a command with delayed initialization. On first redo() populateChildCo...
virtual void populateChildCommands()=0