Searched refs:SPTRefReference (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-tref-reference.cpp20 bool SPTRefReference::_acceptObject(SPObject * const obj) const
30 void SPTRefReference::updateObserver()
46 void SPTRefReference::notifyChildAdded(Inkscape::XML::Node &/*node*/, Inkscape::XML::Node &/*child*/,
57 void SPTRefReference::notifyChildRemoved(Inkscape::XML::Node &/*node*/, Inkscape::XML::Node &/*child*/,
68 void SPTRefReference::notifyChildOrderChanged(Inkscape::XML::Node &/*node*/, Inkscape::XML::Node &/*child*/,
79 void SPTRefReference::notifyContentChanged(Inkscape::XML::Node &/*node*/,
91 void SPTRefReference::notifyAttributeChanged(Inkscape::XML::Node &/*node*/, GQuark /*name*/,
H A Dsp-tref-reference.h27 class SPTRefReference : public Inkscape::URIReference, class in inherits:Inkscape::URIReference,Inkscape::XML::NodeObserver
30 SPTRefReference(SPObject *owner) : URIReference(owner), subtreeObserved(NULL) { function in class:SPTRefReference
34 virtual ~SPTRefReference() {
H A Dsp-tref.h40 SPTRefReference *uriOriginalRef;
H A Dsp-tref.cpp56 this->uriOriginalRef = new SPTRefReference(this);

Completed in 15 milliseconds