]> git.sesse.net Git - kdenlive/blobdiff - src/titledocument.h
Update for new titler module, turn clip speed into an effect, mem leaks and more
[kdenlive] / src / titledocument.h
index 263d79e67e1bb497fd25ea66f1023d04296e3356..637cdfa28ce5c7f4cc1219dadbc2d6806d666ddf 100644 (file)
@@ -30,10 +30,10 @@ class TitleDocument
 public:
     TitleDocument();
     void setScene(QGraphicsScene* scene);
-    bool saveDocument(const KUrl& url, QGraphicsPolygonItem* startv, QGraphicsPolygonItem* endv);
-    int loadDocument(const KUrl& url, QGraphicsPolygonItem* startv, QGraphicsPolygonItem* endv);
+    bool saveDocument(const KUrl& url, QGraphicsPolygonItem* startv, QGraphicsPolygonItem* endv, double out);
+    int loadDocument(const KUrl& url, QGraphicsPolygonItem* startv, QGraphicsPolygonItem* endv, double *out);
     QDomDocument xml(QGraphicsPolygonItem* startv, QGraphicsPolygonItem* endv);
-    int loadFromXml(QDomDocument doc, QGraphicsPolygonItem* startv, QGraphicsPolygonItem* endv);
+    int loadFromXml(QDomDocument doc, QGraphicsPolygonItem* startv, QGraphicsPolygonItem* endv, double *out);
     /** \brief Get the background color (incl. alpha) from the document, if possibly
      * \returns The background color of the document, inclusive alpha. If none found, returns (0,0,0,0) */
     QColor getBackgroundColor();