X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fawindowgui.h;h=311e3da1afa89cdcd27f4344367731772a1291ea;hb=83b70dd60863377cb281e6be5206304e10373e30;hp=6004247d4f158ec25264b05ff304e8cb6fe22f7a;hpb=bb755e4be7602e9e2705fdb49a76e49dbb2c5008;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/awindowgui.h b/cinelerra-5.1/cinelerra/awindowgui.h index 6004247d..311e3da1 100644 --- a/cinelerra-5.1/cinelerra/awindowgui.h +++ b/cinelerra-5.1/cinelerra/awindowgui.h @@ -208,14 +208,11 @@ public: void set_view_popup(AssetVIcon *v, int draw_mode); void set_view_popup(AssetVIcon *v); ViewPopup *new_view_window(ViewPopup *popup); - void drawing_started(); - void drawing_stopped(); - void close_view_popup(); + void stop_vicon_drawing(int wait=0); AWindowGUI *gui; int draw_mode; int vicon_cmodel; - Mutex *draw_lock; }; @@ -271,7 +268,7 @@ public: int drag_stop(); // Collect items into the drag vectors of MainSession void collect_assets(int proxy=0); - EDL *collect_proxy(Indexable *indexable); + EDL *collect_proxy(Asset *asset); void create_persistent_folder(ArrayList *output, int do_audio, int do_video, @@ -288,8 +285,7 @@ public: int save_defaults(BC_Hash *defaults); int load_defaults(BC_Hash *defaults); int start_vicon_drawing(); - int stop_vicon_drawing(); - void close_view_popup(); + int stop_vicon_drawing(int wait=0); void update_picon(Indexable *indexable); int cycle_assetlist_format(); void hide_tip_info(); @@ -416,6 +412,8 @@ public: int mouse_over_event(int no); void show_tip_info(const char *info, int no); void hide_tip_info(); +// *** CONTEXT_HELP *** + int keypress_event(); MWindow *mwindow; AWindowGUI *gui;