X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fabstractgroupitem.h;h=91792be7aca28620c99a48812d3454530a0cc4ef;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=c68d22378d8c556caac56b1d222167cd40612d68;hpb=8ddbcd4eb887ff2859c5420264a803a986cea14a;p=kdenlive diff --git a/src/abstractgroupitem.h b/src/abstractgroupitem.h index c68d2237..91792be7 100644 --- a/src/abstractgroupitem.h +++ b/src/abstractgroupitem.h @@ -40,8 +40,9 @@ public: void addItem(QGraphicsItem * item); void removeItem(QGraphicsItem * item); int track() const; - QPainterPath clipGroupShape(QPointF offset) const; - QPainterPath transitionGroupShape(QPointF offset) const; + QPainterPath clipGroupShape(const QPointF &offset) const; + QPainterPath clipGroupSpacerShape(const QPointF &offset) const; + QPainterPath transitionGroupShape(const QPointF &offset) const; void setItemLocked(bool locked); bool isItemLocked() const; // ItemInfo info() const; @@ -70,7 +71,8 @@ protected: private: void fixItemRect(); - QPainterPath groupShape(GRAPHICSRECTITEM type, QPointF offset) const; + QPainterPath groupShape(GRAPHICSRECTITEM type, const QPointF &offset) const; + QPainterPath spacerGroupShape(GRAPHICSRECTITEM type, const QPointF &offset) const; /** Stores the original info of the items beeing resized. */ QList m_resizeInfos; };