summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-05-11 19:22:30 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-05-11 19:22:30 +0000
commit02fa22f04f7a81655183192baf55e74aebf53df7 (patch)
tree8ad2d4d2fb0118631abac40d3e8232a1b50dfe6c /src/shape-editor.h
parentFixing compile warnings (diff)
downloadinkscape-02fa22f04f7a81655183192baf55e74aebf53df7.tar.gz
inkscape-02fa22f04f7a81655183192baf55e74aebf53df7.zip
fixed fixme's in shapeeditor and changed verbs for node editting. helps with multiple nodepath implementation in shape-editor.
(bzr r3000)
Diffstat (limited to 'src/shape-editor.h')
-rw-r--r--src/shape-editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index 85837d105..8eca230a4 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -79,11 +79,13 @@ public:
void delete_nodes();
void delete_nodes_preserving_shape();
+ void delete_segment();
void set_node_type(int type);
void break_at_nodes();
void join_nodes();
+ void join_segments();
void duplicate_nodes();
@@ -102,6 +104,8 @@ public:
void select_next ();
void select_prev ();
+ void show_handles (bool show);
+
void flip (NR::Dim2 axis, NR::Maybe<NR::Point> center = NR::Nothing());
void distribute (NR::Dim2 axis);