summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-09 23:18:28 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-09 23:18:28 +0000
commit6bfdd0f45927a4dfecf10e851b1902a899de5aa2 (patch)
tree3e079a097f8a7d4ff3fb11020aaacca563fd09b5 /src/wx/kdm_dialog.h
parent914849f57d4979d537fe4215576bc6e05d2f8795 (diff)
Some more KDM hacking.
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h5
1 files changed, 5 insertions, 0 deletions
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<boost::shared_ptr<Screen> > 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<Cinema>);
void add_screen (boost::shared_ptr<Cinema>, boost::shared_ptr<Screen>);