X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecordmonitor.h;h=6d19ad94a34bb4edad3b49e7d4cfb7ba6eef2ce1;hb=03bf11ec3f2c7a2077c8f521722d97b9e2eeb383;hp=956cd2143f5ea4f4b74553aba917698baef4e3b4;hpb=e8453fdab4d5ed7b384279a5b37c92010ac13295;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/recordmonitor.h b/cinelerra-5.1/cinelerra/recordmonitor.h index 956cd214..6d19ad94 100644 --- a/cinelerra-5.1/cinelerra/recordmonitor.h +++ b/cinelerra-5.1/cinelerra/recordmonitor.h @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 2011 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 @@ -107,7 +108,7 @@ public: void enable_signal_status(int enable); MeterPanel *meters; - Canvas *canvas; + RecordMonitorCanvas *canvas; // RecordTransport *record_transport; #ifdef HAVE_FIREWIRE AVC1394Transport *avc1394_transport; @@ -221,6 +222,7 @@ public: Record *record, int x, int y, int w, int h); ~RecordMonitorCanvas(); + void create_objects(EDL *edl); void zoom_resize_window(float percentage); int button_press_event(); int button_release_event(); @@ -228,6 +230,7 @@ public: int cursor_enter_event(); void reset_translation(); int keypress_event(); + int keypress_event(RecordMonitorGUI *window); int get_output_w(); int get_output_h();