Content button sensitivity.
[dcpomatic.git] / src / wx / film_editor.h
index 52854b894436a1cc1ed876f45ced463f09c9a3bb..4048cd587b78c8123757dbc49f1a796c26419089 100644 (file)
@@ -30,6 +30,7 @@
 
 class wxNotebook;
 class wxListCtrl;
+class wxListEvent;
 class Film;
 class AudioDialog;
 
@@ -62,6 +63,7 @@ private:
        void top_crop_changed (wxCommandEvent &);
        void bottom_crop_changed (wxCommandEvent &);
        void trust_content_header_changed (wxCommandEvent &);
+       void content_item_selected (wxListEvent &);
        void content_add_clicked (wxCommandEvent &);
        void content_remove_clicked (wxCommandEvent &);
        void content_earlier_clicked (wxCommandEvent &);
@@ -100,6 +102,7 @@ private:
        void setup_dcp_name ();
        void setup_show_audio_sensitivity ();
        void setup_content ();
+       void setup_content_button_sensitivity ();
        
        void active_jobs_changed (bool);