]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.h
Small fix for clipproperties dialog (improve column resizing in metadata and other...
[kdenlive] / src / monitor.h
index d01f5b9f58b4c9af051cbc0056558316670c8e53..d6bc5b6004bf36fc0a98adfcff161c4af1b2a860 100644 (file)
@@ -75,6 +75,7 @@ public:
     Render *render;
     AbstractRender *abstractRender();
     void resetProfile(const QString &profile);
+    void setCustomProfile(const QString &profile, Timecode tc);
     void resetSize();
     void pause();
     void unpause();
@@ -91,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);