add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / plugins / interpolatevideo / interpolatewindow.h
index bf1560449213d339b98037d88e3dce2e44d124df..ef13a9b0462bc0cede446c0fbb960a97bea3897b 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * CINELERRA
  * Copyright (C) 1997-2011 Adam Williams <broadcast at earthling dot net>
- * 
+ *
  * 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;
-       
+
 };