]> git.sesse.net Git - kdenlive/blobdiff - src/trackview.h
Fix forward declaration
[kdenlive] / src / trackview.h
index 5b19ecdbfcb806cec2648a669b0da9532457035d..3a936aa3f349f58f246c2aa4fddb860fdb828371 100644 (file)
@@ -40,7 +40,6 @@
 #include "definitions.h"
 
 class ClipItem;
-class Transition;
 class CustomTrackView;
 class KdenliveDoc;
 class CustomRuler;
@@ -78,6 +77,7 @@ public:
 
     void checkTrackHeight();
     void updateProfile();
+    void updatePalette();
 
 protected:
     virtual void keyPressEvent(QKeyEvent * event);
@@ -111,6 +111,12 @@ private:
     void adjustTrackHeaders();
     /** @brief Add effects from the xml. Returns true if some effect was upgraded, false if everything went fine.*/
     void slotAddProjectEffects(QDomNodeList effects, QDomElement parentNode, ClipItem *clip, int trackIndex);
+    
+    /** @brief Returns a kdenlive effect xml description from an effect tag / id */
+    QDomElement getEffectByTag(const QString &effecttag, const QString &effectid);
+    
+    /** @brief Adjust kdenlive effect xml parameters to the MLT value*/
+    void adjustparameterValue(QDomNodeList clipeffectparams, const QString &paramname, const QString &paramvalue);
 
 private slots:
     void setCursorPos(int pos);