X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_dialog.h;h=e866aca3f83a8823d0a52e76edd8e1a07440782d;hb=63c1bbc1ba177600523b2257223070cc2dbde7b7;hp=6d44285463ba0823081a73b6e53695add2a0c0f0;hpb=a423c0a0a6c891d0cacd42a3ac04c110c5f2be2e;p=dcpomatic.git diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index 6d4428546..e866aca3f 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2016 Carl Hetherington + Copyright (C) 2013-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -35,10 +35,11 @@ public: bool Show (bool show = true); - void set_cursor (boost::optional time, boost::optional db); + void set_cursor (boost::optional time, boost::optional db); private: - void content_changed (int); + void film_change (ChangeType, int); + void content_change (ChangeType, int); void channel_clicked (wxCommandEvent &); void type_clicked (wxCommandEvent &); void smoothing_changed (); @@ -61,5 +62,6 @@ private: wxCheckBox* _type_checkbox[AudioPoint::COUNT]; wxSlider* _smoothing; boost::signals2::scoped_connection _film_connection; + boost::signals2::scoped_connection _film_content_connection; boost::signals2::scoped_connection _analysis_finished_connection; };