diff options
Diffstat (limited to 'src/sp-clippath.h')
| -rw-r--r-- | src/sp-clippath.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/sp-clippath.h b/src/sp-clippath.h index e0236cace..231c72581 100644 --- a/src/sp-clippath.h +++ b/src/sp-clippath.h @@ -75,17 +75,17 @@ public: CClipPath(SPClipPath* clippath); virtual ~CClipPath(); - virtual void onBuild(SPDocument* doc, Inkscape::XML::Node* repr); - virtual void onRelease(); + virtual void build(SPDocument* doc, Inkscape::XML::Node* repr); + virtual void release(); - virtual void onChildAdded(Inkscape::XML::Node* child, Inkscape::XML::Node* ref); + virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref); - virtual void onSet(unsigned int key, const gchar* value); + virtual void set(unsigned int key, const gchar* value); - virtual void onUpdate(SPCtx* ctx, unsigned int flags); - virtual void onModified(unsigned int flags); + virtual void update(SPCtx* ctx, unsigned int flags); + virtual void modified(unsigned int flags); - virtual Inkscape::XML::Node* onWrite(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags); + virtual Inkscape::XML::Node* write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags); protected: SPClipPath* spclippath; |
