Searched refs:ref (Results 1 - 25 of 108) sorted by relevance

12345

/inkscape/src/
H A Dsp-tag-use.cpp33 ref = new SPTagUseReference(this);
35 _changed_connection = ref->changedSignal().connect(sigc::mem_fun(*this, &SPTagUse::href_changed));
46 ref->detach();
47 delete ref;
48 ref = 0;
60 // reading xlink:href will attach ref, and that will cause the changed signal to be emitted,
78 ref->detach();
100 ref->attach(Inkscape::URI(value));
103 ref->detach();
106 ref
[all...]
H A Dsp-pattern.cpp44 this->ref = new SPPatternReference(this);
45 this->ref->changedSignal().connect(sigc::mem_fun(this, &SPPattern::_onRefChanged));
90 if (this->ref) {
92 this->ref->detach();
93 delete this->ref;
94 this->ref = NULL;
197 this->ref->attach(Inkscape::URI(value));
201 this->ref->detach();
205 this->ref->detach();
224 for (SPPattern *pat_i = this; pat_i != NULL; pat_i = pat_i->ref
286 _onRefChanged(SPObject *old_ref, SPObject *ref) argument
[all...]
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 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-hatch.cpp37 ref(NULL), // avoiding 'this' in initializer list
51 ref = new SPHatchReference(this);
52 ref->changedSignal().connect(sigc::mem_fun(this, &SPHatch::_onRefChanged));
99 if (ref) {
101 ref->detach();
102 delete ref;
103 ref = NULL;
109 void SPHatch::child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) argument
111 SPObject::child_added(child, ref);
210 ref
339 _onRefChanged(SPObject *old_ref, SPObject *ref) argument
[all...]
H A Dsp-paint-server.h57 * Returns the first of {src, src-\>ref-\>getObject(),
58 * src-\>ref-\>getObject()-\>ref-\>getObject(),...}
78 p2 = p2->ref->getObject();
83 p1 = p1->ref->getObject();
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-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 Dsp-use.cpp51 ref(new SPUseReference(this)),
61 this->_changed_connection = this->ref->changedSignal().connect(
72 this->ref->detach();
73 delete this->ref;
74 this->ref = 0;
87 // reading xlink:href will attach ref, and that will cause the changed signal to be emitted,
104 this->ref->detach();
144 this->ref->attach(Inkscape::URI(value));
147 this->ref->detach();
150 this->ref
759 SPItem *ref = NULL; local
[all...]
H A Dsp-font.h36 virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* 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-object-group.h28 virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref);
H A Dsp-flowregion.h29 virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref);
46 virtual void child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref);
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-gradient.cpp234 ref(NULL),
240 this->ref = new SPGradientReference(this);
241 this->ref->changedSignal().connect(sigc::bind(sigc::ptr_fun(SPGradient::gradientRefChanged), this));
311 if (this->ref) {
313 this->ref->detach();
314 delete this->ref;
315 this->ref = NULL;
380 this->ref->attach(Inkscape::URI(value));
383 this->ref->detach();
386 this->ref
424 gradientRefChanged(SPObject *old_ref, SPObject *ref, SPGradient *gr) argument
453 child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) argument
[all...]
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;
/inkscape/src/extension/dbus/
H A Dbuilddocs.sh1 xsltproc doc/spec-to-docbook.xsl application-interface.xml > doc/org.inkscape.application.ref.xml &&
2 xsltproc doc/spec-to-docbook.xsl document-interface.xml > doc/org.inkscape.document.ref.xml &&
3 xsltproc doc/spec-to-docbook.xsl proposed-interface.xml > doc/org.inkscape.proposed.ref.xml &&
/inkscape/src/trace/
H A Dquantize.cpp29 Ocnode **ref; // node's reference member in struct:Ocnode_def
168 node->ref = NULL;
225 * builds a single <rgb> color leaf at location <ref>
227 static void ocnodeLeaf(pool<Ocnode> *pool, Ocnode **ref, RGB rgb) argument
229 assert(ref);
237 node->ref = ref;
238 *ref = node;
242 * merge nodes <node1> and <node2> at location <ref> with parent <parent>
244 static int octreeMerge(pool<Ocnode> *pool, Ocnode *parent, Ocnode **ref, Ocnod argument
356 ocnodeStrip(pool<Ocnode> *pool, Ocnode **ref, int *count, unsigned long lvl) argument
422 octreePrune(pool<Ocnode> *pool, Ocnode **ref, int ncolor) argument
442 octreeBuildArea(pool<Ocnode> *pool, RgbMap *rgbmap, Ocnode **ref, int x1, int y1, int x2, int y2, int ncolor) argument
[all...]
/inkscape/src/xml/
H A Dsimple-node.cpp361 MutableList<AttributeRecord> ref; local
367 ref = existing;
378 if (ref) {
379 set_rest(ref, MutableList<AttributeRecord>(AttributeRecord(key, new_value)));
389 if (ref) {
390 set_rest(ref, rest(existing));
412 SimpleNode *ref=dynamic_cast<SimpleNode *>(generic_ref); local
414 g_assert(!ref || ref->_parent == this);
417 Debug::EventTracker<DebugAddChild> tracker(*this, *child, ref);
455 SimpleNode *ref=dynamic_cast<SimpleNode *>(previous_node(child)); local
488 SimpleNode *const ref=dynamic_cast<SimpleNode *>(generic_ref); local
538 SimpleNode *ref=NULL; local
553 child_added(Node *node, Node *child, Node *ref, void *data) argument
557 child_removed(Node *node, Node *child, Node *ref, void *data) argument
592 SimpleNode *ref = NULL; local
[all...]
H A Dnode-event-vector.h56 void (* child_added) (Node *repr, Node *child, Node *ref, void* data);
57 void (* child_removed) (Node *repr, Node *child, Node *ref, void* data);
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...]
H A Devent.h132 : Event(repr, next), child(c), ref(rr) {}
137 Node *ref; member in class:Inkscape::XML::EventAdd
151 : Event(repr, next), child(c), ref(rr) {}
156 Node *ref; member in class:Inkscape::XML::EventDel
/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/live_effects/
H A Dlpe-fill-between-many.cpp42 if ((*iter)->ref.isAttached() && (obj = (*iter)->ref.getObject()) && SP_IS_ITEM(obj) && !(*iter)->_pathvector.empty()) {
/inkscape/src/live_effects/parameter/
H A Doriginalpath.h28 SPItem * getObject() const { return ref.getObject(); }

Completed in 45 milliseconds

12345