]> git.sesse.net Git - kdenlive/blobdiff - src/graphicsscenerectmove.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / graphicsscenerectmove.h
index 0cc17d8de5dabd1110d8d1e87afe18f289e0572a..3ed50cef7ca6f421f0a095111a7f36cc4157bf92 100644 (file)
@@ -36,17 +36,18 @@ public:
     void setScale(double s);
     void setZoom(double s);
     void setTool(TITLETOOL tool);
-    TITLETOOL tool();
+    TITLETOOL tool() const;
     void clearTextSelection();
 
 public slots:
-       void slotUpdateFontSize(int s);
+    void slotUpdateFontSize(int s);
 
 protected:
     virtual void keyPressEvent(QKeyEvent * keyEvent);
     virtual void mousePressEvent(QGraphicsSceneMouseEvent*);
     virtual void mouseReleaseEvent(QGraphicsSceneMouseEvent*);
     virtual void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* e);
+    /** @brief Resizes and moves items */
     virtual void mouseMoveEvent(QGraphicsSceneMouseEvent*);
     virtual void wheelEvent(QGraphicsSceneWheelEvent * wheelEvent);