]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
Scopes: Space optimizations
[kdenlive] / src / geometryval.h
index 654bcd917e1dc23d733517b6b5b3de3f40c56204..1eee0374978522ae9696cd3b3fd3d5e4ff6240a9 100644 (file)
@@ -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();