Lines Matching refs:href
42 static void filter_ref_modified(SPObject *href, guint flags, SPFilter *filter);
51 this->href = new SPFilterReference(this);
52 this->href->changedSignal().connect(sigc::bind(sigc::ptr_fun(filter_ref_changed), this));
81 this->readAttr( "xlink:href" );
101 //release href
102 if (this->href) {
104 this->href->detach();
105 delete this->href;
106 this->href = NULL;
178 this->href->attach(Inkscape::URI(value));
181 this->href->detach();
184 this->href->detach();
344 if (this->href->getURI()) {
345 gchar *uri_string = this->href->getURI()->toString();
346 repr->setAttribute("xlink:href", uri_string);
376 static void filter_ref_modified(SPObject */*href*/, guint /*flags*/, SPFilter *filter)