Searched refs:sourceRef (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-offset.h69 SPUseReference *sourceRef; member in class:SPOffset
H A Dsp-offset.cpp103 this->sourceRef = new SPUseReference(this);
104 this->_changed_connection = this->sourceRef->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_offset_href_changed), this));
108 delete this->sourceRef;
220 this->sourceRef->detach();
284 this->sourceRef->detach();
295 this->sourceRef->attach(Inkscape::URI(value));
298 this->sourceRef->detach();
1024 if (offset->sourceRef) {
1025 SPItem *refobj = offset->sourceRef->getObject();
1089 offset->sourceRef
[all...]

Completed in 253 milliseconds