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 51971a8a49d189b7034b46cef81335c0f354f55e..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;
@@ -137,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();
@@ -181,6 +182,7 @@ public:
        EDL* get_edl();
        void goto_start();
        void goto_end();
+       int is_vwindow() { return 1; }
 
        VWindowGUI *gui;
 };