diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-19 15:31:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-19 15:59:01 +0000 |
| commit | b6a6cda147625ccd09738cd338136ea5911a95e8 (patch) | |
| tree | 69dfee6950b5c18a62ba2645980067ef168b245f /src/wx/kdm_dialog.h | |
| parent | 3b724a97248a507eb5a9889c5910c330e0c5e3ee (diff) | |
Separate CPL choice for KDMs into a separate class.
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index a9edd121a..3ec21b41d 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -30,6 +30,7 @@ class Film; class ScreensPanel; class KDMTimingPanel; class KDMOutputPanel; +class KDMCPLPanel; struct CPLSummary; class KDMDialog : public wxDialog @@ -51,18 +52,9 @@ public: private: void setup_sensitivity (); - void update_cpl_choice (); - void update_cpl_summary (); - void cpl_browse_clicked (); ScreensPanel* _screens; KDMTimingPanel* _timing; + KDMCPLPanel* _cpl; KDMOutputPanel* _output; - wxChoice* _cpl; - wxButton* _cpl_browse; - wxStaticText* _dcp_directory; - wxStaticText* _cpl_id; - wxStaticText* _cpl_annotation_text; - - std::vector<CPLSummary> _cpls; }; |
