X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fgeometryval.h;h=1eee0374978522ae9696cd3b3fd3d5e4ff6240a9;hb=e6d13a7cb662112cf19781dfca8777c8286fbf2c;hp=654bcd917e1dc23d733517b6b5b3de3f40c56204;hpb=997748156e63b2e28c313521d7ff43e5ed77cb41;p=kdenlive diff --git a/src/geometryval.h b/src/geometryval.h index 654bcd91..1eee0374 100644 --- a/src/geometryval.h +++ b/src/geometryval.h @@ -30,7 +30,6 @@ #include "definitions.h" #include "keyframehelper.h" #include "timecodedisplay.h" -#include "ui_geometryposition_ui.h" //class QGraphicsScene; class GraphicsSceneRectMove; @@ -47,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; @@ -65,7 +63,6 @@ private: QAction *m_reset; bool m_fixedMode; QPoint m_frameSize; - Ui::GeometryPosition_UI m_view; void updateTransitionPath(); double m_dar; int m_startPoint; @@ -74,7 +71,7 @@ private: bool keyframeSelected(); public slots: - void setupParam(const QDomElement, int, int); + void setupParam(const QDomElement, int minframe, int maxframe); private slots: void slotNextFrame();