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-switch.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sp-switch.cpp') diff --git a/src/sp-switch.cpp b/src/sp-switch.cpp index f4c5d8a49..f6c267f79 100644 --- a/src/sp-switch.cpp +++ b/src/sp-switch.cpp @@ -77,7 +77,7 @@ GSList *SPSwitch::_childList(bool add_ref, SPObject::Action action) { return g_slist_prepend (NULL, child); } -gchar *CSwitch::onDescription() { +gchar *CSwitch::description() { gint len = this->spgroup->getItemCount(); return g_strdup_printf( ngettext("Conditional group of %d object", @@ -85,15 +85,15 @@ gchar *CSwitch::onDescription() { len), len); } -void CSwitch::onChildAdded(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) { +void CSwitch::child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) { this->spswitch->_reevaluate(true); } -void CSwitch::onRemoveChild(Inkscape::XML::Node *) { +void CSwitch::remove_child(Inkscape::XML::Node *) { this->spswitch->_reevaluate(); } -void CSwitch::onOrderChanged (Inkscape::XML::Node *, Inkscape::XML::Node *, Inkscape::XML::Node *) +void CSwitch::order_changed (Inkscape::XML::Node *, Inkscape::XML::Node *, Inkscape::XML::Node *) { this->spswitch->_reevaluate(); } -- cgit v1.2.3