Fix multi-select in the timeline (#954).
[dcpomatic.git] / src / wx / content_panel.h
index fe48e1e93d12246eff6183a6b7452116d68ba0f4..e8b31b7f478ef816256d901f69252243c88a3a3f 100644 (file)
@@ -32,6 +32,7 @@ class wxListEvent;
 class TimelineDialog;
 class FilmEditor;
 class ContentSubPanel;
+class AudioPanel;
 class Film;
 class FilmViewer;
 
@@ -47,6 +48,7 @@ public:
        void set_film (boost::shared_ptr<Film>);
        void set_general_sensitivity (bool s);
        void set_selection (boost::weak_ptr<Content>);
+       void set_selection (ContentList cl);
 
        void film_changed (Film::Property p);
        void film_content_changed (int p);
@@ -93,7 +95,7 @@ private:
        wxButton* _later;
        wxButton* _timeline;
        ContentSubPanel* _video_panel;
-       ContentSubPanel* _audio_panel;
+       AudioPanel* _audio_panel;
        ContentSubPanel* _subtitle_panel;
        ContentSubPanel* _timing_panel;
        std::list<ContentSubPanel *> _panels;