Normalized RAW tab and enhanced slider behaviour for the RAW tab + Green Equil slider was not listened
This commit is contained in:
@@ -22,32 +22,19 @@
|
||||
#include <gtkmm.h>
|
||||
#include <adjuster.h>
|
||||
#include <toolpanel.h>
|
||||
#include <rawimage.h>
|
||||
|
||||
|
||||
class PreProcess : public Gtk::VBox, public AdjusterListener, public FoldableToolPanel{
|
||||
class PreProcess : public Gtk::VBox, public AdjusterListener, public FoldableToolPanel {
|
||||
|
||||
protected:
|
||||
|
||||
Gtk::ComboBoxText* darkFrameMethod;
|
||||
Gtk::FileChooserButton *darkFrameFile;
|
||||
Gtk::HBox *hbdf;
|
||||
Gtk::Button *btnReset;
|
||||
Gtk::Label *dfLabel;
|
||||
bool dfChanged;
|
||||
|
||||
Adjuster* caRed;
|
||||
Adjuster* caBlue;
|
||||
Adjuster* PexPos;
|
||||
Adjuster* PexPreser;
|
||||
|
||||
Adjuster* lineDenoise;
|
||||
Adjuster* greenEqThreshold;
|
||||
Gtk::CheckButton* caAutocorrect;
|
||||
Gtk::CheckButton* hotDeadPixel;
|
||||
Gtk::CheckButton* dfAuto;
|
||||
bool lastCA,lastHot,lastDFauto;
|
||||
|
||||
sigc::connection caacsconn,dfautoconn,hdpixelconn,dfFile;
|
||||
Adjuster* greenEqThreshold;
|
||||
Gtk::CheckButton* hotDeadPixel;
|
||||
bool lastHot;
|
||||
sigc::connection hdpixelconn;
|
||||
|
||||
public:
|
||||
|
||||
PreProcess ();
|
||||
@@ -58,11 +45,7 @@ class PreProcess : public Gtk::VBox, public AdjusterListener, public FoldableToo
|
||||
void setDefaults (const rtengine::procparams::ProcParams* defParams, const ParamsEdited* pedited=NULL);
|
||||
|
||||
void adjusterChanged (Adjuster* a, double newval);
|
||||
void caCorrectionChanged();
|
||||
void hotDeadPixelChanged();
|
||||
void darkFrameChanged();
|
||||
void darkFrameReset();
|
||||
void dfAutoChanged();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user