X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmonitor.h;fp=src%2Fmonitor.h;h=d6bc5b6004bf36fc0a98adfcff161c4af1b2a860;hb=d2c65ec06ade4d3cb26e649989a5b5a164637e59;hp=84a8b9b368bc8ad3361598945de0b7d4675cb602;hpb=affa16ba1e3a472e37e9d52edd0c927895299fe7;p=kdenlive diff --git a/src/monitor.h b/src/monitor.h index 84a8b9b3..d6bc5b60 100644 --- a/src/monitor.h +++ b/src/monitor.h @@ -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);