From e45fe284b7c334d64c2fe105c0564c5015d3747f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 16 Oct 2013 22:52:55 +0100 Subject: Allow specification of DCP to build KDMs for (#235). --- src/wx/kdm_dialog.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/wx/kdm_dialog.h') diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index ec4a50ac3..90354a2d1 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -36,12 +36,13 @@ class Screen; class KDMDialog : public wxDialog { public: - KDMDialog (wxWindow *); + KDMDialog (wxWindow *, boost::shared_ptr); std::list > screens () const; boost::posix_time::ptime from () const; boost::posix_time::ptime until () const; - std::string directory () const; + boost::filesystem::path dcp () const; + boost::filesystem::path directory () const; bool write_to () const; private: @@ -70,6 +71,7 @@ private: wxDatePickerCtrl* _until_date; wxTimePickerCtrl* _from_time; wxTimePickerCtrl* _until_time; + wxListCtrl* _dcps; wxRadioButton* _write_to; #ifdef DCPOMATIC_USE_OWN_DIR_PICKER DirPickerCtrl* _folder; -- cgit v1.2.3