PlainText -> PlainTextFile.
[dcpomatic.git] / src / wx / content_panel.h
index cf5782baa6d45e268b94ce6bd391cea85e01c363..c5378fc363bfe50a8982d213090adf1efad9f984 100644 (file)
@@ -69,6 +69,13 @@ public:
 
        void add_file_clicked ();
        bool remove_clicked (bool hotkey);
+       void timeline_clicked ();
+
+       FilmViewer* film_viewer () const {
+               return _film_viewer;
+       }
+
+       boost::signals2::signal<void (void)> SelectionChanged;
 
 private:
        void selection_changed ();
@@ -78,7 +85,6 @@ private:
        void later_clicked ();
        void right_click (wxListEvent &);
        void files_dropped (wxDropFilesEvent &);
-       void timeline_clicked ();
 
        void setup ();
        void setup_sensitivity ();