]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Remember & save monitor zone for each clip:
[kdenlive] / src / docclipbase.h
index 4d68744f30d2e68273a1828b2bd8138ba2b418f4..a956bf7398d59478a4bd5384d1291d4b19f26f90 100644 (file)
@@ -58,9 +58,6 @@ Q_OBJECT public:
 //    DocClipBase & operator=(const DocClipBase & clip);
     virtual ~ DocClipBase();
 
-    /** sets the name of this clip. */
-    void setName(const QString name);
-
     /** returns the name of this clip. */
     const QString & name() const;
 
@@ -171,9 +168,13 @@ 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
-    /** The name of this clip */
-    QString m_name;
+
     /** A description of this clip */
     QString m_description;
     /** The number of times this clip is used in the project - the number of references to this clip