summaryrefslogtreecommitdiff
path: root/src/wx/metadata_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-03 01:10:20 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-04 20:48:35 +0200
commit8d9e73b753ed51067d93aa377bb24400ff22936e (patch)
treec9db8a0ac290c9ed50c44f707f5a987dbcec64d6 /src/wx/metadata_dialog.h
parentea51ac3483161343b7aefabe54420c6cb431c0fe (diff)
Move some ISDCF flags to the Interop/SMPTE metadata.
Diffstat (limited to 'src/wx/metadata_dialog.h')
-rw-r--r--src/wx/metadata_dialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wx/metadata_dialog.h b/src/wx/metadata_dialog.h
index 50533fc0f..1d49d7cfc 100644
--- a/src/wx/metadata_dialog.h
+++ b/src/wx/metadata_dialog.h
@@ -55,6 +55,10 @@ private:
void enable_facility_changed ();
void studio_changed ();
void enable_studio_changed ();
+ void temp_version_changed ();
+ void pre_release_changed ();
+ void red_band_changed ();
+ void two_d_version_of_three_d_changed ();
wxCheckBox* _enable_release_territory;
/** The current release territory displayed in the UI; since we can't easily convert
@@ -68,6 +72,10 @@ private:
wxTextCtrl* _facility;
wxCheckBox* _enable_studio;
wxTextCtrl* _studio;
+ wxCheckBox* _temp_version;
+ wxCheckBox* _pre_release;
+ wxCheckBox* _red_band;
+ wxCheckBox* _two_d_version_of_three_d;
boost::signals2::scoped_connection _film_changed_connection;
};