]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Re-use KOffice widget in the titler to gain space (spin box with popup slider)
[kdenlive] / src / customtrackview.h
index 88275ca6ec6cda7a5cb19943cda92e319491b189..1c3e33a91a9e27e318b146b0ee2bae49bd5e755a 100644 (file)
@@ -270,6 +270,8 @@ private:
     /** Adjust clips under another one when working in overwrite mode */
     void adjustTimelineClips(EDITMODE mode, ClipItem *item, ItemInfo posinfo, QUndoCommand *command);
     void adjustTimelineTransitions(EDITMODE mode, Transition *item, QUndoCommand *command);
+    /** Adjust keyframes when pasted to another clip */
+    void adjustKeyfames(GenTime oldstart, GenTime newstart, GenTime duration, QDomElement xml);
 
 private slots:
     void slotRefreshGuides();
@@ -295,6 +297,7 @@ signals:
     void doTrackLock(int, bool);
     void updateClipMarkers(DocClipBase *);
     void updateTrackHeaders();
+    void playMonitor();
 };
 
 #endif