pot/merge.
[dcpomatic.git] / src / wx / audio_dialog.h
index 41be90b79ed6d4074b49a0a55bc93bf1d02c8583..2c077c9d1207718ad5af2b61a79a5d488b63dc8a 100644 (file)
@@ -35,8 +35,10 @@ public:
 
        bool Show (bool show = true);
 
+       void set_cursor (boost::optional<DCPTime> time, boost::optional<float> db);
+
 private:
-       void content_changed (int);
+       void content_change (ChangeType, int);
        void channel_clicked (wxCommandEvent &);
        void type_clicked (wxCommandEvent &);
        void smoothing_changed ();
@@ -49,6 +51,7 @@ private:
        boost::weak_ptr<Content> _content;
        int _channels;
        boost::shared_ptr<const Playlist> _playlist;
+       wxStaticText* _cursor;
        AudioPlot* _plot;
        wxStaticText* _sample_peak;
        wxStaticText* _true_peak;