]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Autodetect jogshuttle device, improve handling
[kdenlive] / src / renderer.h
index d98b127af36b35fcbddf0353f5dc6339e04e0d90..a63219f9ff4a4400c7c09af7fc37217f8bbdb741 100644 (file)
@@ -95,6 +95,7 @@ Q_OBJECT public:
     void setSceneList(QDomDocument list, int position = 0);
     void setSceneList(QString playlist, int position = 0);
     QString sceneList();
+    void saveSceneList(QString path, QDomElement addedXml = QDomElement());
 
     /** Wraps the VEML command of the same name. Tells the renderer to
     play the current scene at the speed specified, relative to normal
@@ -114,10 +115,6 @@ Q_OBJECT public:
     void play(double speed, const GenTime & startTime);
     void play(double speed, const GenTime & startTime,
               const GenTime & stopTime);
-    /** Wraps the VEML command of the same name - render the currently
-    specified sceneList - set with setSceneList() - to the document
-    name specified. */
-    void render(const KUrl & url);
 
     /** Returns the description of this renderer */
     QString description();