New DCPTime/ContentTime types.
[dcpomatic.git] / src / wx / film_editor.h
index 9808e0d2f8f76aaa7f2729d53bfb27135d5833c7..23c87e6784510288c54c8e9e96484b520e05bccc 100644 (file)
@@ -66,6 +66,7 @@ public:
        VideoContentList selected_video_content ();
        AudioContentList selected_audio_content ();
        SubtitleContentList selected_subtitle_content ();
+       FFmpegContentList selected_ffmpeg_content ();
        
 private:
        void make_dcp_panel ();
@@ -95,11 +96,12 @@ private:
        void content_right_click (wxListEvent &);
        void three_d_changed ();
        void standard_changed ();
+       void signed_toggled ();
        void encrypted_toggled ();
 
        /* Handle changes to the model */
        void film_changed (Film::Property);
-       void film_content_changed (boost::weak_ptr<Content>, int);
+       void film_content_changed (int);
 
        void set_general_sensitivity (bool);
        void setup_dcp_name ();
@@ -146,6 +148,7 @@ private:
        wxCheckBox* _three_d;
        wxChoice* _resolution;
        wxChoice* _standard;
+       wxCheckBox* _signed;
        wxCheckBox* _encrypted;
 
        ContentMenu _menu;