X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fkdm_output_panel.h;h=9c30e286c856a34158c5a826afea64127fb0d52e;hb=cacb0750b9e6efbefa5ffa33a0df9552db5483db;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..9c30e286c 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -19,15 +19,19 @@ */ -#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 DirPickerCtrl; class Job; +class KDMChoice; class NameFormatEditor; class wxDirPickerCtrl; class wxRadioButton; @@ -63,8 +67,9 @@ 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; @@ -80,4 +85,5 @@ private: bool _forensic_mark_video; bool _forensic_mark_audio; boost::optional _forensic_mark_audio_up_to; + std::vector _extra_addresses; };