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>
12
13class KoShapeManager;
14
15
16class KRITAFLAKE_EXPORT KoSelectedShapesProxySimple : public KoSelectedShapesProxy
17{
18 Q_OBJECT
19public:
21 KoSelection *selection() override;
22
23private:
25};
26
27#endif // KOSELECTEDSHAPESPROXYSIMPLE_H
QPointer< KoShapeManager > m_shapeManager
The KoSelectedShapesProxy class is a special interface of KoCanvasBase to have a stable connection to...
virtual KoSelection * selection()=0