/inkscape/src/live_effects/parameter/ |
H A D | path-reference.h | 25 PathReference(SPObject *owner) : URIReference(owner) {} argument
|
H A D | originalpatharray.h | 33 PathAndDirection(SPObject *owner) argument 35 ref(owner),
|
/inkscape/src/ |
H A D | sp-tref-reference.h | 30 SPTRefReference(SPObject *owner) : URIReference(owner), subtreeObserved(NULL) { argument
|
H A D | sp-tref-reference.cpp | 22 SPObject *owner = getOwner(); local 23 if (SP_IS_TREF(owner)) 49 SPObject *owner = getOwner(); local 51 if (owner && SP_IS_TREF(owner)) { 52 sp_tref_update_text(SP_TREF(owner)); 60 SPObject *owner = getOwner(); local 62 if (owner && SP_IS_TREF(owner)) { 63 sp_tref_update_text(SP_TREF(owner)); 71 SPObject *owner = getOwner(); local 83 SPObject *owner = getOwner(); local [all...] |
H A D | persp3d-reference.h | 36 SPObject *owner; member in class:Persp3DReference
|
H A D | sp-tag-use-reference.h | 30 SPTagUseReference(SPObject *owner) : URIReference(owner) {} argument 47 SPObject *owner; member in class:SPTagUsePath
|
H A D | sp-clippath.h | 80 * If the owner element of this reference (the element with <... clippath="...">) 83 * reference's owner element. True otherwise. 89 SPObject * const owner = this->getOwner(); local 92 Inkscape::XML::Node * const owner_repr = owner->getRepr();
|
H A D | sp-mask.h | 74 * If the owner element of this reference (the element with <... mask="...">) 77 * reference's owner element. True otherwise. 83 SPObject * const owner = this->getOwner(); local 86 Inkscape::XML::Node * const owner_repr = owner->getRepr();
|
H A D | sp-use-reference.h | 28 SPUseReference(SPObject *owner) : URIReference(owner) {} argument 45 SPObject *owner; member in class:SPUsePath
|
H A D | knot.h | 50 SPItem *owner; /**< Optional Owner Item */ member in class:SPKnot
|
H A D | uri-references.cpp | 28 URIReference::URIReference(SPObject *owner) argument 29 : _owner(owner) 35 /* FIXME !!! attach to owner's destroy signal to clean up in case */ 58 * (2) Once we have an (potential owner) object, it can accept a href to obj, iff the graph of objects where directed 61 * We can go either from owner and up in the tree, or from obj and down, in either case this will be in the worst case 72 SPObject *owner = getOwner(); local 73 if (!owner) 75 while (owner->cloned) { 77 while (owner->cloned) { 79 SPObject *c = owner [all...] |
H A D | sp-conn-end-pair.cpp | 31 SPConnEndPair::SPConnEndPair(SPPath *const owner) argument 32 : _path(owner) 39 this->_connEnd[handle_ix] = new SPConnEnd(SP_OBJECT(owner)); 43 this->_connEnd[handle_ix], owner, handle_ix));
|
H A D | sp-conn-end.cpp | 20 SPConnEnd::SPConnEnd(SPObject *const owner) : argument 21 ref(owner), 229 sp_conn_end_deleted(SPObject *, SPObject *const owner, unsigned const handle_ix) argument 233 owner->getRepr()->setAttribute(attrs[handle_ix], NULL); 238 sp_conn_end_detach(SPObject *const owner, unsigned const handle_ix) argument 240 sp_conn_end_deleted(NULL, owner, handle_ix);
|
H A D | sp-hatch-path.cpp | 49 void SPHatchPath::setCurve(SPCurve *new_curve, bool owner) argument 56 if (owner) {
|
H A D | sp-path.cpp | 374 * Adds a original_curve to the path. If owner is specified, a reference 381 void SPPath::set_original_curve (SPCurve *new_curve, unsigned int owner, bool write) argument 388 if (owner) {
|
H A D | sp-shape.cpp | 983 * Adds a curve to the shape. If owner is specified, a reference 988 void SPShape::setCurve(SPCurve *new_curve, unsigned int owner) argument 995 if (owner) { 1053 void SPShape::setCurveInsync(SPCurve *new_curve, unsigned int owner) argument 1060 if (owner) {
|
H A D | sp-object.cpp | 220 SPObject *sp_object_ref(SPObject *object, SPObject *owner) argument 224 g_return_val_if_fail(!owner || SP_IS_OBJECT(owner), NULL); 232 SPObject *sp_object_unref(SPObject *object, SPObject *owner) argument 236 g_return_val_if_fail(!owner || SP_IS_OBJECT(owner), NULL); 249 SPObject *sp_object_href(SPObject *object, SPObject* owner) argument 257 if(owner) 258 object->hrefList.push_front(owner); 263 SPObject *sp_object_hunref(SPObject *object, SPObject* owner) argument [all...] |
/inkscape/src/live_effects/ |
H A D | lpeobject-reference.h | 30 LPEObjectReference(SPObject *owner); 33 SPObject *owner; member in class:Inkscape::LivePathEffect::LPEObjectReference
|
/inkscape/src/ui/widget/ |
H A D | color-icc-selector.cpp | 263 ColorICCSelectorImpl(ColorICCSelector *owner, SelectedColor &color); 331 ColorICCSelectorImpl::ColorICCSelectorImpl(ColorICCSelector *owner, SelectedColor &color) argument 332 : _owner(owner)
|