summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-05-05 08:44:33 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-05-05 08:44:33 +0000
commit8a4e7975e48ae18a719f4ecfae795fb44a188eee (patch)
treec2262728d2bdf1825521dc4cbe71a8b2f3bf8b63 /src/ui/tool/path-manipulator.h
parentupdate to trunk (diff)
parentEnabling path manipulator to comunicate if paths are bspline when (diff)
downloadinkscape-8a4e7975e48ae18a719f4ecfae795fb44a188eee.tar.gz
inkscape-8a4e7975e48ae18a719f4ecfae795fb44a188eee.zip
adding Vinícius work whith node tips
(bzr r11950.1.339)
Diffstat (limited to 'src/ui/tool/path-manipulator.h')
-rw-r--r--src/ui/tool/path-manipulator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.h b/src/ui/tool/path-manipulator.h
index a85664ddf..151805c83 100644
--- a/src/ui/tool/path-manipulator.h
+++ b/src/ui/tool/path-manipulator.h
@@ -96,7 +96,7 @@ public:
NodeList::iterator extremeNode(NodeList::iterator origin, bool search_selected,
bool search_unselected, bool closest);
- int BSplineGetSteps();
+ int BSplineGetSteps() const;
// this is necessary for Tab-selection in MultiPathManipulator
SubpathList &subpathList() { return _subpaths; }
@@ -108,6 +108,7 @@ private:
void _createControlPointsFromGeometry();
bool isBSpline(bool recalculate = false);
+ bool isBSpline() const;
double BSplineHandlePosition(Handle *h, Handle *h2 = NULL);
Geom::Point BSplineHandleReposition(Handle *h, Handle *h2 = NULL);
Geom::Point BSplineHandleReposition(Handle *h, double pos);