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
15
class
KRITAIMAGE_EXPORT
KisDeselectGlobalSelectionCommand
:
public
KisCommandUtils::AggregateCommand
16
{
17
public
:
23
KisDeselectGlobalSelectionCommand
(
KisImageWSP
image,
KUndo2Command
* parent = 0);
24
~KisDeselectGlobalSelectionCommand
()
override
;
25
26
void
populateChildCommands
()
override
;
27
28
protected
:
29
KisImageWSP
m_image
;
30
};
31
32
#endif
KUndo2Command
Definition
kundo2stack.h:87
KisDeselectGlobalSelectionCommand
The command for deselection the global selection of KisImage.
Definition
kis_deselect_global_selection_command.h:16
KisDeselectGlobalSelectionCommand::m_image
KisImageWSP m_image
Definition
kis_deselect_global_selection_command.h:29
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_deselect_global_selection_command.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52