Neutral Levels & tooltips (issue 1161)

This commit is contained in:
michael
2011-12-18 19:12:47 -05:00
parent 815ba5b321
commit a223ba50ea
5 changed files with 52 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ class ToneCurve : public Gtk::VBox, public AdjusterListener, public FoldableTool
Gtk::HBox* abox;
Gtk::ToggleButton* autolevels;
MySpinButton* sclip;
Gtk::Button* neutral;
Adjuster* expcomp;
Adjuster* brightness;
Adjuster* black;
@@ -43,7 +44,7 @@ class ToneCurve : public Gtk::VBox, public AdjusterListener, public FoldableTool
Adjuster* saturation;
bool clipDirty, lastAuto;
sigc::connection autoconn;
sigc::connection autoconn, neutralconn;
CurveEditorGroup* curveEditorG;
DiagonalCurveEditor* shape;
@@ -68,6 +69,7 @@ class ToneCurve : public Gtk::VBox, public AdjusterListener, public FoldableTool
void adjusterChanged (Adjuster* a, double newval);
void neutral_pressed ();
void autolevels_toggled ();
void clip_changed ();
bool clip_changed_ ();