Convert almost all IdleRegister::add() calls to add(std::function<>)

This commit is contained in:
Flössie
2019-01-01 15:53:39 +01:00
parent 5af3f64a9d
commit b08fb04dae
22 changed files with 574 additions and 610 deletions

View File

@@ -72,7 +72,7 @@ protected:
rtengine::ProcEvent EvHistMatching;
rtengine::ProcEvent EvHistMatchingBatch;
rtengine::ProcEvent EvClampOOG;
// used temporarily in eventing
double nextExpcomp;
int nextBrightness;
@@ -108,7 +108,6 @@ public:
void clip_changed ();
bool clip_changed_ ();
void waitForAutoExp ();
bool autoExpComputed_ ();
void enableAll ();
void curveChanged (CurveEditor* ce) override;
void curveMode1Changed ();
@@ -131,7 +130,6 @@ public:
);
void histmatchingToggled();
bool histmatchingComputed();
void autoExpChanged(double expcomp, int bright, int contr, int black, int hlcompr, int hlcomprthresh, bool hlrecons) override;
void autoMatchedToneCurveChanged(rtengine::procparams::ToneCurveParams::TcMode curveMode, const std::vector<double>& curve) override;