X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgeometryval.h;h=3bacb18d26396754b2be91b38a98b579d7af09ba;hb=bbc9a66eae6d7b06727543a2cb53f5a7efc8289b;hp=9aef22499428f1aeb23eefc5b9c8ae8cc275be8c;hpb=cdebcc54e3216391ddfa04371939723ef336a62e;p=kdenlive diff --git a/src/geometryval.h b/src/geometryval.h index 9aef2249..3bacb18d 100644 --- a/src/geometryval.h +++ b/src/geometryval.h @@ -46,12 +46,11 @@ public: QDomElement getParamDesc(); QString getValue() const; void setFrameSize(QPoint p); - /* update the timecode display depending on what the user wants (frame number or hh:mm:ss:ff) */ + /** @brief Updates the timecode display according to settings (frame number or hh:mm:ss:ff) */ void updateTimecodeFormat(); private: MltVideoProfile m_profile; - Timecode m_timecode; int m_realWidth; GraphicsSceneRectMove *m_scene; QGraphicsRectItem *m_paramRect; @@ -72,7 +71,9 @@ private: bool keyframeSelected(); public slots: - void setupParam(const QDomElement, int, int); + void setupParam(const QDomElement, int minframe, int maxframe); + /** @brief Updates position of the local timeline to @param relTimelinePos. */ + void slotSyncPosition(int relTimelinePos); private slots: void slotNextFrame();