X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_output_panel.h;h=040815392d0036cd2a69b84a1643e65b2a00d827;hb=refs%2Ftags%2Fv2.16.38;hp=0025b0072655292f837ccbd424c15bc84e5beebd;hpb=d5d9e143a5778928c5f386a7bd9cb140d4f1191a;p=dcpomatic.git diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 0025b0072..040815392 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -19,15 +19,20 @@ */ -#include "lib/kdm_with_metadata.h" #include "wx_util.h" +#include "lib/kdm_with_metadata.h" #include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include +class CheckBox; class DirPickerCtrl; class Job; +class KDMChoice; class NameFormatEditor; class wxDirPickerCtrl; class wxRadioButton; @@ -63,11 +68,12 @@ private: void advanced_clicked (); void write_to_changed (); void email_changed (); + void add_email_addresses_clicked (); - wxChoice* _type; + KDMChoice* _type; NameFormatEditor* _container_name_format; NameFormatEditor* _filename_format; - wxCheckBox* _write_to; + CheckBox* _write_to; #ifdef DCPOMATIC_USE_OWN_PICKER DirPickerCtrl* _folder; #else @@ -76,8 +82,9 @@ private: wxRadioButton* _write_flat; wxRadioButton* _write_folder; wxRadioButton* _write_zip; - wxCheckBox* _email; + CheckBox* _email; bool _forensic_mark_video; bool _forensic_mark_audio; boost::optional _forensic_mark_audio_up_to; + std::vector _extra_addresses; };