4 * Copyright (C) 1997-2014 Adam Williams <broadcast at earthling dot net>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 #include "mwindowgui.inc"
28 #include "timelinepane.h"
33 class TimeBarPopupItem : public BC_MenuItem
36 TimeBarPopupItem(MWindow *mwindow,
47 class TimeBarPopup : public BC_PopupMenu
50 TimeBarPopup(MWindow *mwindow);
53 void create_objects();
56 TimeBarPopupItem *items[TOTAL_TIMEFORMATS];
62 class MTimeBar : public TimeBar
65 MTimeBar(MWindow *mwindow,
71 MTimeBar(MWindow *mwindow,
78 void create_objects();
81 void stop_transport();
83 int resize_event(int x, int y, int w, int h);
84 int button_press_event();
85 // int test_preview(int buttonpress);
86 int64_t position_to_pixel(double position);
87 void select_label(double position);
88 double pixel_to_position(int pixel);
89 void handle_mwindow_drag();
90 void update(int flush);
92 void update_clock(double position);
93 double test_highlight();
94 int repeat_event(int64_t duration);
95 void activate_timeline();