X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fkdm_output_panel.h;h=002b189f591db6bcf63318dbcd7059d6be47f254;hp=0ca55e325d71b7dfa51b9760efc5ca5ec44c4020;hb=736b3a068ba5a402b541d32f270669e6e1a4e5c4;hpb=71be005818ddaa59cdcca2fa5fb3210d8ea7ae4f diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 0ca55e325..002b189f5 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -19,6 +19,8 @@ */ #include "wx_util.h" +#include "name_format_editor.h" +#include "lib/kdm_name_format.h" #include #include #include @@ -34,11 +36,14 @@ public: boost::filesystem::path directory () const; bool write_to () const; dcp::Formulation formulation () const; + KDMNameFormat name_format () const; void setup_sensitivity (); + void save_kdm_name_format () const; private: wxChoice* _type; + NameFormatEditor* _filename_format; wxRadioButton* _write_to; #ifdef DCPOMATIC_USE_OWN_PICKER DirPickerCtrl* _folder;