]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Update file format to version 0.82. It now saves locked track.
[kdenlive] / src / kdenlivedoc.h
index 24aaea11210d8d44f35f3c69f19f514d8df8ed35..c4adb645e03b07a3e35573aa6c48fad725837b52 100644 (file)
@@ -105,9 +105,9 @@ Q_OBJECT public:
     void setTrackType(int ix, TrackInfo type);
     const QList <TrackInfo> tracksList() const;
     QPoint getTracksCount() const;
-    QString getTracksInfo() const;
     void switchTrackVideo(int ix, bool hide);
     void switchTrackAudio(int ix, bool hide);
+    void switchTrackLock(int ix, bool lock);
     void cachePixmap(const QString &fileId, const QPixmap &pix) const;
     void setProjectFolder(KUrl url);
     QString getLadspaFile() const;
@@ -115,6 +115,7 @@ Q_OBJECT public:
     QPoint zone() const;
     void setSceneList();
     void updatePreviewSettings();
+    bool isTrackLocked(int ix) const;
 
 private:
     KUrl m_url;