summaryrefslogtreecommitdiffstats
path: root/src/ui/shape-editor.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marcjeanmougin@free.fr>2017-10-05 09:01:39 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-10-05 09:01:39 +0000
commit577a34f67d1d3bb523c362373efbbe7d00c1afab (patch)
treeba088c3888a7f1b3809d2e5c40f2dba0f6dc8fa9 /src/ui/shape-editor.h
parentMerge branch 'interp_att_ext' of gitlab.com:Moini/inkscape (diff)
parentRename object-edit.cpp to what it really is (diff)
downloadinkscape-577a34f67d1d3bb523c362373efbbe7d00c1afab.tar.gz
inkscape-577a34f67d1d3bb523c362373efbbe7d00c1afab.zip
Merge branch 'edit-clip-object' of gitlab.com:stfacc/inkscape
Diffstat (limited to '')
-rw-r--r--src/ui/shape-editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/shape-editor.h b/src/ui/shape-editor.h
index 7f435efca..e30b2d60b 100644
--- a/src/ui/shape-editor.h
+++ b/src/ui/shape-editor.h
@@ -23,7 +23,7 @@ namespace UI {
class ShapeEditor {
public:
- ShapeEditor(SPDesktop *desktop);
+ ShapeEditor(SPDesktop *desktop, Geom::Affine edit_transform = Geom::identity());
~ShapeEditor();
void set_item(SPItem *item, bool keep_knotholder = false);
@@ -42,11 +42,11 @@ public:
char const * /*new_value*/, bool /*is_interactive*/, void *data);
private:
void reset_item (bool keep_knotholder = true);
- const SPItem *get_item();
static bool _blockSetItem;
SPDesktop *desktop;
Inkscape::XML::Node *knotholder_listener_attached_for;
+ Geom::Affine _edit_transform;
};
} // namespace UI