]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
- Make sure clip is not selected invisible when track is locked (1)
[kdenlive] / src / customtrackview.h
index 85668d02cd5d8ffb3bc1830673656da996a0ef35..a68ec85e4f242bc7ed88929f82f98d84f599878d 100644 (file)
@@ -114,6 +114,11 @@ public:
     void autoTransition();
     QStringList getLadspaParams(QDomElement effect) const;
     void initCursorPos(int pos);
+    /** @brief Locks or unlocks a track.
+    * @param ix number of track
+    * @param lock whether to lock or unlock
+    *
+    * Makes sure no clip on track to lock is selected. */
     void lockTrack(int ix, bool lock);
     void groupClips(bool group = true);
     void doGroupClips(QList <ItemInfo> clipInfos, QList <ItemInfo> transitionInfos, bool group);