]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Add OnMonitorRectItem to separate rect move and resize code from MonitorScene
[kdenlive] / src / mainwindow.h
index 0930166bf0fcd0a58fc8e5de9989d846529b165d..1f3bcfb9ea88f22548aac38ffa9f545640285bfd 100644 (file)
@@ -43,6 +43,7 @@
 #include "definitions.h"
 #include "statusbarmessagelabel.h"
 #include "dvdwizard.h"
+#include "stopmotion/stopmotion.h"
 
 class KdenliveDoc;
 class TrackView;
@@ -281,6 +282,8 @@ private:
     /** @brief Populates the "load layout" menu. */
     void loadLayouts();
 
+    StopmotionWidget *m_stopmotion;
+
 public slots:
     /** @brief Prepares opening @param url.
     *
@@ -501,6 +504,10 @@ private slots:
     void slotDoUpdateScopeFrameRequest();
     /** @brief When switching between monitors, update the visible scopes. */
     void slotUpdateColorScopes();
+    /** @brief Switch current monitor to fullscreen. */
+    void slotSwitchFullscreen();
+    /** @brief Open the stopmotion dialog. */
+    void slotOpenStopmotion();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);