Adding Pipette feature for the Parametric curve + bugfix of the SnapTo feature

This commit is contained in:
Hombrenatureh.510
2014-03-15 03:15:44 +01:00
parent 518a318822
commit 1da9dda959
8 changed files with 89 additions and 24 deletions

View File

@@ -102,7 +102,7 @@ class MyFlatCurve : public MyCurve {
enum MouseOverAreas area;
void draw ();
void movePoint(bool moveX, bool moveY);
void movePoint(bool moveX, bool moveY, bool pipetteDrag=false);
void defaultCurve (double iVal=0.5);
void interpolate ();
void getCursorPosition(Gdk::EventType evType, bool isHint, int evX, int evY, Gdk::ModifierType modifier);