33 QList <Shape*> shapes;
39 shapes << new GroupShape(dynamic_cast<KoShapeGroup*>(originalShapes.at(i)));
41 shapes <<
new Shape(originalShapes.at(i));
QString type() const override
type returns the type.
QList< Shape * > children()
children
QList< KoShape * > shapes() const
static bool compareShapeZIndex(KoShape *s1, KoShape *s2)
The Shape class The shape class is a wrapper around Krita's vector objects.
Shape(KoShape *shape, QObject *parent=0)