Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / trackcanvas.h
index 15f8db630e6233c13506fde87251866c11c8cc38..2f7358acb616e70713e7a310af979ce47a9afbd8 100644 (file)
@@ -62,6 +62,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);