Various bits mostly related to colour conversions.
[dcpomatic.git] / src / wx / video_panel.h
index 51a593e751921b5f9c372f4efcbb09cfd3525042..2ecf3c87f449135756c21e280c439cc63abeb6ce 100644 (file)
@@ -34,15 +34,16 @@ public:
        void film_content_changed (boost::shared_ptr<Content>, int);
 
 private:
-       void left_crop_changed (wxCommandEvent &);
-       void right_crop_changed (wxCommandEvent &);
-       void top_crop_changed (wxCommandEvent &);
-       void bottom_crop_changed (wxCommandEvent &);
-       void edit_filters_clicked (wxCommandEvent &);
-       void ratio_changed (wxCommandEvent &);
+       void left_crop_changed ();
+       void right_crop_changed ();
+       void top_crop_changed ();
+       void bottom_crop_changed ();
+       void edit_filters_clicked ();
+       void ratio_changed ();
        void frame_type_changed ();
+       void edit_colour_conversion_clicked ();
 
-       void setup_scaling_description ();
+       void setup_description ();
 
        wxChoice* _frame_type;
        wxSpinCtrl* _left_crop;
@@ -51,7 +52,9 @@ private:
        wxSpinCtrl* _bottom_crop;
        wxChoice* _ratio;
        wxStaticText* _ratio_description;
-       wxStaticText* _scaling_description;
+       wxStaticText* _description;
        wxStaticText* _filters;
        wxButton* _filters_button;
+       wxStaticText* _colour_conversion;
+       wxButton* _colour_conversion_button;
 };