diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-21 00:10:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | 14b8b29e6660f5a7fb21135fb5f90b4c1ce51a4b (patch) | |
| tree | ed06e1b877a40f57b8d4d43c1db490e6765fba6a /src/wx/dcp_panel.h | |
| parent | d17044d0da61d6077a1f20170ba76ab765a44e50 (diff) | |
Basics of metadata dialog - ratings.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 27049962c..f717e8327 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -36,6 +36,7 @@ class wxGridBagSizer; class AudioDialog; class MarkersDialog; +class MetadataDialog; class Film; class FilmViewer; class Ratio; @@ -80,6 +81,7 @@ private: void reel_length_changed (); void upload_after_make_dcp_changed (); void markers_clicked (); + void metadata_clicked (); void reencode_j2k_changed (); void setup_frame_rate_widget (); @@ -148,9 +150,11 @@ private: wxSpinCtrl* _reel_length; wxCheckBox* _upload_after_make_dcp; wxButton* _markers; + wxButton* _metadata; AudioDialog* _audio_dialog; MarkersDialog* _markers_dialog; + MetadataDialog* _metadata_dialog; boost::shared_ptr<Film> _film; boost::weak_ptr<FilmViewer> _viewer; |
