7#ifndef KISSELECTEDSHAPESPROXY_H
8#define KISSELECTEDSHAPESPROXY_H
11#include <QScopedPointer>
36 QScopedPointer<Private>
m_d;
KisSelectedShapesProxy(KoShapeManager *globalShapeManager)
void currentLayerChanged(const KoShapeLayer *layer)
QScopedPointer< Private > m_d
~KisSelectedShapesProxy() override
void selectionContentChanged()
KoSelection * selection() override
void setShapeManager(KoShapeManager *manager)
The KoSelectedShapesProxy class is a special interface of KoCanvasBase to have a stable connection to...