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=ff8439747cf3c7651edc3285f80b1e56a3b1936e;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/threshold/thresholdwindow.h b/cinelerra-5.1/plugins/threshold/thresholdwindow.h index ff843974..8c9f3dd8 100644 --- a/cinelerra-5.1/plugins/threshold/thresholdwindow.h +++ b/cinelerra-5.1/plugins/threshold/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); @@ -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;