Simple cover sheet support (#1039).
[dcpomatic.git] / src / lib / image_content.h
index 1ebd1b08bc0ed188bde79b5a3a55c8440db336de..660d2ef9fc21883e09918ddedee29009ae7c5a4b 100644 (file)
@@ -36,7 +36,7 @@ public:
        void examine (boost::shared_ptr<Job>);
        std::string summary () const;
        std::string technical_summary () const;
-       void as_xml (xmlpp::Node *) const;
+       void as_xml (xmlpp::Node *, bool with_paths) const;
        DCPTime full_length () const;
 
        std::string identifier () const;
@@ -44,6 +44,9 @@ public:
        void set_default_colour_conversion ();
 
        bool still () const;
+
+private:
+       void add_properties (std::list<UserProperty>& p) const;
 };
 
 #endif