From 7df6616da5ea2debb86838366ddf746841549cdb Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 30 Mar 2013 00:56:13 +0100 Subject: Renamed virtual function names. (bzr r11608.1.57) --- src/sp-path.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/sp-path.h') diff --git a/src/sp-path.h b/src/sp-path.h index 92757d39d..27d5b739d 100644 --- a/src/sp-path.h +++ b/src/sp-path.h @@ -59,18 +59,18 @@ public: CPath(SPPath* path); ~CPath(); - virtual void onBuild(SPDocument *document, Inkscape::XML::Node *repr); - virtual void onRelease(); - virtual void onUpdate(SPCtx* ctx, guint flags); + virtual void build(SPDocument *document, Inkscape::XML::Node *repr); + virtual void release(); + virtual void update(SPCtx* ctx, guint flags); - virtual void onSet(unsigned int key, gchar const* value); - virtual Inkscape::XML::Node* onWrite(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags); + virtual void set(unsigned int key, gchar const* value); + virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags); - virtual gchar* onDescription(); - virtual Geom::Affine onSetTransform(Geom::Affine const &transform); - virtual void onConvertToGuides(); + virtual gchar* description(); + virtual Geom::Affine set_transform(Geom::Affine const &transform); + virtual void convert_to_guides(); - virtual void onUpdatePatheffect(bool write); + virtual void update_patheffect(bool write); protected: SPPath* sppath; -- cgit v1.2.3