X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftimeentry.h;h=0669ba120e95b7bd416a692fb020d4445ef05553;hp=8d11a0664ba3cf2f6ab5c27d4f092d7b46fbebfa;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/cinelerra/timeentry.h b/cinelerra-5.1/cinelerra/timeentry.h index 8d11a066..0669ba12 100644 --- a/cinelerra-5.1/cinelerra/timeentry.h +++ b/cinelerra-5.1/cinelerra/timeentry.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 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 TIMEENTRY_H @@ -43,11 +43,11 @@ class TimeTextBox; class TimeEntry { public: - TimeEntry(BC_WindowBase *gui, int x, int y, + TimeEntry(BC_WindowBase *gui, int x, int y, int *output_day, double *output_time, int time_format, int time_w=DEFAULT_TIMEW); virtual ~TimeEntry(); - + void create_objects(); void time_to_hours(char *result, double time); void time_to_minutes(char *result, double time); @@ -84,7 +84,7 @@ public: DayText(TimeEntry *timeentry, int x, int y, int w, const char **table, int table_items, const char *text); int handle_event(); - + const char **table; TimeEntry *timeentry; int table_items; @@ -98,7 +98,7 @@ public: int handle_up_event(); int handle_down_event(); - + TimeEntry *timeentry; DayText *text; }; @@ -133,7 +133,7 @@ public: int handle_up_event(); int handle_down_event(); - + TimeEntryTumbler *timetumbler; }; @@ -141,7 +141,7 @@ public: class TimeTextBox : public BC_TextBox { public: - TimeTextBox(TimeEntry *timeentry, + TimeTextBox(TimeEntry *timeentry, int x, int y, int w, char *default_text); int handle_event(); TimeEntry *timeentry;