X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackprefs.h;h=9b1c32437ee1a5f2c858bb1e9c93f7bf0d13f5bb;hb=d26ed189093987978190ee07f485a4840746c13c;hp=4d9260d5566a681f921bad19ecdce87500a1a5c9;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/playbackprefs.h b/cinelerra-5.1/cinelerra/playbackprefs.h index 4d9260d5..9b1c3243 100644 --- a/cinelerra-5.1/cinelerra/playbackprefs.h +++ b/cinelerra-5.1/cinelerra/playbackprefs.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 PLAYBACKPREFS_H @@ -30,7 +30,6 @@ class PlaybackViewFollows; class PlaybackSoftwareTimer; class PlaybackRealTime; class PlaybackMap51_2; -class TimecodeOffset; class VideoAsynchronous; class VideoEveryFrame; class PlaybackDeblock; @@ -83,10 +82,10 @@ public: class PlaybackModuleFragment : public BC_PopupMenu { public: - PlaybackModuleFragment(int x, - int y, - PreferencesWindow *pwindow, - PlaybackPrefs *playback, + PlaybackModuleFragment(int x, + int y, + PreferencesWindow *pwindow, + PlaybackPrefs *playback, char *text); int handle_event(); PreferencesWindow *pwindow; @@ -96,9 +95,9 @@ public: class PlaybackAudioOffset : public BC_TumbleTextBox { public: - PlaybackAudioOffset(PreferencesWindow *pwindow, + PlaybackAudioOffset(PreferencesWindow *pwindow, PlaybackPrefs *subwindow, - int x, + int x, int y); int handle_event(); PreferencesWindow *pwindow; @@ -151,7 +150,7 @@ public: class VideoEveryFrame : public BC_CheckBox { public: - VideoEveryFrame(PreferencesWindow *pwindow, + VideoEveryFrame(PreferencesWindow *pwindow, PlaybackPrefs *playback_prefs, int x, int y); int handle_event(); PreferencesWindow *pwindow; @@ -169,10 +168,10 @@ public: class PlaybackPreload : public BC_TextBox { public: - PlaybackPreload(int x, - int y, - PreferencesWindow *pwindow, - PlaybackPrefs *playback, + PlaybackPreload(int x, + int y, + PreferencesWindow *pwindow, + PlaybackPrefs *playback, char *text); int handle_event(); PreferencesWindow *pwindow; @@ -182,9 +181,9 @@ public: class PlaybackInterpolateRaw : public BC_CheckBox { public: - PlaybackInterpolateRaw(int x, - int y, - PreferencesWindow *pwindow, + PlaybackInterpolateRaw(int x, + int y, + PreferencesWindow *pwindow, PlaybackPrefs *playback); int handle_event(); PreferencesWindow *pwindow; @@ -194,32 +193,21 @@ public: class PlaybackWhiteBalanceRaw : public BC_CheckBox { public: - PlaybackWhiteBalanceRaw(int x, - int y, - PreferencesWindow *pwindow, + PlaybackWhiteBalanceRaw(int x, + int y, + PreferencesWindow *pwindow, PlaybackPrefs *playback); int handle_event(); PreferencesWindow *pwindow; PlaybackPrefs *playback; }; -class TimecodeOffset : public BC_TextBox -{ - public: - TimecodeOffset(int x, int y, PreferencesWindow *pwindow, - PlaybackPrefs *playback, char *text, int unit); - int handle_event(); - int unit; - PlaybackPrefs *playback; - PreferencesWindow *pwindow; -}; - class PlaybackSubtitle : public BC_CheckBox { public: - PlaybackSubtitle(int x, - int y, - PreferencesWindow *pwindow, + PlaybackSubtitle(int x, + int y, + PreferencesWindow *pwindow, PlaybackPrefs *playback); int handle_event(); PreferencesWindow *pwindow; @@ -229,8 +217,8 @@ public: class PlaybackSubtitleNumber : public BC_TumbleTextBox { public: - PlaybackSubtitleNumber(int x, int y, - PreferencesWindow *pwindow, + PlaybackSubtitleNumber(int x, int y, + PreferencesWindow *pwindow, PlaybackPrefs *playback); int handle_event(); PreferencesWindow *pwindow; @@ -240,8 +228,8 @@ public: class PlaybackLabelCells : public BC_CheckBox { public: - PlaybackLabelCells(int x, int y, - PreferencesWindow *pwindow, + PlaybackLabelCells(int x, int y, + PreferencesWindow *pwindow, PlaybackPrefs *playback); int handle_event(); PreferencesWindow *pwindow; @@ -251,8 +239,8 @@ public: class PlaybackProgramNumber : public BC_TumbleTextBox { public: - PlaybackProgramNumber(int x, int y, - PreferencesWindow *pwindow, + PlaybackProgramNumber(int x, int y, + PreferencesWindow *pwindow, PlaybackPrefs *playback); int handle_event(); PreferencesWindow *pwindow; @@ -263,7 +251,7 @@ class PlaybackGain : public BC_TumbleTextBox { public: PlaybackGain(int x, int y, - PreferencesWindow *pwindow, + PreferencesWindow *pwindow, PlaybackPrefs *gui); int handle_event(); PreferencesWindow *pwindow;