Adding per curve default curve capabilities, used in the Color Toning tool as of now. See issue 2014
This commit is contained in:
@@ -81,6 +81,8 @@ public:
|
||||
void pipetteButton1Released(EditDataProvider *provider);
|
||||
void pipetteDrag(EditDataProvider *provider, int modifierKey);
|
||||
|
||||
bool curveReset (CurveEditor *ce);
|
||||
|
||||
protected:
|
||||
void storeCurveValues (CurveEditor* ce, const std::vector<double>& p);
|
||||
void storeDisplayedCurve ();
|
||||
@@ -90,7 +92,6 @@ protected:
|
||||
void copyPressed ();
|
||||
void pastePressed ();
|
||||
void editToggled (Gtk::ToggleButton *button);
|
||||
bool curveReset (int cType, double iValue);
|
||||
void removeEditor ();
|
||||
const std::vector<double> getCurveFromGUI (int type);
|
||||
void shcChanged ();
|
||||
|
Reference in New Issue
Block a user