]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
start implementing image / title transparency
[kdenlive] / src / docclipbase.h
index cd77e06d3537822f519963d2702f5a2c57feb0b9..2e9817eca84ad8383d1bc1c2c96689f48e340f73 100644 (file)
@@ -66,6 +66,8 @@ Q_OBJECT public:
 
     /** Returns the description of this clip. */
     const QString description() const;
+    /** Does this clip need a transparent background (e.g. for titles). */
+    bool isTransparent() const;
 
     /** Returns any property of this clip. */
     const QString getProperty(const QString prop) const;