|
Krita Source Code Documentation
|
#include <KoShape_p.h>
Inheritance diagram for KoShape::SharedData:Public Member Functions | |
| SharedData () | |
| SharedData (const SharedData &rhs) | |
| virtual | ~SharedData () |
Definition at line 23 of file KoShape_p.h.
|
explicit |
Definition at line 57 of file KoShape.cpp.
|
virtual |
Definition at line 124 of file KoShape.cpp.
References KoFilterEffectStack::deref(), KoShapeShadow::deref(), KoShape::filterEffectStack(), and KoShape::shadow().
|
explicit |
Definition at line 82 of file KoShape.cpp.
| QMap<QString, QString> KoShape::SharedData::additionalAttributes |
Definition at line 50 of file KoShape_p.h.
| QMap<QByteArray, QString> KoShape::SharedData::additionalStyleAttributes |
Definition at line 51 of file KoShape_p.h.
| QScopedPointer<KoClipMask> KoShape::SharedData::clipMask |
the current clip mask
Definition at line 49 of file KoShape_p.h.
| QScopedPointer<KoClipPath> KoShape::SharedData::clipPath |
the current clip path
Definition at line 48 of file KoShape_p.h.
| QSharedPointer<KoShapeBackground> KoShape::SharedData::fill |
Stands for the background color / fill etc.
Definition at line 43 of file KoShape_p.h.
| KoFilterEffectStack* KoShape::SharedData::filterEffectStack |
stack of filter effects applied to the shape
Definition at line 52 of file KoShape_p.h.
| int KoShape::SharedData::geometryProtected |
Definition at line 60 of file KoShape_p.h.
| QString KoShape::SharedData::hyperLink |
Definition at line 54 of file KoShape_p.h.
| bool KoShape::SharedData::inheritBackground = false |
Definition at line 44 of file KoShape_p.h.
| bool KoShape::SharedData::inheritPaintOrder = true |
Definition at line 74 of file KoShape_p.h.
| bool KoShape::SharedData::inheritStroke = false |
Definition at line 45 of file KoShape_p.h.
| int KoShape::SharedData::keepAspect |
Definition at line 61 of file KoShape_p.h.
| QTransform KoShape::SharedData::localMatrix |
the shapes local transformation matrix
Definition at line 39 of file KoShape_p.h.
| QString KoShape::SharedData::name |
the shapes names
Definition at line 37 of file KoShape_p.h.
| QVector<PaintOrder> KoShape::SharedData::paintOrder {Fill, Stroke, Markers} |
Definition at line 73 of file KoShape_p.h.
| int KoShape::SharedData::printable |
Definition at line 59 of file KoShape_p.h.
| int KoShape::SharedData::protectContent |
Definition at line 63 of file KoShape_p.h.
| int KoShape::SharedData::runThrough |
Definition at line 57 of file KoShape_p.h.
| int KoShape::SharedData::selectable |
Definition at line 62 of file KoShape_p.h.
| KoShapeShadow* KoShape::SharedData::shadow |
the current shape shadow
Definition at line 46 of file KoShape_p.h.
| QString KoShape::SharedData::shapeId |
Definition at line 36 of file KoShape_p.h.
|
mutable |
Definition at line 35 of file KoShape_p.h.
| QSharedPointer<KoShapeStrokeModel> KoShape::SharedData::stroke |
points to a stroke, or 0 if there is no stroke
Definition at line 42 of file KoShape_p.h.
| KoShape::TextRunAroundContour KoShape::SharedData::textRunAroundContour |
Definition at line 71 of file KoShape_p.h.
| qreal KoShape::SharedData::textRunAroundDistanceBottom |
Definition at line 69 of file KoShape_p.h.
| qreal KoShape::SharedData::textRunAroundDistanceLeft |
Definition at line 66 of file KoShape_p.h.
| qreal KoShape::SharedData::textRunAroundDistanceRight |
Definition at line 68 of file KoShape_p.h.
| qreal KoShape::SharedData::textRunAroundDistanceTop |
Definition at line 67 of file KoShape_p.h.
| KoShape::TextRunAroundSide KoShape::SharedData::textRunAroundSide |
Definition at line 65 of file KoShape_p.h.
| qreal KoShape::SharedData::textRunAroundThreshold |
Definition at line 70 of file KoShape_p.h.
| qreal KoShape::SharedData::transparency |
the shapes transparency
Definition at line 53 of file KoShape_p.h.
| QScopedPointer<KoShapeUserData> KoShape::SharedData::userData |
Definition at line 41 of file KoShape_p.h.
| int KoShape::SharedData::visible |
Definition at line 58 of file KoShape_p.h.
| int KoShape::SharedData::zIndex |
Definition at line 56 of file KoShape_p.h.