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

/inkscape/src/
H A Dsp-use.h27 class SPUse : public SPItem { class in inherits:SPItem
29 SPUse();
30 virtual ~SPUse();
33 // relative to the SPUse itself, it is treated as a child, similar to a grouped item relative to its group
H A Dsp-use.cpp43 SPUse::SPUse() function in class:SPUse
62 sigc::hide(sigc::hide(sigc::mem_fun(this, &SPUse::href_changed)))
66 SPUse::~SPUse() {
77 void SPUse::build(SPDocument *document, Inkscape::XML::Node *repr) {
88 // which will call SPUse::href_changed, and that will take care of the child
91 void SPUse::release() {
109 void SPUse::set(unsigned int key, const gchar* value) {
139 // First, set the href field, because SPUse
[all...]

Completed in 22 milliseconds