]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
If exporting to script: Use variables for the location of the playlist and the destin...
[kdenlive] / src / effectstackview.h
index 7754c5df2d98458639ab2eb623073ae982491633..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;
@@ -123,8 +127,8 @@ private slots:
     /** @brief Sets the check state of all effects according to @param state. */
     void slotCheckAll(int state);
 
-    /** @brief Define the region filter for current effect. */
-    void slotRegionChanged();
+    /* @brief Define the region filter for current effect.
+    void slotRegionChanged();*/
 
     /** @brief Checks whether the monitor scene has to be displayed. */
     void slotCheckMonitorPosition(int renderPos);