Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSelectedShapesProxy.cpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#include "
KoSelectedShapesProxy.h
"
8
9
KoSelectedShapesProxy::KoSelectedShapesProxy
(QObject *parent)
10
: QObject(parent)
11
{
12
}
13
14
bool
KoSelectedShapesProxy::isRequestingToBeEdited
()
15
{
16
return
m_isRequestingEditing
;
17
}
18
19
void
KoSelectedShapesProxy::setRequestingToBeEdited
(
bool
value
)
20
{
21
m_isRequestingEditing
=
value
;
22
}
value
float value(const T *src, size_t ch)
Definition
JPEGXLImport.cpp:93
KoSelectedShapesProxy.h
KoSelectedShapesProxy::KoSelectedShapesProxy
KoSelectedShapesProxy(QObject *parent=0)
Definition
KoSelectedShapesProxy.cpp:9
KoSelectedShapesProxy::m_isRequestingEditing
bool m_isRequestingEditing
Definition
KoSelectedShapesProxy.h:57
KoSelectedShapesProxy::setRequestingToBeEdited
void setRequestingToBeEdited(bool value)
Definition
KoSelectedShapesProxy.cpp:19
KoSelectedShapesProxy::isRequestingToBeEdited
bool isRequestingToBeEdited()
The shape wants to edited. This is used when a shape is passed between two different tools....
Definition
KoSelectedShapesProxy.cpp:14
libs
flake
KoSelectedShapesProxy.cpp
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52