X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fvwindowgui.h;h=a6c206e5be98644485be126b5e2a9476688a85a6;hb=853b81c6d430bd41037984ecc95fd304fd98964e;hp=f5a36a06849e0d94b67df45e0036f7dbbf2fd1f8;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/vwindowgui.h b/cinelerra-5.1/cinelerra/vwindowgui.h index f5a36a06..a6c206e5 100644 --- a/cinelerra-5.1/cinelerra/vwindowgui.h +++ b/cinelerra-5.1/cinelerra/vwindowgui.h @@ -56,7 +56,7 @@ public: int resize_event(int w, int h); int translation_event(); int close_event(); - void stop_transport(const char *lock_msg); + void stop_transport(); int keypress_event(); int button_press_event(); int cursor_leave_event(); @@ -122,8 +122,6 @@ public: int need_overlays(); void draw_overlays(); void close_source(); - int get_fullscreen(); - void set_fullscreen(int value); MWindow *mwindow; VWindowGUI *gui; @@ -135,18 +133,30 @@ public: VWindowEditing(MWindow *mwindow, VWindow *vwindow); virtual ~VWindowEditing(); - void copy_selection(); - void splice_selection(); - void overwrite_selection(); - void set_inpoint(); - void set_outpoint(); - void unset_inoutpoint(); - void to_clip(); - void toggle_label(); - void prev_label(int cut); - void next_label(int cut); double get_position(); void set_position(double position); + void set_click_to_play(int v); + + void panel_stop_transport(); + void panel_toggle_label(); + void panel_next_label(int cut); + void panel_prev_label(int cut); + void panel_prev_edit(int cut); + void panel_next_edit(int cut); + void panel_copy_selection(); + void panel_overwrite_selection(); + void panel_splice_selection(); + void panel_set_inpoint(); + void panel_set_outpoint(); + void panel_unset_inoutpoint(); + void panel_to_clip(); + void panel_cut(); + void panel_paste(); + void panel_fit_selection(); + void panel_fit_autos(int all); + void panel_set_editing_mode(int mode); + void panel_set_auto_keyframes(int v); + void panel_set_labels_follow_edits(int v); MWindow *mwindow; VWindow *vwindow;