Move keep-video-in-sequence button into the timeline dialogue.
[dcpomatic.git] / src / wx / film_editor.h
index 6f39f2d68428d8ecc4fb0d391bbb3f316b129b8e..d66668a614b8234a232f26f750ff7c663af17bbc 100644 (file)
@@ -32,6 +32,7 @@
 class wxNotebook;
 class wxListCtrl;
 class wxListEvent;
+class wxGridBagSizer;
 class Film;
 class TimelineDialog;
 class Ratio;
@@ -67,6 +68,8 @@ public:
        AudioContentList selected_audio_content ();
        SubtitleContentList selected_subtitle_content ();
        FFmpegContentList selected_ffmpeg_content ();
+
+       void content_add_file_clicked ();
        
 private:
        void make_dcp_panel ();
@@ -78,11 +81,11 @@ private:
        void use_isdcf_name_toggled ();
        void edit_isdcf_button_clicked ();
        void content_selection_changed ();
-       void content_add_file_clicked ();
        void content_add_folder_clicked ();
        void content_remove_clicked ();
        void content_earlier_clicked ();
        void content_later_clicked ();
+       void content_files_dropped (wxDropFilesEvent& event);
        void container_changed ();
        void dcp_content_type_changed ();
        void scaler_changed ();
@@ -93,7 +96,6 @@ private:
        void content_timeline_clicked ();
        void audio_channels_changed ();
        void resolution_changed ();
-       void sequence_video_changed ();
        void content_right_click (wxListEvent &);
        void three_d_changed ();
        void standard_changed ();
@@ -103,6 +105,7 @@ private:
        /* Handle changes to the model */
        void film_changed (Film::Property);
        void film_content_changed (int);
+       void use_isdcf_name_changed ();
 
        void set_general_sensitivity (bool);
        void setup_dcp_name ();
@@ -140,7 +143,6 @@ private:
        wxButton* _content_earlier;
        wxButton* _content_later;
        wxButton* _content_timeline;
-       wxCheckBox* _sequence_video;
        wxButton* _edit_isdcf_button;
        wxChoice* _scaler;
        wxSpinCtrl* _j2k_bandwidth;