X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_output_panel.h;h=829b26544a679bc8a303b752e21965da7bf180ba;hb=b9a1ad3df5f9d85fb7439efd93fede72b9b078af;hp=e8515d2c6c3e6ef90e831de73ff2746e357db05b;hpb=5ccfb74647db6917c054d6d67f91ed5a74e397ba;p=dcpomatic.git diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index e8515d2c6..829b26544 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2017 Carl Hetherington + Copyright (C) 2015-2022 Carl Hetherington This file is part of DCP-o-matic. @@ -18,19 +18,24 @@ */ -#include "lib/kdm_with_metadata.h" + #include "wx_util.h" -#include "name_format_editor.h" +#include "lib/kdm_with_metadata.h" +#include "lib/warnings.h" #include +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS #include -class wxRadioButton; -class wxDirPickerCtrl; + class DirPickerCtrl; -class KDMTimingPanel; class Job; -class Log; +class KDMChoice; +class NameFormatEditor; +class wxDirPickerCtrl; +class wxRadioButton; + class KDMOutputPanel : public wxPanel { @@ -52,7 +57,7 @@ public: } std::pair, int> make ( - std::list screen_kdms, + std::list screen_kdms, std::string name, std::function confirm_overwrite ); @@ -60,8 +65,10 @@ public: private: void kdm_write_type_changed (); void advanced_clicked (); + void write_to_changed (); + void email_changed (); - wxChoice* _type; + KDMChoice* _type; NameFormatEditor* _container_name_format; NameFormatEditor* _filename_format; wxCheckBox* _write_to;