X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram_bezier%2Fbistogramwindow.h;h=9a7bab4ea5e2de4b3edafe3dd7b18c91113636aa;hp=dbc8565850750304663e8441d6194d71e59f2f13;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.h b/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.h index dbc85658..9a7bab4e 100644 --- a/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.h +++ b/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.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 HISTOGRAMWINDOW_H @@ -32,9 +32,9 @@ class HistogramSmoothMode : public BC_PopupMenu { public: - HistogramSmoothMode(HistogramMain *client, - HistogramWindow *window, - int x, + HistogramSmoothMode(HistogramMain *client, + HistogramWindow *window, + int x, int y); void create_objects(); static char* to_text(int shape); @@ -47,10 +47,10 @@ public: class HistogramSlider : public BC_SubWindow { public: - HistogramSlider(HistogramMain *plugin, + HistogramSlider(HistogramMain *plugin, HistogramWindow *gui, - int x, - int y, + int x, + int y, int w, int h, int is_input); @@ -77,8 +77,8 @@ public: class HistogramAuto : public BC_CheckBox { public: - HistogramAuto(HistogramMain *plugin, - int x, + HistogramAuto(HistogramMain *plugin, + int x, int y); int handle_event(); HistogramMain *plugin; @@ -87,8 +87,8 @@ public: class HistogramSplit : public BC_CheckBox { public: - HistogramSplit(HistogramMain *plugin, - int x, + HistogramSplit(HistogramMain *plugin, + int x, int y); int handle_event(); HistogramMain *plugin; @@ -97,8 +97,8 @@ public: class HistogramMode : public BC_Radial { public: - HistogramMode(HistogramMain *plugin, - int x, + HistogramMode(HistogramMain *plugin, + int x, int y, int value, char *text); @@ -110,7 +110,7 @@ public: class HistogramReset : public BC_GenericButton { public: - HistogramReset(HistogramMain *plugin, + HistogramReset(HistogramMain *plugin, int x, int y); int handle_event();