]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
Make jog shuttle buttons work, based on patch from P. Fleury,
[kdenlive] / src / effectstackview.h
index 02229adb5e3a0e8ba410b7352a17f2e91e2df8b2..c86b6cfc153b95a3e7ac434d4378fa859e3eb7ae 100644 (file)
@@ -55,6 +55,10 @@ public:
     /** @brief Tells the effect editor to update its timecode format. */
     void updateTimecodeFormat();
 
+    /** @brief return the index of the track displayed in effect stack
+     ** @param ok set to true if we are looking at a track's effects, otherwise false. */
+    int isTrackMode(bool *ok) const;
+
 private:
     Ui::EffectStack_UI m_ui;
     Monitor *m_monitor;