TO_PORT.
[dcpomatic.git] / src / wx / content_panel.h
index ab198411ddf5b9296aa19aab163621af55b34bb4..0f5e28ac491f8317ed30c39a0418c17f3de0ec95 100644 (file)
@@ -33,7 +33,7 @@ class FilmEditor;
 class ContentSubPanel;
 class Film;
 
-class ContentPanel
+class ContentPanel : public boost::noncopyable
 {
 public:
        ContentPanel (wxNotebook *, boost::shared_ptr<Film>);
@@ -66,7 +66,6 @@ public:
        void add_file_clicked ();
        
 private:       
-       void sequence_video_changed ();
        void selection_changed ();
        void add_folder_clicked ();
        void remove_clicked ();
@@ -79,6 +78,8 @@ private:
        void setup ();
        void setup_sensitivity ();
 
+       void add_files (std::list<boost::filesystem::path>);
+
        wxPanel* _panel;
        wxSizer* _sizer;
        wxNotebook* _notebook;
@@ -89,7 +90,6 @@ private:
        wxButton* _earlier;
        wxButton* _later;
        wxButton* _timeline;
-       wxCheckBox* _sequence_video;
        ContentSubPanel* _video_panel;
        ContentSubPanel* _audio_panel;
        ContentSubPanel* _subtitle_panel;