X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.h;h=2621cbbfe70b1ddb4c22d07552c8ed329702851a;hb=0024c37c62baa3fb88b51e3b6aba48ec776c603c;hp=0fc95db8443dee447023e7170b3ee964c0daef85;hpb=74fe68e5895654e27a7cf8097917c1e95fa89519;p=dcpomatic.git diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 0fc95db84..2621cbbfe 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -17,12 +17,13 @@ */ -#include -#include -#include +#include "wx_util.h" +#include #include #include -#include "wx_util.h" +#include +#include +#include class wxTreeCtrl; class wxDatePickerCtrl; @@ -32,6 +33,8 @@ class DirPickerCtrl; class Cinema; class Screen; +class Film; +struct CPLSummary; class KDMDialog : public wxDialog { @@ -44,7 +47,7 @@ public: boost::posix_time::ptime from () const; /** @return KDM until time in local time */ boost::posix_time::ptime until () const; - + boost::filesystem::path cpl () const; boost::filesystem::path directory () const; bool write_to () const; @@ -67,7 +70,7 @@ private: void cpl_browse_clicked (); static boost::posix_time::ptime posix_time (wxDatePickerCtrl *, wxTimePickerCtrl *); - + wxTreeCtrl* _targets; wxButton* _add_cinema; wxButton* _edit_cinema;