]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Remember & save monitor zone for each clip:
[kdenlive] / src / docclipbase.h
index 5171bc5a3c5aa66187ca0cfcc844f7b996a018c6..a956bf7398d59478a4bd5384d1291d4b19f26f90 100644 (file)
@@ -168,6 +168,11 @@ Q_OBJECT public:
     void setProducerProperty(const char *name, const char *data);
     void deleteProducers();
 
+    /** Set default play zone for clip monitor */
+    void setZone(QPoint zone);
+    /** Get default play zone for clip monitor */
+    QPoint zone() const;
+
 private:   // Private attributes
 
     /** A description of this clip */