X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fvwindowgui.h;h=f5a36a06849e0d94b67df45e0036f7dbbf2fd1f8;hp=5dcdc78471636b5734c061d61f890d0d7ab353d4;hb=7e5a0760f40ff787cc3d93cb7768a901ebe52809;hpb=243336668c89096732786c6b3f3c5918aa2eff26 diff --git a/cinelerra-5.1/cinelerra/vwindowgui.h b/cinelerra-5.1/cinelerra/vwindowgui.h index 5dcdc784..f5a36a06 100644 --- a/cinelerra-5.1/cinelerra/vwindowgui.h +++ b/cinelerra-5.1/cinelerra/vwindowgui.h @@ -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; @@ -117,6 +119,7 @@ public: void zoom_resize_window(float percentage); void draw_refresh(int flush = 1); + int need_overlays(); void draw_overlays(); void close_source(); int get_fullscreen(); @@ -140,8 +143,8 @@ public: void unset_inoutpoint(); void to_clip(); void toggle_label(); - void prev_label(); - void next_label(); + void prev_label(int cut); + void next_label(int cut); double get_position(); void set_position(double position);