colorpicker cleanup, make ffmpeg probes early default
[goodguy/history.git] / cinelerra-5.1 / plugins / threshold / thresholdwindow.h
index ff8439747cf3c7651edc3285f80b1e56a3b1936e..8c9f3dd825d3f67d12966cd01dcbd6c092f6a363 100644 (file)
@@ -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);
@@ -155,6 +155,7 @@ public:
        void update_low_color();
        void update_mid_color();
        void update_high_color();
+       void done_event(int result);
 
        ThresholdMain *plugin;
        ThresholdMin *min;