Searched defs:notifyChildOrderChanged (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/
H A Dsp-tref-reference.cpp68 void SPTRefReference::notifyChildOrderChanged(Inkscape::XML::Node &/*node*/, Inkscape::XML::Node &/*child*/, function in class:SPTRefReference
H A Dlayer-manager.cpp48 virtual void notifyChildOrderChanged( Node &/*node*/, Node &/*child*/, Node */*old_prev*/, Node */*new_prev*/ ) {} function in class:Inkscape::LayerManager::LayerWatcher
/inkscape/src/xml/
H A Dhelper-observer.cpp44 void SignalObserver::notifyChildOrderChanged(XML::Node&, XML::Node&, XML::Node*, XML::Node*) function in class:Inkscape::XML::SignalObserver
H A Dnode-observer.h107 virtual void notifyChildOrderChanged(Node &node, Node &child, function in class:Inkscape::XML::NodeObserver
H A Dsimple-document.cpp92 void SimpleDocument::notifyChildOrderChanged(Node &parent, function in class:Inkscape::XML::SimpleDocument
H A Dcomposite-node-observer.cpp55 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 Devent.cpp103 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 Dtags.cpp117 virtual void notifyChildOrderChanged( Node &/*node*/, Node &/*child*/, Node */*old_prev*/, Node */*new_prev*/ ) function in class:Inkscape::UI::Dialog::TagsPanel::ObjectWatcher
H A Dobjects.cpp156 virtual void notifyChildOrderChanged( Node &/*node*/, Node &/*child*/, Node */*old_prev*/, Node */*new_prev*/ ) function in class:Inkscape::UI::Dialog::ObjectsPanel::ObjectWatcher

Completed in 29 milliseconds