Searched refs:notifyContentChanged (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/xml/
H A Dhelper-observer.h27 void notifyContentChanged(Node&, Util::ptr_shared<char>, Util::ptr_shared<char>);
H A Dcomposite-node-observer.h77 void notifyContentChanged(Node &node,
H A Dhelper-observer.cpp47 void SignalObserver::notifyContentChanged(XML::Node&, Util::ptr_shared<char>, Util::ptr_shared<char>) function in class:Inkscape::XML::SignalObserver
H A Dnode-observer.h125 virtual void notifyContentChanged(Node &node, function in class:Inkscape::XML::NodeObserver
H A Dsimple-document.h58 void notifyContentChanged(Node &node,
H A Dsimple-document.cpp102 void SimpleDocument::notifyContentChanged(Node &node, function in class:Inkscape::XML::SimpleDocument
H A Dcomposite-node-observer.cpp70 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 Devent.cpp116 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 Dsimple-node.cpp309 _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 Dsp-tref-reference.h54 virtual void notifyContentChanged(Inkscape::XML::Node &node,
H A Dsp-tref-reference.cpp79 void SPTRefReference::notifyContentChanged(Inkscape::XML::Node &/*node*/, function in class:SPTRefReference
H A Dlayer-manager.cpp49 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 Dtags.cpp123 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 Dobjects.cpp162 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

Completed in 161 milliseconds