X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_appearance_dialog.h;h=ed0360e4c281ba95c021cfbee731e1ef75b0fce1;hb=4fb4b414b70cb38d405b6c3dd6c12b6a4d918d40;hp=d02e283d90a8d80e06eba09e6ee1ac1919fa42e7;hpb=314cd5060da9f5a8c6894ffcde40386dfa5b0ad6;p=dcpomatic.git diff --git a/src/wx/subtitle_appearance_dialog.h b/src/wx/subtitle_appearance_dialog.h index d02e283d9..ed0360e4c 100644 --- a/src/wx/subtitle_appearance_dialog.h +++ b/src/wx/subtitle_appearance_dialog.h @@ -46,6 +46,8 @@ private: void restore (); wxCheckBox* set_to (wxWindow* w, int& r); void content_change (ChangeType type); + void active_jobs_changed (boost::optional last); + void add_colours (); boost::weak_ptr _film; wxCheckBox* _force_colour; @@ -62,11 +64,17 @@ private: wxGridBagSizer* _table; std::map _pickers; + wxBoxSizer* _overall_sizer; + wxScrolled* _colours_panel; + wxStaticText* _finding; + wxFlexGridSizer* _colour_table; + boost::shared_ptr _content; boost::shared_ptr _caption; boost::shared_ptr _stream; boost::signals2::scoped_connection _content_connection; + boost::signals2::scoped_connection _job_manager_connection; static int const NONE; static int const OUTLINE;