X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftrackcanvas.h;h=7fa89832ff939d7bd03d7e8c3cc070f0182a341c;hb=21f715f2d24d38bd7a0eccb22d64cdf18f0e3df9;hp=3d1ded196c39c94e69e7a7e068379c4382c9b127;hpb=232ae3c6972c1740b6e1890ccce1264f2bb311f5;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/trackcanvas.h b/cinelerra-5.1/cinelerra/trackcanvas.h index 3d1ded19..7fa89832 100644 --- a/cinelerra-5.1/cinelerra/trackcanvas.h +++ b/cinelerra-5.1/cinelerra/trackcanvas.h @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 2008-2014 Adam Williams + * Copyright (C) 2003-2016 Cinelerra CV contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -62,6 +63,19 @@ public: int drag_start_event(); int cursor_leave_event(); int keypress_event(); + +// *** CONTEXT_HELP *** + int help_transitions(int cursor_x, int cursor_y); + int help_transition_handles(int cursor_x, int cursor_y); + int help_keyframes(int cursor_x, int cursor_y); + int help_edit_handles(int cursor_x, int cursor_y); + int help_plugin_handles(int cursor_x, int cursor_y); + int help_plugins(int cursor_x, int cursor_y); + int help_plugin_autos(Track *track, int cursor_x, int cursor_y); + int help_autos(Track *track, Autos *autos, int cursor_x, int cursor_y, BC_Pixmap *pixmap); + int help_float_autos(Track *track, Autos *autos, int cursor_x, int cursor_y, int autogrouptype); + int help_int_autos(Track *track, Autos *autos, int cursor_x, int cursor_y); + void draw_resources(int mode = 0, int indexes_only = 0, // Redraw only certain audio resources with indexes Indexable *indexable = 0); @@ -308,6 +322,7 @@ public: // Update status bar to reflect drag operation void update_drag_caption(); + void drag_edit_select(Edit *over_edit, int select, int draw); int get_title_h();