summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-15 17:57:31 -0500
committerCarl Hetherington <cth@carlh.net>2014-05-15 17:57:31 -0500
commite3b80115077e5c473df008fe2345420a547df1d2 (patch)
treedc271ba1fb5a21dac529729ab911998fd5031b4a /src/wx/kdm_dialog.h
parenteaa1dd1003b08c2608c101be109f5d62b7e35ab5 (diff)
Add some comments.
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h
index 90354a2d1..db51d6d03 100644
--- a/src/wx/kdm_dialog.h
+++ b/src/wx/kdm_dialog.h
@@ -39,8 +39,12 @@ public:
KDMDialog (wxWindow *, boost::shared_ptr<const Film>);
std::list<boost::shared_ptr<Screen> > screens () const;
+
+ /** @return KDM from time in local time */
boost::posix_time::ptime from () const;
+ /** @return KDM until time in local time */
boost::posix_time::ptime until () const;
+
boost::filesystem::path dcp () const;
boost::filesystem::path directory () const;
bool write_to () const;