Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSelectedShapesProxySimple.h
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
#ifndef KOSELECTEDSHAPESPROXYSIMPLE_H
8
#define KOSELECTEDSHAPESPROXYSIMPLE_H
9
10
#include <QPointer>
11
#include <
KoSelectedShapesProxy.h
>
12
13
class
KoShapeManager
;
14
15
16
class
KRITAFLAKE_EXPORT
KoSelectedShapesProxySimple
:
public
KoSelectedShapesProxy
17
{
18
Q_OBJECT
19
public
:
20
KoSelectedShapesProxySimple
(
KoShapeManager
*shapeManager);
21
KoSelection
*
selection
()
override
;
22
23
private
:
24
QPointer<KoShapeManager>
m_shapeManager
;
25
};
26
27
#endif
// KOSELECTEDSHAPESPROXYSIMPLE_H
KoSelectedShapesProxy.h
KoSelectedShapesProxySimple
Definition
KoSelectedShapesProxySimple.h:17
KoSelectedShapesProxySimple::m_shapeManager
QPointer< KoShapeManager > m_shapeManager
Definition
KoSelectedShapesProxySimple.h:24
KoSelectedShapesProxy
The KoSelectedShapesProxy class is a special interface of KoCanvasBase to have a stable connection to...
Definition
KoSelectedShapesProxy.h:23
KoSelectedShapesProxy::selection
virtual KoSelection * selection()=0
KoSelection
Definition
KoSelection.h:38
KoShapeManager
Definition
KoShapeManager.h:42
QPointer
Definition
kis_types.h:255
libs
flake
KoSelectedShapesProxySimple.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52