Set up a default KDM write mode and preselect the last used one when re-opening the...
[dcpomatic.git] / src / wx / kdm_output_panel.h
index 772c12a0d31ba9b124ae1cc08af8a6bcf6f786f0..b2f428252ae84dce53cfe8f507bffc27a8109a35 100644 (file)
@@ -25,6 +25,7 @@
 #include <wx/wx.h>
 #include <boost/filesystem.hpp>
 
+class wxRadioButton;
 class wxDirPickerCtrl;
 class DirPickerCtrl;
 class KDMTimingPanel;
@@ -50,7 +51,10 @@ public:
                );
 
 private:
+       void kdm_write_type_changed ();
+
        wxChoice* _type;
+       NameFormatEditor* _container_name_format;
        NameFormatEditor* _filename_format;
        wxCheckBox* _write_to;
 #ifdef DCPOMATIC_USE_OWN_PICKER
@@ -58,5 +62,8 @@ private:
 #else
        wxDirPickerCtrl* _folder;
 #endif
+       wxRadioButton* _write_flat;
+       wxRadioButton* _write_folder;
+       wxRadioButton* _write_zip;
        wxCheckBox* _email;
 };