Definition at line 17 of file KoShapeUnclipCommand.cpp.
◆ Private()
◆ ~Private()
| KoShapeUnclipCommand::Private::~Private |
( |
| ) |
|
|
inline |
◆ createClipPathShapes()
| void KoShapeUnclipCommand::Private::createClipPathShapes |
( |
| ) |
|
|
inline |
Definition at line 32 of file KoShapeUnclipCommand.cpp.
32 {
33
35 return;
36
39 if (!clipPath)
40 continue;
41
44
47 delete clone;
48 continue;
49 }
50
52 }
53
54
56
60 }
61 }
62 }
Clip path used to clip shapes.
QList< KoPathShape * > clipPathShapes() const
Returns the clip path shapes.
QTransform clipDataTransformation(KoShape *clippedShape) const
The position of a path point within a path shape.
QList< KoShape * > shapesToUnclip
QList< KoShapeContainer * > clipPathParents
void setZIndex(qint16 zIndex)
void applyAbsoluteTransformation(const QTransform &matrix)
KoClipPath * clipPath() const
Returns the currently set clip path or 0 if there is no clip path set.
KoShapeContainer * parent() const
virtual KoShape * cloneShape() const
creates a deep copy of the shape or shape's subtree
#define KIS_SAFE_ASSERT_RECOVER(cond)
References KoShape::applyAbsoluteTransformation(), KoClipPath::clipDataTransformation(), KoShape::clipPath(), clipPathParents, clipPathShapes, KoClipPath::clipPathShapes(), KoShape::cloneShape(), KIS_SAFE_ASSERT_RECOVER, KoShape::parent(), KoShape::setZIndex(), shapesToUnclip, and KoShape::zIndex().
◆ clipPathParents
◆ clipPathShapes
◆ controller
◆ executed
| bool KoShapeUnclipCommand::Private::executed |
◆ oldClipPaths
◆ shapesToUnclip
| QList<KoShape*> KoShapeUnclipCommand::Private::shapesToUnclip |
The documentation for this class was generated from the following file: