yuv colorspace/range + prefs, ffmpeg colorrange probe, x11 direct force colormodel...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / cwindowgui.h
index a5d18926ca4b2911d71f623581b8710ee2eaa13f..8ab72ac2c2a0bde800a7e0f442425ec86f32085d 100644 (file)
@@ -62,7 +62,7 @@ public:
 
        void create_objects();
        int resize_event(int w, int h);
-       void zoom_canvas(int do_auto, double value, int update_menu);
+       void zoom_canvas(double value, int update_menu);
        float get_auto_zoom();
 
 // Events for the fullscreen canvas fall through to here.
@@ -148,7 +148,6 @@ public:
 // Origin for camera and projector operations during last button press
        float center_x, center_y, center_z;
        float control_in_x, control_in_y, control_out_x, control_out_y;
-       int current_tool;
 // Must recalculate the origin when pressing shift.
 // Switch toggle on and off to recalculate origin.
        int translating_zoom;
@@ -167,8 +166,7 @@ public:
        void overwrite_selection();
        void set_inpoint();
        void set_outpoint();
-       void clear_inpoint();
-       void clear_outpoint();
+       void unset_inoutpoint();
        void to_clip();
        void toggle_label();
        void prev_label();
@@ -199,6 +197,7 @@ public:
        CWindowZoom(MWindow *mwindow, CWindowGUI *gui, int x, int y, int w);
        virtual ~CWindowZoom();
        int handle_event();
+       void update(double value);
        MWindow *mwindow;
        CWindowGUI *gui;
 };