|
Swiftray
1.0
|
#include <group-shape.h>
Public Member Functions | |
| GroupShape () | |
| GroupShape (QList< ShapePtr > &children) | |
| const QList< ShapePtr > & | children () const |
| ShapePtr | clone () const override |
| bool | hitTest (QPointF global_coord, qreal tolerance) const override |
| bool | hitTest (QRectF global_coord_rect) const override |
| void | paint (QPainter *painter) const override |
| Shape::Type | type () const override |
Public Member Functions inherited from Shape | |
| Shape () noexcept | |
| virtual | ~Shape () |
| void | applyTransform (const QTransform &transform) |
| QRectF | boundingRect () const |
| void | flushCache () |
| QTransform | globalTransform () const |
| bool | hasLayer () const |
| bool | isLayerLocked () const |
| bool | isParentSelected () const |
| Layer * | layer () const |
| virtual | operator QString () |
| Shape * | parent () const |
| QPointF | pos () const |
| QPolygonF | rotatedBBox () const |
| qreal | rotation () const |
| bool | selected () const |
| void | setLayer (Layer *layer) |
| void | setParent (Shape *parent) |
| void | setRotation (qreal r) |
| void | setSelected (bool selected) |
| void | setTempTransform (const QTransform &transform) |
| void | setTransform (const QTransform &transform) |
| const QTransform & | tempTransform () const |
| const QTransform & | transform () const |
| qreal | x () const |
| qreal | y () const |
Protected Member Functions | |
| CacheStack & | cacheStack () const |
Friends | |
| class | CacheStack |
| class | DocumentSerializer |
Additional Inherited Members | |
Public Types inherited from Shape | |
| enum class | Type { None , Path , Bitmap , Text , Group } |
Protected Attributes inherited from Shape | |
| QRectF | bbox_ |
| QPolygonF | rotated_bbox_ |
| bool | selected_ |
| QTransform | temp_transform_ |
| QTransform | transform_ |
| GroupShape::GroupShape | ( | ) |
| GroupShape::GroupShape | ( | QList< ShapePtr > & | children | ) |
|
protected |
| const QList< ShapePtr > & GroupShape::children | ( | ) | const |
|
overridevirtual |
Reimplemented from Shape.
|
overridevirtual |
Reimplemented from Shape.
|
overridevirtual |
Reimplemented from Shape.
|
overridevirtual |
Returns shape type in Shape::Type
Reimplemented from Shape.
|
friend |
|
friend |