Searched refs:notifyAttributeChanged (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/xml/
H A Dhelper-observer.h28 void notifyAttributeChanged(Node&, GQuark, Util::ptr_shared<char>, Util::ptr_shared<char>);
H A Dcomposite-node-observer.h81 void notifyAttributeChanged(Node &node, GQuark name,
H A Dhelper-observer.cpp50 void SignalObserver::notifyAttributeChanged(XML::Node&, GQuark, Util::ptr_shared<char>, Util::ptr_shared<char>) function in class:Inkscape::XML::SignalObserver
H A Dnode-observer.h43 * Be careful when e.g. changing an attribute of @c node in notifyAttributeChanged().
143 virtual void notifyAttributeChanged(Node &node, GQuark name, function in class:Inkscape::XML::NodeObserver
H A Dsimple-document.h62 void notifyAttributeChanged(Node &node, GQuark name,
H A Dsimple-document.cpp111 void SimpleDocument::notifyAttributeChanged(Node &node, function in class:Inkscape::XML::SimpleDocument
H A Dcomposite-node-observer.cpp85 void CompositeNodeObserver::notifyAttributeChanged( function in class:Inkscape::XML::CompositeNodeObserver
94 iter->observer.notifyAttributeChanged(node, name, old_value, new_value);
142 void notifyAttributeChanged(Node &node, GQuark name, Util::ptr_shared<char> old_value, Util::ptr_shared<char> new_value) { function in class:Inkscape::XML::__anon552::VectorNodeObserver
H A Devent.cpp109 void notifyAttributeChanged(Node &node, GQuark name, function in class:__anon556::LogPerformer
167 observer.notifyAttributeChanged(*this->repr, this->key, this->newval, this->oldval);
226 observer.notifyAttributeChanged(*this->repr, this->key, this->oldval, this->newval);
463 void notifyAttributeChanged(Node &node, GQuark name, function in class:__anon558::LogPrinter
H A Dsimple-node.cpp399 _document->logger()->notifyAttributeChanged(*this, key, old_value, new_value);
400 _observers.notifyAttributeChanged(*this, key, old_value, new_value);
566 reinterpret_cast<NodeObserver *>(data)->notifyAttributeChanged(*node, g_quark_from_string(name), Util::share_unsafe((const char *)old_value), Util::share_unsafe((const char *)new_value));
/inkscape/src/
H A Dsp-tref-reference.h57 virtual void notifyAttributeChanged(Inkscape::XML::Node &node, GQuark name,
H A Dsp-tref-reference.cpp91 void SPTRefReference::notifyAttributeChanged(Inkscape::XML::Node &/*node*/, GQuark /*name*/, function in class:SPTRefReference
H A Dlayer-manager.cpp50 virtual void notifyAttributeChanged( Node &/*node*/, GQuark name, Util::ptr_shared<char> /*old_value*/, Util::ptr_shared<char> /*new_value*/ ) { function in class:Inkscape::LayerManager::LayerWatcher
H A Dpreferences.cpp78 virtual void notifyAttributeChanged(XML::Node &node, GQuark name, Util::ptr_shared<char>, Util::ptr_shared<char>);
542 void Preferences::PrefNodeObserver::notifyAttributeChanged(XML::Node &node, GQuark name, Util::ptr_shared<char>, Util::ptr_shared<char> new_value) function in class:Inkscape::Preferences::PrefNodeObserver
/inkscape/src/ui/dialog/
H A Dtags.cpp124 virtual void notifyAttributeChanged( Node &/*node*/, GQuark name, Util::ptr_shared<char> /*old_value*/, Util::ptr_shared<char> /*new_value*/ ) { function in class:Inkscape::UI::Dialog::TagsPanel::ObjectWatcher
H A Dobjects.cpp163 virtual void notifyAttributeChanged( Node &/*node*/, GQuark name, Util::ptr_shared<char> /*old_value*/, Util::ptr_shared<char> /*new_value*/ ) { function in class:Inkscape::UI::Dialog::ObjectsPanel::ObjectWatcher
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp84 virtual void notifyAttributeChanged(Inkscape::XML::Node &/*node*/, GQuark attr, function in class:Inkscape::UI::PathManipulatorObserver

Completed in 3167 milliseconds