X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fgraphicsscenerectmove.h;h=3ed50cef7ca6f421f0a095111a7f36cc4157bf92;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=0cc17d8de5dabd1110d8d1e87afe18f289e0572a;hpb=5def3794c273ffd9607523093405159caa31c8d5;p=kdenlive diff --git a/src/graphicsscenerectmove.h b/src/graphicsscenerectmove.h index 0cc17d8d..3ed50cef 100644 --- a/src/graphicsscenerectmove.h +++ b/src/graphicsscenerectmove.h @@ -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);