X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fawindowgui.h;h=b52add9b2059f84f668084644b7456ecd3c52410;hb=9303c74f396d12f0fb48639ff6a835824cbc5987;hp=fc92007026e64f619bb5781b3f09d6eaecbd8b75;hpb=6c5258a9791775f706e55c280da75ed6f6ef1720;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/awindowgui.h b/cinelerra-5.1/cinelerra/awindowgui.h index fc920070..b52add9b 100644 --- a/cinelerra-5.1/cinelerra/awindowgui.h +++ b/cinelerra-5.1/cinelerra/awindowgui.h @@ -131,6 +131,9 @@ public: int in_use; int persistent; time_t comments_time; + int comments_ffmt; + double comments_rate; + const char *comments_type; double sort_key; PluginServer *plugin; Label *label; @@ -162,6 +165,7 @@ public: AssetPicon *picon; VFrame *temp; int64_t length; + int broken; VFrame *frame(); int64_t set_seq_no(int64_t no); @@ -204,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; }; @@ -267,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, @@ -284,10 +285,10 @@ 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(); VFrame *get_picon(const char *name, const char *plugin_icons); VFrame *get_picon(const char *name); @@ -371,6 +372,7 @@ public: int avicon_w, avicon_h; int vicon_drawing, play_off; int allow_iconlisting; + int tip_info; // Create custom atoms to be used for async messages between windows int create_custom_xatoms(); @@ -408,9 +410,12 @@ public: int focus_out_event(); void update_vicon_area(); int mouse_over_event(int no); + void show_tip_info(const char *info, int no); + void hide_tip_info(); MWindow *mwindow; AWindowGUI *gui; + int info_tip; }; class AWindowDivider : public BC_SubWindow