X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_output_panel.h;h=9c30e286c856a34158c5a826afea64127fb0d52e;hb=cacb0750b9e6efbefa5ffa33a0df9552db5483db;hp=f831fdce0937a44237d3df6f2ba565b2210da690;hpb=f90bd4d97be25b3bca6b4523864896f5ff7b7e53;p=dcpomatic.git diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index f831fdce0..9c30e286c 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -19,14 +19,19 @@ */ +#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; @@ -62,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; @@ -79,4 +85,5 @@ private: bool _forensic_mark_video; bool _forensic_mark_audio; boost::optional _forensic_mark_audio_up_to; + std::vector _extra_addresses; };