diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-26 19:15:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-26 19:15:56 +0100 |
| commit | 075f418cc6d9be06bed7a1d98257ae8d17ef3019 (patch) | |
| tree | a5a6924da614ea0c65657802fffd291e67487532 /src/wx/kdm_dialog.h | |
| parent | d1125d09c7741d05b57b1520531a0451663ad66c (diff) | |
Support different KDM formulations.
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index 6327b29e8..13e9196ea 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -48,6 +48,7 @@ public: boost::filesystem::path cpl () const; boost::filesystem::path directory () const; bool write_to () const; + libdcp::KDM::Formulation formulation () const; private: void add_cinema (boost::shared_ptr<Cinema>); @@ -83,6 +84,7 @@ private: wxStaticText* _dcp_directory; wxStaticText* _cpl_id; wxStaticText* _cpl_annotation_text; + wxChoice* _type; wxRadioButton* _write_to; #ifdef DCPOMATIC_USE_OWN_DIR_PICKER DirPickerCtrl* _folder; |
