]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardvob.h
Hue background enabled in Bézier widget, shearing option added for HSV planes
[kdenlive] / src / dvdwizardvob.h
index 40f69a69ae6e58e3c55fd2b1e9d4b69aeb201644..6fd5b7fa31e08efbb146c3db0c00298c86b46f00 100644 (file)
@@ -45,8 +45,14 @@ public:
     void setUrl(const QString &url);
     QString introMovie() const;
     bool isPal() const;
+    bool isWide() const;
     int duration(int ix) const;
     QStringList durations() const;
+    QStringList chapters() const;
+    void setProfile(const QString profile);
+    void clear();
+    void updateChapters(QMap <QString, QString> chaptersdata);
+    void setIntroMovie(const QString path);
 
 private:
     Ui::DvdWizardVob_UI m_view;
@@ -56,9 +62,11 @@ private:
     KCapacityBar *m_capacityBar;
 #endif
 
+public slots:
+    void slotAddVobFile(KUrl url = KUrl(), const QString &chapters = QString());
+
 private slots:
     void slotCheckVobList();
-    void slotAddVobFile(KUrl url = KUrl());
     void slotDeleteVobFile();
     void slotItemUp();
     void slotItemDown();