Searched refs:changedSignal (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/
H A Duri-references.h102 sigc::signal<void, SPObject *, SPObject *> changedSignal() { function in class:Inkscape::URIReference
H A Dpersp3d-reference.cpp24 _changed_connection = changedSignal().connect(sigc::bind(sigc::ptr_fun(persp3dreference_href_changed), this)); // listening to myself, this should be virtual instead
H A Dsp-tag-use-reference.cpp45 _changed_connection = changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_usepath_href_changed), this)); // listening to myself, this should be virtual instead
H A Dsp-tag-use.cpp35 _changed_connection = ref->changedSignal().connect(sigc::mem_fun(*this, &SPTagUse::href_changed));
H A Dsp-use-reference.cpp45 _changed_connection = changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_usepath_href_changed), this)); // listening to myself, this should be virtual instead
H A Dsp-conn-end-pair.cpp41 = this->_connEnd[handle_ix]->ref.changedSignal()
H A Dstyle.cpp551 filter.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_filter_ref_changed), this));
554 fill_ps_changed_connection = fill.value.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_fill_paint_server_ref_changed), this));
557 stroke_ps_changed_connection = stroke.value.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_stroke_paint_server_ref_changed), this));
1469 style->fill_ps_changed_connection = paint->value.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_fill_paint_server_ref_changed), style));
1471 style->stroke_ps_changed_connection = paint->value.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_stroke_paint_server_ref_changed), style));
H A Dsp-filter.cpp52 this->href->changedSignal().connect(sigc::bind(sigc::ptr_fun(filter_ref_changed), this));
H A Dsp-tref.cpp59 this->uriOriginalRef->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_tref_href_changed), this));
H A Dsp-hatch.cpp52 ref->changedSignal().connect(sigc::mem_fun(this, &SPHatch::_onRefChanged));
H A Dsp-pattern.cpp45 this->ref->changedSignal().connect(sigc::mem_fun(this, &SPPattern::_onRefChanged));
H A Dsp-use.cpp61 this->_changed_connection = this->ref->changedSignal().connect(
H A Dstyle-internal.cpp1206 style->fill_ps_changed_connection = value.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_fill_paint_server_ref_changed), style));
1208 style->stroke_ps_changed_connection = value.href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_stroke_paint_server_ref_changed), style));
1676 href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_filter_ref_changed), style));
1762 //href->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_style_filter_ref_changed), style));
H A Dsp-item.cpp98 clip_ref->changedSignal().connect(sigc::bind(sigc::ptr_fun(clip_ref_changed), this));
101 mask_ref->changedSignal().connect(sigc::bind(sigc::ptr_fun(mask_ref_changed), this));
H A Dsp-gradient.cpp241 this->ref->changedSignal().connect(sigc::bind(sigc::ptr_fun(SPGradient::gradientRefChanged), this));
H A Dsp-offset.cpp104 this->_changed_connection = this->sourceRef->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_offset_href_changed), this));
H A Dbox3d.cpp76 persp_ref->changedSignal().connect(sigc::bind(sigc::ptr_fun(box3d_ref_changed), this));
/inkscape/src/live_effects/
H A Dlpeobject-reference.cpp30 _changed_connection = changedSignal().connect(sigc::bind(sigc::ptr_fun(lpeobjectreference_href_changed), this)); // listening to myself, this should be virtual instead
/inkscape/src/filters/
H A Dimage.cpp113 this->_href_modified_connection = this->SVGElemRef->changedSignal().connect(sigc::bind(sigc::ptr_fun(&sp_feImage_href_modified), this));
/inkscape/src/live_effects/parameter/
H A Dpath.cpp70 ref_changed_connection = ref.changedSignal().connect(sigc::mem_fun(*this, &PathParam::ref_changed));
H A Doriginalpatharray.cpp433 w->linked_changed_connection = w->ref.changedSignal().connect(sigc::bind<PathAndDirection *>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_changed), w));

Completed in 122 milliseconds