]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
Allow import of Kdenlive 0.5 title clips (double click on each text clip & click...
[kdenlive] / src / monitormanager.h
index c2160b1adc89a60f7f05a6e8a4e539cb71405f27..6d9a9a7b60a6602e143891445af4a400e93730a9 100644 (file)
@@ -33,13 +33,19 @@ public:
     MonitorManager(QWidget *parent = 0);
     void initMonitors(Monitor *clipMonitor, Monitor *projectMonitor);
     Timecode timecode();
-    void setTimecode(Timecode tc);
-    void resetProfiles(QString prof);
     void switchMonitors();
+    void resetProfiles(Timecode tc);
 
 public slots:
     void activateMonitor(QString name = QString::null);
     void slotPlay();
+    void slotRewind(double speed = 0);
+    void slotForward(double speed = 0);
+    void slotRewindOneFrame();
+    void slotForwardOneFrame();
+    void slotStart();
+    void slotEnd();
+    void slotResetProfiles();
 
 private:
     Monitor *m_clipMonitor;