X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fgeometrywidget.h;h=aaa82b9745759a3002430f7de778cf5eeaa3ccfa;hb=7eb7390b565f22dc6a064feaff637dfd4f09714e;hp=0ae57f737468a22af3c024992cf899bdf60d0db3;hpb=09194484c415d7a7645bcf7c2245cc753059ea4c;p=kdenlive diff --git a/src/geometrywidget.h b/src/geometrywidget.h index 0ae57f73..aaa82b97 100644 --- a/src/geometrywidget.h +++ b/src/geometrywidget.h @@ -58,7 +58,8 @@ public: /** @brief Sets the size of the original clip. */ void setFrameSize(QPoint size); void addParameter(const QDomElement elem); - void importKeyframes(const QString &data); + void importKeyframes(const QString &data, int maximum); + int currentPosition() const; public slots: /** @brief Sets up the rect and the geometry object. @@ -68,6 +69,10 @@ public slots: void setupParam(const QDomElement elem, int minframe, int maxframe); /** @brief Updates position of the local timeline to @param relTimelinePos. */ void slotSyncPosition(int relTimelinePos); + void slotResetKeyframes(); + void slotResetNextKeyframes(); + void slotResetPreviousKeyframes(); + void slotUpdateRange(int inPoint, int outPoint); private: Ui::GeometryWidget_UI m_ui; @@ -172,6 +177,8 @@ private slots: void slotFitToHeight(); /** @brief Show / hide previous keyframe in monitor scene. */ void slotShowPreviousKeyFrame(bool show); + /** @brief Show / hide keyframe path in monitor scene. */ + void slotShowPath(bool show); signals: void parameterChanged();