diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-27 22:05:16 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-27 22:05:16 +0000 |
| commit | 9b2956fbaefb4e12bad3fc359c47e5923f33bb41 (patch) | |
| tree | 376539d6ec4ebeeb82f5f34e190f0f9bceb77993 /src/sp-rect.h | |
| parent | Removed some unused files; more refactoring in EventContext tree. (diff) | |
| download | inkscape-9b2956fbaefb4e12bad3fc359c47e5923f33bb41.tar.gz inkscape-9b2956fbaefb4e12bad3fc359c47e5923f33bb41.zip | |
various changes
(bzr r11608.1.105)
Diffstat (limited to 'src/sp-rect.h')
| -rw-r--r-- | src/sp-rect.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sp-rect.h b/src/sp-rect.h index c04d57660..12f94a744 100644 --- a/src/sp-rect.h +++ b/src/sp-rect.h @@ -51,17 +51,17 @@ public: virtual void build(SPDocument* doc, Inkscape::XML::Node* repr); - void set(unsigned key, gchar const *value); - void update(SPCtx* ctx, unsigned int flags); + virtual void set(unsigned key, gchar const *value); + virtual void update(SPCtx* ctx, unsigned int flags); virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags); virtual gchar* description(); - void set_shape(); + virtual void set_shape(); virtual Geom::Affine set_transform(Geom::Affine const& xform); - void snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs); - void convert_to_guides(); + virtual void snappoints(std::vector<Inkscape::SnapCandidatePoint> &p, Inkscape::SnapPreferences const *snapprefs); + virtual void convert_to_guides(); SVGLength x; SVGLength y; |
