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

/inkscape/src/ui/widget/
H A Dregistered-enums.h27 _changed_connection.disconnect();
41 _changed_connection = combobox()->signal_changed().connect (sigc::mem_fun (*this, &RegisteredEnum::on_changed));
60 sigc::connection _changed_connection; member in class:Inkscape::UI::Widget::RegisteredEnum
H A Dentity-entry.h41 sigc::connection _changed_connection; member in class:Inkscape::UI::Widget::EntityEntry
H A Dregistered-widget.cpp167 _changed_connection.disconnect();
176 _changed_connection = getUnitMenu()->signal_changed().connect (sigc::mem_fun (*this, &RegisteredUnitMenu::on_changed));
388 _changed_connection = connectChanged (sigc::mem_fun (*this, &RegisteredColorPicker::on_changed));
393 _changed_connection.disconnect();
451 _changed_connection.disconnect();
464 _changed_connection = signal_value_changed().connect (sigc::mem_fun(*this, &RegisteredSuffixedInteger::on_value_changed));
495 _changed_connection.disconnect();
519 _changed_connection = _rb1->signal_toggled().connect (sigc::mem_fun (*this, &RegisteredRadioButtonPair::on_value_changed));
H A Dentity-entry.cpp73 _changed_connection.disconnect();
89 _changed_connection = e->signal_changed().connect (sigc::mem_fun (*this, &EntityLineEntry::on_changed));
146 _changed_connection = _v.get_buffer()->signal_changed().connect (sigc::mem_fun (*this, &EntityMultiLineEntry::on_changed));
H A Dregistered-widget.h203 sigc::connection _changed_connection; member in class:Inkscape::UI::Widget::RegisteredUnitMenu
287 sigc::connection _changed_connection; member in class:Inkscape::UI::Widget::RegisteredColorPicker
305 sigc::connection _changed_connection; member in class:Inkscape::UI::Widget::RegisteredSuffixedInteger
328 sigc::connection _changed_connection; member in class:Inkscape::UI::Widget::RegisteredRadioButtonPair
/inkscape/src/
H A Dsp-tag-use.cpp32 //new (_changed_connection) sigc::connection;
35 _changed_connection = ref->changedSignal().connect(sigc::mem_fun(*this, &SPTagUse::href_changed));
50 _changed_connection.~connection(); //FIXME why?
73 _changed_connection.disconnect();
H A Dpersp3d-reference.h43 sigc::connection _changed_connection; member in class:Persp3DReference
H A Dsp-conn-end.h20 sigc::connection _changed_connection; member in class:SPConnEnd
H A Dsp-tag-use-reference.h53 sigc::connection _changed_connection; member in class:SPTagUsePath
H A Dsp-use-reference.h52 sigc::connection _changed_connection; member in class:SPUsePath
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
29 _changed_connection.disconnect(); // to do before unlinking
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
55 _changed_connection.disconnect(); // to do before unlinking
H A Dsp-offset.h75 sigc::connection _changed_connection; member in class:SPOffset
H A Dsp-tag-use.h52 sigc::connection _changed_connection; member in class:SPTagUse
H A Dsp-tref.h49 sigc::connection _changed_connection; member in class:SPTRef
H A Dsp-use.h48 sigc::connection _changed_connection; member in class:SPUse
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
55 _changed_connection.disconnect(); // to do before unlinking
H A Dsp-conn-end-pair.cpp40 this->_connEnd[handle_ix]->_changed_connection
59 this->_connEnd[handle_ix]->_changed_connection.disconnect();
H A Dsp-use.cpp53 _changed_connection(),
61 this->_changed_connection = this->ref->changedSignal().connect(
98 this->_changed_connection.disconnect();
H A Dsp-tref.cpp58 this->_changed_connection =
81 this->_changed_connection.disconnect();
H A Dsp-conn-end.cpp24 _changed_connection(),
H A Dsp-offset.cpp104 this->_changed_connection = this->sourceRef->changedSignal().connect(sigc::bind(sigc::ptr_fun(sp_offset_href_changed), this));
112 this->_changed_connection.disconnect();
215 this->_changed_connection.disconnect();
/inkscape/src/live_effects/
H A Dlpeobject-reference.h42 sigc::connection _changed_connection; member in class:Inkscape::LivePathEffect::LPEObjectReference
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
37 _changed_connection.disconnect(); // to do before unlinking
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp189 _rum_deflt._changed_connection.block();

Completed in 43 milliseconds