]> git.sesse.net Git - kdenlive/blobdiff - src/abstractgroupitem.h
- Limit number of points in curve widget as they are limited in frei0r
[kdenlive] / src / abstractgroupitem.h
index bd54c9afb8b9a4df1423248ccf01bcbe23cbaa2b..c6c5952167d6eace483128a5e7d62409af360866 100644 (file)
@@ -39,7 +39,11 @@ public:
     CustomTrackScene* projectScene();
     void addItem(QGraphicsItem * item);
     int track() const;
-//    ItemInfo info() const;
+    QPainterPath clipGroupShape(QPointF) const;
+    QPainterPath transitionGroupShape(QPointF) const;
+    void setItemLocked(bool locked);
+    bool isItemLocked() const;
+    //    ItemInfo info() const;
 
 protected:
     virtual QVariant itemChange(GraphicsItemChange change, const QVariant &value);
@@ -50,7 +54,6 @@ protected:
     virtual void mousePressEvent(QGraphicsSceneMouseEvent * event);
 
 private:
-    QPainterPath groupShape(QPointF);
     void fixItemRect();
 };