png img proxy fixes, speed zoom segv fix, colapse ins 1frm silence undo, repair rende...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vwindowgui.h
index 1f57703ed470076412b70cfb051bfe75ed983a62..da10c484a9934bcfd3514f55e90c2a537b0baf41 100644 (file)
@@ -56,6 +56,7 @@ public:
        int resize_event(int w, int h);
        int translation_event();
        int close_event();
+       void stop_transport(const char *lock_msg);
        int keypress_event();
        int button_press_event();
        int cursor_leave_event();
@@ -71,6 +72,7 @@ public:
 //     void update_labels();
 //     void update_points();
        void update_meters();
+       void draw_wave();
 
        MWindow *mwindow;
        VWindow *vwindow;
@@ -91,6 +93,7 @@ public:
        VWindowInPoint *in_point;
        VWindowOutPoint *out_point;
        char loaded_title[BCTEXTLEN];
+       int highlighted;
 private:
        void get_scrollbars(int &canvas_x, int &canvas_y, int &canvas_w, int &canvas_h);
 };
@@ -136,8 +139,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();
@@ -180,6 +182,7 @@ public:
        EDL* get_edl();
        void goto_start();
        void goto_end();
+       int is_vwindow() { return 1; }
 
        VWindowGUI *gui;
 };