X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdcp_panel.h;h=655472264f25663687f29c9eb87afb08b0f34efe;hb=b6e388dc3ea1ab37711f50bbc28a93f48de98db3;hp=88a9c4c51a1b1b869320a62e8a68778abc51132d;hpb=7b2054e2a73844450b5b55c5788c02af671812ce;p=dcpomatic.git diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 88a9c4c51..655472264 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -18,6 +18,7 @@ */ #include +#include class wxNotebook; class wxPanel; @@ -32,7 +33,7 @@ class wxSizer; class Film; -class DCPPanel +class DCPPanel : public boost::noncopyable { public: DCPPanel (wxNotebook *, boost::shared_ptr); @@ -51,6 +52,7 @@ private: void name_changed (); void use_isdcf_name_toggled (); void edit_isdcf_button_clicked (); + void copy_isdcf_name_button_clicked (); void container_changed (); void dcp_content_type_changed (); void scaler_changed (); @@ -86,13 +88,14 @@ private: wxCheckBox* _use_isdcf_name; wxChoice* _container; wxButton* _edit_isdcf_button; + wxButton* _copy_isdcf_name_button; wxChoice* _scaler; wxSpinCtrl* _j2k_bandwidth; wxChoice* _dcp_content_type; wxChoice* _frame_rate_choice; wxSpinCtrl* _frame_rate_spin; wxSizer* _frame_rate_sizer; - wxSpinCtrl* _audio_channels; + wxChoice* _audio_channels; wxButton* _best_frame_rate; wxCheckBox* _three_d; wxChoice* _resolution;