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
14
class
KRITAIMAGE_EXPORT
KisReselectGlobalSelectionCommand
:
public
KisCommandUtils::AggregateCommand
15
{
16
public
:
22
KisReselectGlobalSelectionCommand
(
KisImageWSP
image,
KUndo2Command
* parent =
nullptr
);
23
~KisReselectGlobalSelectionCommand
()
override
;
24
25
void
populateChildCommands
()
override
;
26
27
protected
:
28
KisImageWSP
m_image
;
29
};
30
31
32
#endif
KUndo2Command
Definition
kundo2stack.h:87
KisReselectGlobalSelectionCommand
The command for deselection the global selection of KisImage.
Definition
kis_reselect_global_selection_command.h:15
KisReselectGlobalSelectionCommand::m_image
KisImageWSP m_image
Definition
kis_reselect_global_selection_command.h:28
KisWeakSharedPtr< KisImage >
kis_command_utils.h
kis_types.h
KisCommandUtils::AggregateCommand
The AggregateCommand struct is a command with delayed initialization. On first redo() populateChildCo...
Definition
kis_command_utils.h:27
KisCommandUtils::AggregateCommand::populateChildCommands
virtual void populateChildCommands()=0
libs
image
commands
kis_reselect_global_selection_command.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52