Allow specification of KDM annotation text (#296).
[dcpomatic.git] / src / wx / kdm_output_panel.h
index db898b44b0bc4202220ee8f1b77365fe16192632..3b82321c6c2aa58c8d2b64bc8753653868358bdd 100644 (file)
@@ -65,6 +65,9 @@ public:
 
        bool method_selected() const;
 
+       void set_annotation_text(std::string text);
+       std::string annotation_text() const;
+
        boost::signals2::signal<void ()> MethodChanged;
 
 private:
@@ -75,6 +78,7 @@ private:
        void add_email_addresses_clicked ();
 
        KDMChoice* _type;
+       wxTextCtrl* _annotation_text;
        NameFormatEditor* _container_name_format;
        NameFormatEditor* _filename_format;
        CheckBox* _write_to;