|
Krita Source Code Documentation
|
#include <KoShape_p.h>
Inheritance diagram for KoShape::SharedData:Public Member Functions | |
| SharedData () | |
| SharedData (const SharedData &rhs) | |
| virtual | ~SharedData () |
Public Attributes | |
| QMap< QString, QString > | additionalAttributes |
| QMap< QByteArray, QString > | additionalStyleAttributes |
| QScopedPointer< KoClipMask > | clipMask |
| the current clip mask | |
| QScopedPointer< KoClipPath > | clipPath |
| the current clip path | |
| QSharedPointer< KoShapeBackground > | fill |
| Stands for the background color / fill etc. | |
| int | geometryProtected: 1 |
| QString | hyperLink |
| bool | inheritBackground = false |
| bool | inheritPaintOrder = true |
| bool | inheritStroke = false |
| int | keepAspect: 1 |
| QTransform | localMatrix |
| the shapes local transformation matrix | |
| QString | name |
| the shapes names | |
| QVector< PaintOrder > | paintOrder {Fill, Stroke, Markers} |
| int | printable: 1 |
| int | protectContent: 1 |
| int | selectable: 1 |
| QString | shapeId |
| QSizeF | size |
| QSharedPointer< KoShapeStrokeModel > | stroke |
| points to a stroke, or 0 if there is no stroke | |
| qreal | transparency |
| the shapes transparency | |
| QScopedPointer< KoShapeUserData > | userData |
| int | visible: 1 |
| int | zIndex: 16 |
Definition at line 23 of file KoShape_p.h.
|
explicit |
Definition at line 54 of file KoShape.cpp.
|
virtual |
Definition at line 100 of file KoShape.cpp.
|
explicit |
Definition at line 69 of file KoShape.cpp.
| QMap<QString, QString> KoShape::SharedData::additionalAttributes |
Definition at line 49 of file KoShape_p.h.
| QMap<QByteArray, QString> KoShape::SharedData::additionalStyleAttributes |
Definition at line 50 of file KoShape_p.h.
| QScopedPointer<KoClipMask> KoShape::SharedData::clipMask |
the current clip mask
Definition at line 48 of file KoShape_p.h.
| QScopedPointer<KoClipPath> KoShape::SharedData::clipPath |
the current clip path
Definition at line 47 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.
| int KoShape::SharedData::geometryProtected |
Definition at line 57 of file KoShape_p.h.
| QString KoShape::SharedData::hyperLink |
Definition at line 52 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 63 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 58 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 62 of file KoShape_p.h.
| int KoShape::SharedData::printable |
Definition at line 56 of file KoShape_p.h.
| int KoShape::SharedData::protectContent |
Definition at line 60 of file KoShape_p.h.
| int KoShape::SharedData::selectable |
Definition at line 59 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.
| qreal KoShape::SharedData::transparency |
the shapes transparency
Definition at line 51 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 55 of file KoShape_p.h.
| int KoShape::SharedData::zIndex |
Definition at line 54 of file KoShape_p.h.