]> git.sesse.net Git - kdenlive/blobdiff - src/effectslist.h
Add delay to status bar messages
[kdenlive] / src / effectslist.h
index a12a36f4d9943f2beaeec76d5d123ed2f4585b12..0d170b35431a87f6b3f9766da88d83aa14cbf4df 100644 (file)
@@ -58,7 +58,8 @@ public:
     QStringList effectNames();
     QString getInfo(const QString & tag, const QString & id) const;
     QString getInfoFromIndex(const int ix) const;
-    void clone(const EffectsList original);
+    QString getEffectInfo(const QDomElement effect) const;
+    void clone(const EffectsList &original);
     void append(QDomElement e);
     bool isEmpty() const;
     int count() const;
@@ -80,6 +81,8 @@ public:
     static QString property(QDomElement effect, const QString &name);
     /** @brief Delete a 'property' element from the effect node. */
     static void removeProperty(QDomElement effect, const QString &name);
+    /** @brief Remove all 'meta.*' properties from a producer, used when replacing proxy producers in xml for rendering. */
+    static void removeMetaProperties(QDomElement producer);
     void clearList();
 
 private: