Krita Source Code Documentation
Loading...
Searching...
No Matches
KisNotifySelectionChangedCommand.cpp
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
8
9#include "kis_image.h"
10
12 : KisCommandUtils::FlipFlopCommand(state)
13 , m_image(image)
14{
15}
void notifySelectionChanged() override
KisNotifySelectionChangedCommand(KisImageWSP image, State state)
KisSharedPtr< T > toStrongRef() const
toStrongRef returns a KisSharedPtr which may be dereferenced.
#define KIS_SAFE_ASSERT_RECOVER_RETURN(cond)
Definition kis_assert.h:128