Searched defs:notifyChildRemoved (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ |
H A D | sp-tref-reference.cpp | 57 void SPTRefReference::notifyChildRemoved(Inkscape::XML::Node &/*node*/, Inkscape::XML::Node &/*child*/, function in class:SPTRefReference
|
H A D | layer-manager.cpp | 47 virtual void notifyChildRemoved( Node &/*node*/, Node &/*child*/, Node */*prev*/ ) {} function in class:Inkscape::LayerManager::LayerWatcher
|
/inkscape/src/xml/ |
H A D | helper-observer.cpp | 41 void SignalObserver::notifyChildRemoved(XML::Node&, XML::Node&, XML::Node*) function in class:Inkscape::XML::SignalObserver
|
H A D | node-observer.h | 88 virtual void notifyChildRemoved(Node &node, Node &child, Node *prev) { function in class:Inkscape::XML::NodeObserver
|
H A D | simple-document.cpp | 83 void SimpleDocument::notifyChildRemoved(Node &parent, function in class:Inkscape::XML::SimpleDocument
|
H A D | composite-node-observer.cpp | 41 void CompositeNodeObserver::notifyChildRemoved(Node &node, Node &child, function in class:Inkscape::XML::CompositeNodeObserver 49 iter->observer.notifyChildRemoved(node, child, prev); 124 void notifyChildRemoved(Node &node, Node &child, Node *prev) { function in class:Inkscape::XML::__anon552::VectorNodeObserver
|
H A D | event.cpp | 99 void notifyChildRemoved(Node &parent, Node &child, Node */*old_ref*/) { function in class:__anon556::LogPerformer 155 observer.notifyChildRemoved(*this->repr, *this->child, this->ref); 220 observer.notifyChildRemoved(*this->repr, *this->child, this->ref); 453 void notifyChildRemoved(Node &parent, Node &child, Node */*ref*/) { function in class:__anon558::LogPrinter
|
/inkscape/src/ui/dialog/ |
H A D | tags.cpp | 111 virtual void notifyChildRemoved( Node &/*node*/, Node &/*child*/, Node */*prev*/ ) function in class:Inkscape::UI::Dialog::TagsPanel::ObjectWatcher
|
H A D | objects.cpp | 150 virtual void notifyChildRemoved( Node &/*node*/, Node &/*child*/, Node */*prev*/ ) function in class:Inkscape::UI::Dialog::ObjectsPanel::ObjectWatcher
|
Completed in 29 milliseconds