Searched defs:URIReference (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Duri-references.cpp28 URIReference::URIReference(SPObject *owner) function in class:Inkscape::URIReference
38 URIReference::URIReference(SPDocument *owner_document) function in class:Inkscape::URIReference
47 URIReference::~URIReference() { detach(); }
68 bool URIReference::_acceptObject(SPObject *obj) const
121 void URIReference::attach(const URI &uri) throw(BadURIException)
194 _connection = document->connectIdChanged(id, sigc::mem_fun(*this, &URIReference::_setObject));
199 void URIReference
[all...]
H A Duri-references.h36 * The URIReference increments and decrements the SPObject's hrefcount
43 class URIReference : public sigc::trackable { class in namespace:Inkscape
48 * @param owner The object on whose behalf this URIReference
51 URIReference(SPObject *owner);
52 URIReference(SPDocument *owner_document);
58 virtual ~URIReference();
86 * @brief Returns a pointer to the URIReference's owner
88 * @return a pointer to the URIReference's owner
94 * this signal is emitted whenever the URIReference's
143 void operator=(URIReference cons
[all...]

Completed in 13 milliseconds