Lines Matching refs:persp_ref
52 this->persp_ref = new Persp3DReference(this);
76 persp_ref->changedSignal().connect(sigc::bind(sigc::ptr_fun(box3d_ref_changed), this));
97 if (box->persp_ref) {
98 box->persp_ref->detach();
99 delete box->persp_ref;
100 box->persp_ref = NULL;
140 box->persp_ref->attach(Inkscape::URI(value));
143 box->persp_ref->detach();
147 box->persp_ref->detach();
224 if (box->persp_ref->getURI()) {
225 gchar *uri_string = box->persp_ref->getURI()->toString();
1235 return box->persp_ref->getObject();