]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
corners: Add keyframe by double-clicking on the monitor
[kdenlive] / src / keyframeedit.h
index c415c0d7a9a15089f36b07e2181fbbb17e9fc2b9..1d323b9d99d5522a58074d25e302ee1c9881708b 100644 (file)
@@ -98,6 +98,11 @@ protected:
     /** @brief Gets the position of a keyframe from the table.
      * @param row Row of the keyframe in the table */
     int getPos(int row);
+    /** @brief Converts a frame value to timecode considering the frames vs. HH:MM:SS:FF setting.
+     * @return timecode */
+    QString getPosString(int pos);
+
+    void generateAllParams();
 
     int m_min;
     int m_max;
@@ -112,11 +117,6 @@ private:
     QButtonGroup *m_showButtons;
     PositionEdit *m_position;
 
-    void generateAllParams();
-    /** @brief Converts a frame value to timecode considering the frames vs. HH:MM:SS:FF setting.
-    * @return timecode */
-    QString getPosString(int pos);
-
 private slots:
     void slotDeleteKeyframe();
     void slotAddKeyframe();