/inkscape/src/xml/ |
H A D | helper-observer.h | 27 void notifyContentChanged(Node&, Util::ptr_shared<char>, Util::ptr_shared<char>);
|
H A D | composite-node-observer.h | 77 void notifyContentChanged(Node &node,
|
H A D | helper-observer.cpp | 47 void SignalObserver::notifyContentChanged(XML::Node&, Util::ptr_shared<char>, Util::ptr_shared<char>) function in class:Inkscape::XML::SignalObserver
|
H A D | node-observer.h | 125 virtual void notifyContentChanged(Node &node, function in class:Inkscape::XML::NodeObserver
|
H A D | simple-document.h | 58 void notifyContentChanged(Node &node,
|
H A D | simple-document.cpp | 102 void SimpleDocument::notifyContentChanged(Node &node, function in class:Inkscape::XML::SimpleDocument
|
H A D | composite-node-observer.cpp | 70 void CompositeNodeObserver::notifyContentChanged( function in class:Inkscape::XML::CompositeNodeObserver 79 iter->observer.notifyContentChanged(node, old_content, new_content); 136 void notifyContentChanged(Node &node, Util::ptr_shared<char> old_content, Util::ptr_shared<char> new_content) { function in class:Inkscape::XML::__anon552::VectorNodeObserver
|
H A D | event.cpp | 116 void notifyContentChanged(Node &node, function in class:__anon556::LogPerformer 173 observer.notifyContentChanged(*this->repr, this->newval, this->oldval); 232 observer.notifyContentChanged(*this->repr, this->oldval, this->newval); 474 void notifyContentChanged(Node &node, function in class:__anon558::LogPrinter
|
H A D | simple-node.cpp | 309 _document->logger()->notifyContentChanged(*this, old_content, _content); 310 _observers.notifyContentChanged(*this, old_content, _content); 562 reinterpret_cast<NodeObserver *>(data)->notifyContentChanged(*node, Util::share_unsafe((const char *)old_content), Util::share_unsafe((const char *)new_content));
|
/inkscape/src/ |
H A D | sp-tref-reference.h | 54 virtual void notifyContentChanged(Inkscape::XML::Node &node,
|
H A D | sp-tref-reference.cpp | 79 void SPTRefReference::notifyContentChanged(Inkscape::XML::Node &/*node*/, function in class:SPTRefReference
|
H A D | layer-manager.cpp | 49 virtual void notifyContentChanged( Node &/*node*/, Util::ptr_shared<char> /*old_content*/, Util::ptr_shared<char> /*new_content*/ ) {} function in class:Inkscape::LayerManager::LayerWatcher
|
/inkscape/src/ui/dialog/ |
H A D | tags.cpp | 123 virtual void notifyContentChanged( Node &/*node*/, Util::ptr_shared<char> /*old_content*/, Util::ptr_shared<char> /*new_content*/ ) {} function in class:Inkscape::UI::Dialog::TagsPanel::ObjectWatcher
|
H A D | objects.cpp | 162 virtual void notifyContentChanged( Node &/*node*/, Util::ptr_shared<char> /*old_content*/, Util::ptr_shared<char> /*new_content*/ ) {} function in class:Inkscape::UI::Dialog::ObjectsPanel::ObjectWatcher
|