summaryrefslogtreecommitdiffstats
path: root/src/nodepath.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-12-05 04:09:29 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-12-05 04:09:29 +0000
commitcb43e589b4f1fa3aedc5bf3ddb57ec6202a3d0ee (patch)
treef34bc9600dfd4fbf4d75da69dae82106d097439f /src/nodepath.h
parentLookup object from repr instead of id to fix redo of undo of guide creation :-) (diff)
downloadinkscape-cb43e589b4f1fa3aedc5bf3ddb57ec6202a3d0ee.tar.gz
inkscape-cb43e589b4f1fa3aedc5bf3ddb57ec6202a3d0ee.zip
Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 and #172113)
(bzr r4174)
Diffstat (limited to 'src/nodepath.h')
-rw-r--r--src/nodepath.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nodepath.h b/src/nodepath.h
index ee828f4ac..8f17ecb14 100644
--- a/src/nodepath.h
+++ b/src/nodepath.h
@@ -302,6 +302,9 @@ void sp_node_selected_set_type (Inkscape::NodePath::Path *nodepath, Inkscape::No
void sp_node_selected_set_line_type (Inkscape::NodePath::Path *nodepath, NRPathcode code);
void sp_node_selected_move (Inkscape::NodePath::Path *nodepath, gdouble dx, gdouble dy);
void sp_node_selected_move_screen (Inkscape::NodePath::Path *nodepath, gdouble dx, gdouble dy);
+void sp_node_selected_move_absolute (Inkscape::NodePath::Path *nodepath, NR::Coord val, NR::Dim2 axis);
+NR::Rect sp_node_selected_bbox (Inkscape::NodePath::Path *nodepath);
+NR::Maybe<NR::Coord> sp_node_selected_common_coord (Inkscape::NodePath::Path *nodepath, NR::Dim2 axis);
void sp_nodepath_show_handles(Inkscape::NodePath::Path *nodepath, bool show);