summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-01-04 20:49:35 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2012-01-04 20:49:35 +0000
commit7c932c75f7daff55d89f39dc06097d264af8ef61 (patch)
treef2bc7deaa458af1bfe324abb977bb6c16bd62234 /src/ui/tool/multi-path-manipulator.h
parent2geom update: forgot to add new file (diff)
downloadinkscape-7c932c75f7daff55d89f39dc06097d264af8ef61.tar.gz
inkscape-7c932c75f7daff55d89f39dc06097d264af8ef61.zip
new: add nodes at extreme values of selected subpaths
(bzr r10839)
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.h')
-rw-r--r--src/ui/tool/multi-path-manipulator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/multi-path-manipulator.h b/src/ui/tool/multi-path-manipulator.h
index 6b5686139..36ea8831c 100644
--- a/src/ui/tool/multi-path-manipulator.h
+++ b/src/ui/tool/multi-path-manipulator.h
@@ -51,6 +51,7 @@ public:
void setNodeType(NodeType t);
void setSegmentType(SegmentType t);
+ void insertNodesAtExtrema(ExtremumType extremum);
void insertNodes();
void duplicateNodes();
void joinNodes();