]> git.sesse.net Git - kdenlive/blobdiff - src/renderwidget.h
* Vectorscope added
[kdenlive] / src / renderwidget.h
index 57b4c65a3b508e33cefee9c28eed83bf1a3336ae..367c6177653e031e6921f88282236a49dc6b4ba1 100644 (file)
@@ -112,6 +112,8 @@ public:
     int waitingJobsCount() const;
     QString getFreeScriptName(const QString &prefix = QString());
     bool startWaitingRenderJobs();
+    void missingClips(bool hasMissing);
+    void enableAudio(bool enable);
 
 public slots:
     void slotExport(bool scriptExport, int zoneIn, int zoneOut, const QString &playlistPath, const QString &scriptPath);
@@ -121,6 +123,8 @@ private slots:
     void slotUpdateButtons();
     void refreshView();
     void refreshCategory();
+
+    /** @brief Updates available options when a new format has been selected. */
     void refreshParams();
     void slotSaveProfile();
     void slotEditProfile();
@@ -143,6 +147,9 @@ private slots:
     void slotPlayRendering(QTreeWidgetItem *item, int);
     void slotStartCurrentJob();
     void slotCopyToFavorites();
+    void slotUpdateRescaleHeight(int);
+    void slotUpdateRescaleWidth(int);
+    void slotSwitchAspectRatio();
 
 private:
     Ui::RenderWidget_UI m_view;