]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.h
* Cleanup transode stabilize GUI: http://kdenlive.org/mantis/view.php?id=2930
[kdenlive] / src / monitor.h
index 84a8b9b368bc8ad3361598945de0b7d4675cb602..d6bc5b6004bf36fc0a98adfcff161c4af1b2a860 100644 (file)
@@ -92,6 +92,12 @@ public:
     QFrame *m_volumePopup;
     /** @brief Reimplemented from QWidget, updates the palette colors. */
     void setPalette ( const QPalette & p);
+    /** @brief Returns a hh:mm:ss timecode from a frame number. */
+    QString getTimecodeFromFrames(int pos);
+    /** @brief Returns current project's fps. */
+    double fps() const;
+    /** @brief Get url for the clip's thumbnail */
+    QString getMarkerThumb(GenTime pos);
 
 protected:
     virtual void mousePressEvent(QMouseEvent * event);