]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Cleanup track actions, add "Select all clips in a track" and "Select all clips in...
[kdenlive] / src / customtrackview.h
index 747d490b60d1889ee88527d569e2a8e23c951274..c5c62f9a0624b3fbb6c6403cb71ea31e52027abb 100644 (file)
@@ -262,6 +262,10 @@ public slots:
     * @param effect The new effect xml
     * @param ix The track index */
     void slotAddTrackEffect(const QDomElement &effect, int ix);
+    /** @brief Select all clips in selected track. */
+    void slotSelectClipsInTrack();
+    /** @brief Select all clips in timeline. */
+    void slotSelectAllClips();
 
     /** @brief Update the list of snap points (sticky timeline hotspots).
     * @param selected The currently selected clip if any
@@ -454,6 +458,7 @@ private slots:
     /** @brief A Filter job producer results. */
     void slotGotFilterJobResults(const QString &id, int startPos, int track, const QString &filter, stringMap filterParams);
 
+
 signals:
     void cursorMoved(int, int);
     void zoomIn();