X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Finterpolatevideo%2Finterpolatewindow.h;h=ef13a9b0462bc0cede446c0fbb960a97bea3897b;hb=a4387a272874bd4ed9f010684976f336fa3d0190;hp=bf1560449213d339b98037d88e3dce2e44d124df;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/interpolatevideo/interpolatewindow.h b/cinelerra-5.1/plugins/interpolatevideo/interpolatewindow.h index bf156044..ef13a9b0 100644 --- a/cinelerra-5.1/plugins/interpolatevideo/interpolatewindow.h +++ b/cinelerra-5.1/plugins/interpolatevideo/interpolatewindow.h @@ -1,12 +1,12 @@ /* * CINELERRA * Copyright (C) 1997-2011 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 @@ -15,9 +15,9 @@ * 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 INTERPOLATEWINDOW_H #define INTERPOLATEWINDOW_H @@ -31,9 +31,9 @@ class InterpolateVideoRate : public BC_TextBox { public: - InterpolateVideoRate(InterpolateVideo *plugin, - InterpolateVideoWindow *gui, - int x, + InterpolateVideoRate(InterpolateVideo *plugin, + InterpolateVideoWindow *gui, + int x, int y); int handle_event(); InterpolateVideo *plugin; @@ -43,9 +43,9 @@ public: class InterpolateVideoRateMenu : public BC_ListBox { public: - InterpolateVideoRateMenu(InterpolateVideo *plugin, - InterpolateVideoWindow *gui, - int x, + InterpolateVideoRateMenu(InterpolateVideo *plugin, + InterpolateVideoWindow *gui, + int x, int y); int handle_event(); InterpolateVideo *plugin; @@ -57,7 +57,7 @@ class InterpolateVideoFlow : public BC_CheckBox public: InterpolateVideoFlow(InterpolateVideo *plugin, InterpolateVideoWindow *gui, - int x, + int x, int y); int handle_event(); InterpolateVideoWindow *gui; @@ -69,7 +69,7 @@ class InterpolateVideoVectors : public BC_CheckBox public: InterpolateVideoVectors(InterpolateVideo *plugin, InterpolateVideoWindow *gui, - int x, + int x, int y); int handle_event(); InterpolateVideoWindow *gui; @@ -81,7 +81,7 @@ class InterpolateVideoRadius : public BC_IPot public: InterpolateVideoRadius(InterpolateVideo *plugin, InterpolateVideoWindow *gui, - int x, + int x, int y); int handle_event(); InterpolateVideoWindow *gui; @@ -93,7 +93,7 @@ class InterpolateVideoSize : public BC_IPot public: InterpolateVideoSize(InterpolateVideo *plugin, InterpolateVideoWindow *gui, - int x, + int x, int y); int handle_event(); InterpolateVideoWindow *gui; @@ -105,7 +105,7 @@ class InterpolateVideoKeyframes : public BC_CheckBox public: InterpolateVideoKeyframes(InterpolateVideo *plugin, InterpolateVideoWindow *gui, - int x, + int x, int y); int handle_event(); InterpolateVideoWindow *gui; @@ -133,7 +133,7 @@ public: InterpolateVideoRadius *radius; BC_Title *size_title; InterpolateVideoSize *size; - + };