X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Faudio_dialog.h;fp=src%2Fwx%2Faudio_dialog.h;h=6d44285463ba0823081a73b6e53695add2a0c0f0;hp=41be90b79ed6d4074b49a0a55bc93bf1d02c8583;hb=a423c0a0a6c891d0cacd42a3ac04c110c5f2be2e;hpb=37c28f4c76df89bc84d773beda1bb90be1cedd1a diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index 41be90b79..6d4428546 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -35,6 +35,8 @@ public: bool Show (bool show = true); + void set_cursor (boost::optional time, boost::optional db); + private: void content_changed (int); void channel_clicked (wxCommandEvent &); @@ -49,6 +51,7 @@ private: boost::weak_ptr _content; int _channels; boost::shared_ptr _playlist; + wxStaticText* _cursor; AudioPlot* _plot; wxStaticText* _sample_peak; wxStaticText* _true_peak;