Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_reselect_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_RESELECT_GLOBAL_SELECTION_COMMAND_H
7#define KIS_RESELECT_GLOBAL_SELECTION_COMMAND_H
8
9#include <kritaimage_export.h>
10#include <kis_command_utils.h>
11#include "kis_types.h"
12
15{
16public:
24
25 void populateChildCommands() override;
26
27protected:
29};
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