X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmtimebar.h;h=8f17884402609ceb19bb26d2bfb0d43645a58170;hb=cb73d14fe59acbe8eba0a62f4af26a23072201fa;hp=d94a2c5220dce8ffca1ce73f8d051c021ced2cce;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mtimebar.h b/cinelerra-5.1/cinelerra/mtimebar.h index d94a2c52..8f178844 100644 --- a/cinelerra-5.1/cinelerra/mtimebar.h +++ b/cinelerra-5.1/cinelerra/mtimebar.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 1997-2014 Adam Williams - * + * * 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 * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef MTIMEBAR_H @@ -33,12 +33,12 @@ class TimeBarPopup; class TimeBarPopupItem : public BC_MenuItem { public: - TimeBarPopupItem(MWindow *mwindow, - TimeBarPopup *menu, + TimeBarPopupItem(MWindow *mwindow, + TimeBarPopup *menu, const char *text, int value); int handle_event(); - + int value; MWindow *mwindow; TimeBarPopup *menu; @@ -62,23 +62,23 @@ public: class MTimeBar : public TimeBar { public: - MTimeBar(MWindow *mwindow, + MTimeBar(MWindow *mwindow, MWindowGUI *gui, - int x, + int x, int y, int w, int h); - MTimeBar(MWindow *mwindow, + MTimeBar(MWindow *mwindow, TimelinePane *pane, - int x, + int x, int y, int w, int h); - + void create_objects(); void draw_time(); void draw_range(); - void stop_playback(); + void stop_transport(); int resize_event(); int resize_event(int x, int y, int w, int h); int button_press_event();