Searched defs:notifyChildOrderChanged (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ |
H A D | sp-tref-reference.cpp | 68 void SPTRefReference::notifyChildOrderChanged(Inkscape::XML::Node &/*node*/, Inkscape::XML::Node &/*child*/, function in class:SPTRefReference
|
H A D | layer-manager.cpp | 48 virtual void notifyChildOrderChanged( Node &/*node*/, Node &/*child*/, Node */*old_prev*/, Node */*new_prev*/ ) {} function in class:Inkscape::LayerManager::LayerWatcher
|
/inkscape/src/xml/ |
H A D | helper-observer.cpp | 44 void SignalObserver::notifyChildOrderChanged(XML::Node&, XML::Node&, XML::Node*, XML::Node*) function in class:Inkscape::XML::SignalObserver
|
H A D | node-observer.h | 107 virtual void notifyChildOrderChanged(Node &node, Node &child, function in class:Inkscape::XML::NodeObserver
|
H A D | simple-document.cpp | 92 void SimpleDocument::notifyChildOrderChanged(Node &parent, function in class:Inkscape::XML::SimpleDocument
|
H A D | composite-node-observer.cpp | 55 void CompositeNodeObserver::notifyChildOrderChanged(Node &node, Node &child, function in class:Inkscape::XML::CompositeNodeObserver 64 iter->observer.notifyChildOrderChanged(node, child, old_prev, new_prev); 130 void notifyChildOrderChanged(Node &node, Node &child, Node *old_prev, Node *new_prev) { function in class:Inkscape::XML::__anon552::VectorNodeObserver
|
H A D | event.cpp | 103 void notifyChildOrderChanged(Node &parent, Node &child, function in class:__anon556::LogPerformer 179 observer.notifyChildOrderChanged(*this->repr, *this->child, this->newref, this->oldref); 238 observer.notifyChildOrderChanged(*this->repr, *this->child, this->oldref, this->newref); 457 void notifyChildOrderChanged(Node &parent, Node &child, function in class:__anon558::LogPrinter
|
/inkscape/src/ui/dialog/ |
H A D | tags.cpp | 117 virtual void notifyChildOrderChanged( Node &/*node*/, Node &/*child*/, Node */*old_prev*/, Node */*new_prev*/ ) function in class:Inkscape::UI::Dialog::TagsPanel::ObjectWatcher
|
H A D | objects.cpp | 156 virtual void notifyChildOrderChanged( Node &/*node*/, Node &/*child*/, Node */*old_prev*/, Node */*new_prev*/ ) function in class:Inkscape::UI::Dialog::ObjectsPanel::ObjectWatcher
|
Completed in 30 milliseconds