x265 upgrade to 2.5, cinfinity cc lic, keyframe reticle redraw, crikey/titler event...
[goodguy/history.git] / cinelerra-5.1 / plugins / threshold / thresholdwindow.h
index f3d43f0dcd976522d596da442a500c834b03d848..8c9f3dd825d3f67d12966cd01dcbd6c092f6a363 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 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
  * 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;