diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-06 10:39:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:48 +0100 |
| commit | 22917c031a262ce6e90252a65d6f70a340fafbed (patch) | |
| tree | 7eb2fdd0336097dfcd1f8f580c91011339c7bb7c /src/wx/kdm_dialog.h | |
| parent | bdd2c3396318d64a7c1c2ad870e1ba7a1352c16d (diff) | |
Split KDM output stuff into a separate panel.
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 365d05a99..6400ebb6c 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -26,14 +26,13 @@ #include <map> class wxTreeCtrl; -class wxDirPickerCtrl; -class DirPickerCtrl; class Cinema; class Screen; class Film; class ScreensPanel; class KDMTimingPanel; +class KDMOutputPanel; struct CPLSummary; class KDMDialog : public wxDialog @@ -48,6 +47,7 @@ public: boost::posix_time::ptime until () const; boost::filesystem::path cpl () const; + boost::filesystem::path directory () const; bool write_to () const; dcp::Formulation formulation () const; @@ -60,19 +60,12 @@ private: ScreensPanel* _screens; KDMTimingPanel* _timing; + KDMOutputPanel* _output; wxChoice* _cpl; wxButton* _cpl_browse; wxStaticText* _dcp_directory; wxStaticText* _cpl_id; wxStaticText* _cpl_annotation_text; - wxChoice* _type; - wxRadioButton* _write_to; -#ifdef DCPOMATIC_USE_OWN_DIR_PICKER - DirPickerCtrl* _folder; -#else - wxDirPickerCtrl* _folder; -#endif - wxRadioButton* _email; std::vector<CPLSummary> _cpls; }; |
