| /inkscape/src/ui/widget/ |
| H A D | registered-enums.h | 27 _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 D | entity-entry.h | 41 sigc::connection _changed_connection; member in class:Inkscape::UI::Widget::EntityEntry
|
| H A D | registered-widget.cpp | 167 _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 D | entity-entry.cpp | 73 _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 D | registered-widget.h | 203 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 D | sp-tag-use.cpp | 32 //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 D | persp3d-reference.h | 43 sigc::connection _changed_connection; member in class:Persp3DReference
|
| H A D | sp-conn-end.h | 20 sigc::connection _changed_connection; member in class:SPConnEnd
|
| H A D | sp-tag-use-reference.h | 53 sigc::connection _changed_connection; member in class:SPTagUsePath
|
| H A D | sp-use-reference.h | 52 sigc::connection _changed_connection; member in class:SPUsePath
|
| H A D | persp3d-reference.cpp | 24 _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 D | sp-tag-use-reference.cpp | 45 _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 D | sp-offset.h | 75 sigc::connection _changed_connection; member in class:SPOffset
|
| H A D | sp-tag-use.h | 52 sigc::connection _changed_connection; member in class:SPTagUse
|
| H A D | sp-tref.h | 49 sigc::connection _changed_connection; member in class:SPTRef
|
| H A D | sp-use.h | 48 sigc::connection _changed_connection; member in class:SPUse
|
| H A D | sp-use-reference.cpp | 45 _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 D | sp-conn-end-pair.cpp | 40 this->_connEnd[handle_ix]->_changed_connection 59 this->_connEnd[handle_ix]->_changed_connection.disconnect();
|
| H A D | sp-use.cpp | 53 _changed_connection(), 61 this->_changed_connection = this->ref->changedSignal().connect( 98 this->_changed_connection.disconnect();
|
| H A D | sp-tref.cpp | 58 this->_changed_connection = 81 this->_changed_connection.disconnect();
|
| H A D | sp-conn-end.cpp | 24 _changed_connection(),
|
| H A D | sp-offset.cpp | 104 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 D | lpeobject-reference.h | 42 sigc::connection _changed_connection; member in class:Inkscape::LivePathEffect::LPEObjectReference
|
| H A D | lpeobject-reference.cpp | 30 _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 D | document-properties.cpp | 189 _rum_deflt._changed_connection.block();
|