Searched defs:ref (Results 1 - 25 of 47) sorted by relevance

12

/inkscape/src/
H A Dsp-conn-end.h8 #include "conn-avoid-ref.h"
16 SPUseReference ref; member in class:SPConnEnd
40 void sp_conn_end_href_changed(SPObject *old_ref, SPObject *ref,
H A Dsp-tag-use.h44 virtual void href_changed(SPObject* old_ref, SPObject* ref);
51 SPTagUseReference *ref; member in class:SPTagUse
H A Dsp-use.h44 SPUseReference *ref; member in class:SPUse
H A Dsp-object-group.cpp25 void SPObjectGroup::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
26 SPObject::child_added(child, ref);
H A Dsp-pattern.h48 SPPatternReference *ref; member in class:SPPattern
94 void _onRefChanged(SPObject *old_ref, SPObject *ref);
99 void _onRefModified(SPObject *ref, guint flags);
H A Dmessage-stack.cpp55 Message **ref; local
56 for ( ref = &_messages ; *ref ; ref = &(*ref)->next ) {
57 if ( (*ref)->id == id ) {
58 *ref = _discard(*ref);
H A Dsp-font.cpp62 void SPFont::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
63 SPObject::child_added(child, ref);
H A Dsp-hatch.h70 SPHatchReference *ref; member in class:SPHatch
97 virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref);
130 void _onRefChanged(SPObject *old_ref, SPObject *ref);
135 void _onRefModified(SPObject *ref, guint flags);
H A Dsp-font-face.cpp358 void SPFontFace::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
359 SPObject::child_added(child, ref);
H A Dsp-gradient.h114 SPGradientReference *ref; member in class:SPGradient
183 static void gradientRefChanged(SPObject *old_ref, SPObject *ref, SPGradient *gr);
197 virtual void child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref);
H A Dsp-root.cpp165 void SPRoot::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) argument
167 SPGroup::child_added(child, ref);
H A Dsp-switch.cpp72 void SPSwitch::child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) { argument
73 SPGroup::child_added(child, ref);
H A Dsp-symbol.cpp66 void SPSymbol::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
67 SPGroup::child_added(child, ref);
H A Duri-references.cpp247 SPObject *ref = NULL; local
252 ref = sp_uri_reference_resolve(document, trimmed);
257 return ref;
262 SPObject *ref = NULL; local
265 ref = document->getObjectById(uri + 1);
268 return ref;
H A Dsp-clippath.cpp105 void SPClipPath::child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) { argument
107 SPObjectGroup::child_added(child, ref);
H A Dsp-filter.cpp41 static void filter_ref_changed(SPObject *old_ref, SPObject *ref, SPFilter *filter);
360 filter_ref_changed(SPObject *old_ref, SPObject *ref, SPFilter *filter) argument
366 if ( SP_IS_FILTER(ref)
367 && ref != filter )
370 ref->connectModified(sigc::bind(sigc::ptr_fun(&filter_ref_modified), filter));
373 filter_ref_modified(ref, 0, filter);
384 void SPFilter::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
385 SPObject::child_added(child, ref);
H A Dsp-flowregion.cpp39 void SPFlowregion::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
40 SPItem::child_added(child, ref);
195 void SPFlowregionExclude::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
196 SPItem::child_added(child, ref);
/inkscape/src/live_effects/parameter/
H A Dpath.h69 PathReference ref; member in class:Inkscape::LivePathEffect::PathParam
H A Doriginalpatharray.h35 ref(owner),
42 URIReference ref; member in class:Inkscape::LivePathEffect::PathAndDirection
/inkscape/src/svg/
H A Dsvg-affine-test.h20 bool operator()(Geom::Affine const &ref, Geom::Affine const &cm) const argument
24 maxabsdiff = std::max(std::abs(ref[i]-cm[i]), maxabsdiff);
169 Geom::Affine ref(2.0199976232558053, 1.0674773585906016, -0.14125199392774669, 1.9055550612095459, 14.412730624347654, 28.499820929377454); // Precomputed using Mathematica
172 TS_ASSERT_RELATION(approx_equal_pred , ref , cm);
/inkscape/src/util/
H A Dshare.h122 inline ptr_shared<T1> static_cast_shared(ptr_shared<T2> const &ref) { argument
123 return reshare(static_cast<T1 const *>(ref.pointer()));
127 inline ptr_shared<T1> dynamic_cast_shared(ptr_shared<T2> const &ref) { argument
128 return reshare(dynamic_cast<T1 const *>(ref.pointer()));
132 inline ptr_shared<T1> reinterpret_cast_shared(ptr_shared<T2> const &ref) { argument
133 return reshare(reinterpret_cast<T1 const *>(ref.pointer()));
/inkscape/src/filters/
H A Dcomponenttransfer.cpp98 void SPFeComponentTransfer::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
99 SPFilterPrimitive::child_added(child, ref);
H A Ddiffuselighting.cpp233 void SPFeDiffuseLighting::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
234 SPFilterPrimitive::child_added(child, ref);
H A Dspecularlighting.cpp241 void SPFeSpecularLighting::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { argument
242 SPFilterPrimitive::child_added(child, ref);
/inkscape/src/xml/
H A Devent.cpp95 void notifyChildAdded(Node &parent, Node &child, Node *ref) { argument
96 parent.addChild(&child, ref);
155 observer.notifyChildRemoved(*this->repr, *this->child, this->ref);
161 observer.notifyChildAdded(*this->repr, *this->child, this->ref);
214 observer.notifyChildAdded(*this->repr, *this->child, this->ref);
220 observer.notifyChildRemoved(*this->repr, *this->child, this->ref);
301 opposite->ref == action->ref ) {
441 static Glib::ustring ref_to_string(Node *ref) { argument
442 if (ref) {
449 notifyChildAdded(Node &parent, Node &child, Node *ref) argument
[all...]

Completed in 4488 milliseconds

12