]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
Initial support for Jog Shuttle devices
[kdenlive] / src / monitormanager.h
index 129a49f0b944489d6b2da3cede995d8e371df8ef..a33af55cbf72a2725c92e8a41f2fdc07be421f15 100644 (file)
@@ -34,9 +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;
@@ -44,12 +51,7 @@ private:
     QString m_activeMonitor;
     Timecode m_timecode;
 
-private slots:
-    void initProjectMonitor();
-    void initClipMonitor();
-
 signals:
-    void connectMonitors();
     void raiseClipMonitor(bool);
 
 };