From 6bfdd0f45927a4dfecf10e851b1902a899de5aa2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Jan 2013 23:18:28 +0000 Subject: Some more KDM hacking. --- src/wx/kdm_dialog.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/wx/kdm_dialog.h') diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 99e260338..d161223a8 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -36,6 +36,11 @@ class KDMDialog : public wxDialog public: KDMDialog (wxWindow *); + std::list > screens () const; + boost::local::date_time from () const; + boost::local::date_time until () const; + std::string directory () const; + private: void add_cinema (boost::shared_ptr); void add_screen (boost::shared_ptr, boost::shared_ptr); -- cgit v1.2.3