Searched defs:notifyAttributeChanged (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/
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/xml/
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.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
/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 39 milliseconds