]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
Introduce very basic geometry editing on the monitor.
[kdenlive] / src / effectstackedit.h
index 6cba4d9b9c75d7c575c9b3e4876ca7d3238fb38c..1ecf626339b4e3fbb3444cc490a8e08758f7e157 100644 (file)
@@ -39,12 +39,13 @@ struct wipeInfo {
 };
 
 class QFrame;
+class Monitor;
 
 class EffectStackEdit : public QScrollArea
 {
     Q_OBJECT
 public:
-    EffectStackEdit(QWidget *parent);
+    EffectStackEdit(Monitor *monitor, QWidget *parent = 0);
     ~EffectStackEdit();
     void updateProjectFormat(MltVideoProfile profile, Timecode t);
     static QMap<QString, QImage> iconCache;
@@ -68,6 +69,7 @@ private:
     int m_out;
     QPoint m_frameSize;
     KeyframeEdit *m_keyframeEditor;
+    Monitor *m_monitor;
 
 public slots:
     /** \brief Called when an effect is selected, builds the UIĀ for this effect */