Krita Source Code Documentation
Loading...
Searching...
No Matches
KisNotifySelectionChangedCommand.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2024 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KISNOTIFYSELECTIONCHANGEDCOMMAND_H
8
#define KISNOTIFYSELECTIONCHANGEDCOMMAND_H
9
10
#include <kritaimage_export.h>
11
#include <
kis_command_utils.h
>
12
#include "
kis_types.h
"
13
14
class
KRITAIMAGE_EXPORT
KisNotifySelectionChangedCommand
:
public
KisCommandUtils::FlipFlopCommand
15
{
16
public
:
17
KisNotifySelectionChangedCommand
(
KisImageWSP
image,
State
state);
18
void
partB
();
19
20
private
:
21
KisImageWSP
m_image
;
22
};
23
24
#endif
// KISNOTIFYSELECTIONCHANGEDCOMMAND_H
KisNotifySelectionChangedCommand
Definition
KisNotifySelectionChangedCommand.h:15
KisNotifySelectionChangedCommand::m_image
KisImageWSP m_image
Definition
KisNotifySelectionChangedCommand.h:21
KisWeakSharedPtr< KisImage >
kis_command_utils.h
kis_types.h
KisCommandUtils::FlipFlopCommand
Definition
kis_command_utils.h:97
KisCommandUtils::FlipFlopCommand::State
State
Definition
kis_command_utils.h:98
KisCommandUtils::FlipFlopCommand::partB
virtual void partB()
Definition
kis_command_utils.cpp:172
libs
image
commands
KisNotifySelectionChangedCommand.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52