X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.h;h=90354a2d1310dfc2e7f50138ab34f7bc4aea3336;hb=e45fe284b7c334d64c2fe105c0564c5015d3747f;hp=ec4a50ac36f4d79b9173fa2c3987f8d788a12fe5;hpb=4ed8eafd541c2c5867795db56c440e444cc0aeff;p=dcpomatic.git 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;