]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
Initial support for Jog Shuttle devices
[kdenlive] / src / monitormanager.h
index 7de762067d6defff04e93f600f02183d843de707..a33af55cbf72a2725c92e8a41f2fdc07be421f15 100644 (file)
@@ -34,10 +34,16 @@ public:
     void initMonitors(Monitor *clipMonitor, Monitor *projectMonitor);
     Timecode timecode();
     void setTimecode(Timecode tc);
+    void resetProfiles(QString prof);
+    void switchMonitors();
 
 public slots:
     void activateMonitor(QString name = QString::null);
     void slotPlay();
+    void slotRewind(double speed = 0);
+    void slotForward(double speed = 0);
+    void slotRewindOneFrame();
+    void slotForwardOneFrame();
 
 private:
     Monitor *m_clipMonitor;
@@ -45,12 +51,7 @@ private:
     QString m_activeMonitor;
     Timecode m_timecode;
 
-private slots:
-    void initProjectMonitor();
-    void initClipMonitor();
-
 signals:
-    void connectMonitors();
     void raiseClipMonitor(bool);
 
 };