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

123

/inkscape/src/ui/widget/
H A Dstyle-subject.cpp92 _sel_modified = selection->connectModified(sigc::hide(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged))));
121 _layer_modified = layer->connectModified(sigc::hide(sigc::hide(sigc::mem_fun(*this, &CurrentLayer::_emitChanged))));
/inkscape/src/
H A Dpersp3d-reference.cpp61 _modified_connection = to->connectModified(sigc::bind<2>(sigc::ptr_fun(&persp3dreference_source_modified), this));
H A Dselcue.cpp52 _sel_modified_connection = _selection->connectModified(
H A Dselection-describer.cpp106 selection->connectModified(
H A Dselection.h323 sigc::connection connectModified(sigc::slot<void, Selection *, unsigned int> const &slot) function in class:Inkscape::Selection
H A Dsp-use-reference.cpp102 _modified_connection = to->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_usepath_source_modified), this));
H A Ddocument.h172 sigc::connection connectModified(ModifiedSignal::slot_type slot);
H A Dlayer-manager.cpp329 sigc::connection connection = layer->connectModified(sigc::mem_fun(*this, &LayerManager::_objectModified));
H A Dsp-filter.cpp370 ref->connectModified(sigc::bind(sigc::ptr_fun(&filter_ref_modified), filter));
H A Dsp-object.h640 sigc::connection connectModified( function in class:SPObject
H A Ddesktop.cpp271 _modified_connection = namedview->connectModified(sigc::bind<2>(sigc::ptr_fun(&_namedview_modified), this));
311 _sel_modified_connection = selection->connectModified(
1571 _modified_connection = namedview->connectModified(sigc::bind<2>(sigc::ptr_fun(&_namedview_modified), this));
H A Dstyle.cpp1325 ref->connectModified(sigc::bind(sigc::ptr_fun(&sp_style_filter_ref_modified), style));
1378 ref->connectModified(sigc::bind(sigc::ptr_fun(&sp_style_paint_server_ref_modified), style));
1396 ref->connectModified(sigc::bind(sigc::ptr_fun(&sp_style_paint_server_ref_modified), style));
/inkscape/src/live_effects/
H A Dlpeobject-reference.cpp92 _modified_connection = to->connectModified(sigc::bind<2>(sigc::ptr_fun(&lpeobjectreference_source_modified), this));
/inkscape/src/filters/
H A Dimage.cpp83 feImage->_image_modified_connection = ((SPObject*) feImage->SVGElem)->connectModified(sigc::bind(sigc::ptr_fun(&sp_feImage_elem_modified), obj));
116 this->_image_modified_connection = ((SPObject*) this->SVGElem)->connectModified(sigc::bind(sigc::ptr_fun(&sp_feImage_elem_modified), this));
/inkscape/src/ui/dialog/
H A Dobject-attributes.cpp199 selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &ObjectAttributes::selectionModifiedCB)));
H A Dicon-preview.cpp331 docModConn = this->document->connectModified(sigc::hide(sigc::mem_fun(this, &IconPreviewPanel::queueRefresh)));
/inkscape/src/widgets/
H A Dsp-attribute-widget.cpp155 modified_connection = object->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_attribute_table_object_modified), this));
235 modified_connection = _object->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_attribute_table_object_modified), this));
H A Dgradient-image.cpp213 image->modified_connection = gradient->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_gradient_image_gradient_modified), image));
H A Dmesh-toolbar.cpp585 c_selection_modified = selection->connectModified(sigc::bind(sigc::ptr_fun(&ms_tb_selection_modified), holder));
589 c_defs_modified = document->getDefs()->connectModified(sigc::bind<2>(sigc::ptr_fun(&ms_defs_modified), holder));
H A Dstroke-marker-selector.cpp70 modified_connection = doc->getDefs()->connectModified( sigc::hide(sigc::hide(sigc::bind(sigc::ptr_fun(&MarkerComboBox::handleDefsModified), this))) );
98 modified_connection = doc->getDefs()->connectModified( sigc::hide(sigc::hide(sigc::bind(sigc::ptr_fun(&MarkerComboBox::handleDefsModified), this))) );
H A Dgradient-toolbar.cpp518 *modified_connection = gradient->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_gradient_vector_gradient_modified), widget));
1257 connModified = selection->connectModified(sigc::bind(sigc::ptr_fun(&gr_tb_selection_modified), holder));
1265 connDefsModified = document->getDefs()->connectModified(sigc::bind<2>(sigc::ptr_fun(&gr_defs_modified), GTK_WIDGET(holder)));
H A Dlpe-toolbar.cpp416 c_selection_modified = desktop->getSelection()->connectModified(sigc::bind(sigc::ptr_fun(sp_lpetool_toolbox_sel_modified), holder));
/inkscape/src/display/
H A Dnr-svgfonts.cpp366 glyph_modified_connection = item->connectModified(sigc::mem_fun(*this, &SvgFont::glyph_modified));
/inkscape/src/live_effects/parameter/
H A Dpath.cpp341 linked_modified_connection = to->connectModified(sigc::mem_fun(*this, &PathParam::linked_modified));
H A Doriginalpatharray.cpp371 to->linked_modified_connection = new_obj->connectModified(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_modified), to));

Completed in 799 milliseconds

123