]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Fix / improve detection of locale conflicts:
[kdenlive] / src / kdenlivedoc.h
index d9bacf130e5eacb8552e69583b11e3bfb0265871..cc74e5d34078058d4ba7fdc6168af01febc21c4f 100644 (file)
@@ -154,6 +154,8 @@ Q_OBJECT public:
     void removeTrackEffect(int ix, QDomElement effect);
     void setTrackEffect(int trackIndex, int effectIndex, QDomElement effect);
     const EffectsList getTrackEffects(int ix);
+    /** @brief Enable / disable an effect in Kdenlive's xml list. */
+    void enableTrackEffects(int trackIndex, QList <int> effectIndexes, bool disable);
     QDomElement getTrackEffect(int trackIndex, int effectIndex) const;
     /** @brief Check if a track already contains a specific effect. */
     int hasTrackEffect(int trackIndex, const QString &tag, const QString &id) const;