/inkscape/src/xml/ |
H A D | helper-observer.h | 28 void notifyAttributeChanged(Node&, GQuark, Util::ptr_shared<char>, Util::ptr_shared<char>);
|
H A D | composite-node-observer.h | 81 void notifyAttributeChanged(Node &node, GQuark name,
|
H A D | helper-observer.cpp | 50 void SignalObserver::notifyAttributeChanged(XML::Node&, GQuark, Util::ptr_shared<char>, Util::ptr_shared<char>) function in class:Inkscape::XML::SignalObserver
|
H A D | node-observer.h | 43 * 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 D | simple-document.h | 62 void notifyAttributeChanged(Node &node, GQuark name,
|
H A D | simple-document.cpp | 111 void SimpleDocument::notifyAttributeChanged(Node &node, function in class:Inkscape::XML::SimpleDocument
|
H A D | composite-node-observer.cpp | 85 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 D | event.cpp | 109 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 D | simple-node.cpp | 399 _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 D | sp-tref-reference.h | 57 virtual void notifyAttributeChanged(Inkscape::XML::Node &node, GQuark name,
|
H A D | sp-tref-reference.cpp | 91 void SPTRefReference::notifyAttributeChanged(Inkscape::XML::Node &/*node*/, GQuark /*name*/, function in class:SPTRefReference
|
H A D | layer-manager.cpp | 50 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 D | preferences.cpp | 78 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 D | tags.cpp | 124 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 D | objects.cpp | 163 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 D | path-manipulator.cpp | 84 virtual void notifyAttributeChanged(Inkscape::XML::Node &/*node*/, GQuark attr, function in class:Inkscape::UI::PathManipulatorObserver
|