fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / cinelerra / trackcanvas.h
index 9f86d81d3e1c83439c8b362bc0675f5aba84c7fe..61a88949930531bc685e1434c27bd231c5bf941e 100644 (file)
@@ -103,20 +103,21 @@ public:
                int64_t edit_w,
                int64_t edit_h);
        void draw_automation();
+       void draw_hard_edges();
        void draw_inout_points();
        void draw_auto(Auto *current,
                int x,
                int y,
                int center_pixel,
                int zoom_track);
-       void draw_floatauto(FloatAuto *current, 
-               int x, 
-               int y, 
-               int in_x, 
-               int in_y, 
-               int out_x, 
-               int out_y, 
-               int center_pixel, 
+       void draw_floatauto(FloatAuto *current,
+               int x,
+               int y,
+               int in_x,
+               int in_y,
+               int out_x,
+               int out_y,
+               int center_pixel,
                int zoom_track,
                int color);
        int test_auto(Auto *current,
@@ -259,7 +260,7 @@ public:
        void synchronize_autos(float change, Track *skip, FloatAuto *fauto, int fill_gangs);
 
 
-       void draw_brender_start();
+       void draw_brender_range();
        void draw_loop_points();
        void draw_transitions();
        void draw_drag_handle();
@@ -398,6 +399,7 @@ public:
 // Plugin toggle interfaces
        ArrayList<PluginOn*> plugin_on_toggles;
        ArrayList<PluginShow*> plugin_show_toggles;
+       ArrayList<PluginPresetEdit*> preset_edit_buttons;
 
        static int auto_operations[];
 // event handlers
@@ -413,7 +415,7 @@ public:
 // ====================================== cursor selection type
 
        double selection_midpoint;        // division between current ends
-
+       int snapped;                    // drag handle snapping
 };
 
 #endif