diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-05-11 19:22:30 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-05-11 19:22:30 +0000 |
| commit | 02fa22f04f7a81655183192baf55e74aebf53df7 (patch) | |
| tree | 8ad2d4d2fb0118631abac40d3e8232a1b50dfe6c /src/shape-editor.h | |
| parent | Fixing compile warnings (diff) | |
| download | inkscape-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.h | 4 |
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); |
