]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
* Several fixes to clip resizing & cutting
[kdenlive] / src / customtrackview.h
index 991936f3ca16d670a018af1127089f57ef8e3289..79ce4e5e5467c379ddb76d9c23cb5d65390d3f5d 100644 (file)
@@ -92,6 +92,8 @@ public:
     void clearSearchStrings();
     void clipStart();
     void clipEnd();
+    void changeClipSpeed();
+    void doChangeClipSpeed(ItemInfo info, double speed, int id);
 
 public slots:
     void setCursorPos(int pos, bool seek = true);
@@ -119,6 +121,7 @@ public slots:
     void editGuide(const GenTime oldPos, const GenTime pos, const QString &comment);
     void copyClip();
     void pasteClip();
+    void pasteClipEffects();
 
 protected:
     virtual void drawBackground(QPainter * painter, const QRectF & rect);
@@ -179,6 +182,7 @@ private:
     QList<AbstractClipItem *> m_selectedClipList;
     /** Used to get the point in timeline where a context menu was opened */
     QPoint m_menuPosition;
+    bool m_blockRefresh;
 
     /** Get the index of the video track that is just below current track */
     int getPreviousVideoTrack(int track);
@@ -189,6 +193,7 @@ private:
 
 private slots:
     void slotRefreshGuides();
+    void slotEnableRefresh();
 
 signals:
     void cursorMoved(int, int);