X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_output_panel.h;h=0025b0072655292f837ccbd424c15bc84e5beebd;hb=d5d9e143a5778928c5f386a7bd9cb140d4f1191a;hp=730cb93601f785e7193e2e59245418c7230a74d7;hpb=36ce958a516567d8481163692c028a88c6ce0df7;p=dcpomatic.git diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 730cb9360..0025b0072 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,24 +18,25 @@ */ + #include "lib/kdm_with_metadata.h" #include "wx_util.h" -#include "name_format_editor.h" #include #include #include -class wxRadioButton; -class wxDirPickerCtrl; + class DirPickerCtrl; -class KDMTimingPanel; class Job; -class Log; +class NameFormatEditor; +class wxDirPickerCtrl; +class wxRadioButton; + class KDMOutputPanel : public wxPanel { public: - KDMOutputPanel (wxWindow* parent, bool interop); + KDMOutputPanel (wxWindow* parent); void setup_sensitivity (); @@ -51,16 +52,17 @@ public: return _forensic_mark_audio_up_to; } - std::pair, int> make ( - std::list > screen_kdms, + std::pair, int> make ( + std::list screen_kdms, std::string name, - KDMTimingPanel* timing, - boost::function confirm_overwrite + std::function confirm_overwrite ); private: void kdm_write_type_changed (); void advanced_clicked (); + void write_to_changed (); + void email_changed (); wxChoice* _type; NameFormatEditor* _container_name_format;