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

/inkscape/src/xml/
H A Dhelper-observer.h24 void notifyChildAdded(Node&, Node&, Node*);
H A Dcomposite-node-observer.h70 void notifyChildAdded(Node &node, Node &child, Node *prev);
H A Dhelper-observer.cpp38 void SignalObserver::notifyChildAdded(XML::Node&, XML::Node&, XML::Node*) function in class:Inkscape::XML::SignalObserver
H A Dnode-observer.h72 virtual void notifyChildAdded(Node &node, Node &child, Node *prev) { function in class:Inkscape::XML::NodeObserver
H A Dsimple-document.h51 void notifyChildAdded(Node &parent, Node &child, Node *prev);
H A Dsimple-document.cpp74 void SimpleDocument::notifyChildAdded(Node &parent, function in class:Inkscape::XML::SimpleDocument
H A Dcomposite-node-observer.cpp28 void CompositeNodeObserver::notifyChildAdded(Node &node, Node &child, Node *prev) function in class:Inkscape::XML::CompositeNodeObserver
35 iter->observer.notifyChildAdded(node, child, prev);
118 void notifyChildAdded(Node &node, Node &child, Node *prev) { function in class:Inkscape::XML::__anon552::VectorNodeObserver
H A Devent.cpp95 void notifyChildAdded(Node &parent, Node &child, Node *ref) { function in class:__anon556::LogPerformer
161 observer.notifyChildAdded(*this->repr, *this->child, this->ref);
214 observer.notifyChildAdded(*this->repr, *this->child, this->ref);
449 void notifyChildAdded(Node &parent, Node &child, Node *ref) { function in class:__anon558::LogPrinter
H A Dsimple-node.cpp446 _document->logger()->notifyChildAdded(*this, *child, ref);
447 _observers.notifyChildAdded(*this, *child, ref);
554 reinterpret_cast<NodeObserver *>(data)->notifyChildAdded(*node, *child, ref);
/inkscape/src/
H A Dsp-tref-reference.h50 virtual void notifyChildAdded(Inkscape::XML::Node &node, Inkscape::XML::Node &child, Inkscape::XML::Node *prev);
H A Dsp-tref-reference.cpp46 void SPTRefReference::notifyChildAdded(Inkscape::XML::Node &/*node*/, Inkscape::XML::Node &/*child*/, function in class:SPTRefReference
H A Dlayer-manager.cpp46 virtual void notifyChildAdded( Node &/*node*/, Node &/*child*/, Node */*prev*/ ) {} function in class:Inkscape::LayerManager::LayerWatcher
/inkscape/src/ui/dialog/
H A Dtags.cpp105 virtual void notifyChildAdded( Node &/*node*/, Node &/*child*/, Node */*prev*/ ) function in class:Inkscape::UI::Dialog::TagsPanel::ObjectWatcher
H A Dobjects.cpp144 virtual void notifyChildAdded( Node &/*node*/, Node &/*child*/, Node */*prev*/ ) function in class:Inkscape::UI::Dialog::ObjectsPanel::ObjectWatcher

Completed in 466 milliseconds