X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fthreshold%2Fthresholdwindow.h;h=8c9f3dd825d3f67d12966cd01dcbd6c092f6a363;hb=d1c0b1246b02c5232b059f6f753585b3e0c011e7;hp=f3d43f0dcd976522d596da442a500c834b03d848;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/threshold/thresholdwindow.h b/cinelerra-5.1/plugins/threshold/thresholdwindow.h index f3d43f0d..8c9f3dd8 100644 --- a/cinelerra-5.1/plugins/threshold/thresholdwindow.h +++ b/cinelerra-5.1/plugins/threshold/thresholdwindow.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 THRESHOLDWINDOW_H @@ -91,7 +91,7 @@ public: ThresholdWindow *window; }; -class ThresholdLowColorThread : public ColorThread +class ThresholdLowColorThread : public ColorPicker { public: ThresholdLowColorThread(ThresholdMain *plugin, ThresholdWindow *window); @@ -100,7 +100,7 @@ public: ThresholdWindow *window; }; -class ThresholdMidColorThread : public ColorThread +class ThresholdMidColorThread : public ColorPicker { public: ThresholdMidColorThread(ThresholdMain *plugin, ThresholdWindow *window); @@ -109,7 +109,7 @@ public: ThresholdWindow *window; }; -class ThresholdHighColorThread : public ColorThread +class ThresholdHighColorThread : public ColorPicker { public: ThresholdHighColorThread(ThresholdMain *plugin, ThresholdWindow *window); @@ -150,11 +150,12 @@ class ThresholdWindow : public PluginClientWindow public: ThresholdWindow(ThresholdMain *plugin); ~ThresholdWindow(); - + void create_objects(); void update_low_color(); void update_mid_color(); void update_high_color(); + void done_event(int result); ThresholdMain *plugin; ThresholdMin *min;