/inkscape/src/ui/widget/ |
H A D | style-subject.cpp | 92 _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 D | persp3d-reference.cpp | 61 _modified_connection = to->connectModified(sigc::bind<2>(sigc::ptr_fun(&persp3dreference_source_modified), this));
|
H A D | selcue.cpp | 52 _sel_modified_connection = _selection->connectModified(
|
H A D | selection-describer.cpp | 106 selection->connectModified(
|
H A D | selection.h | 323 sigc::connection connectModified(sigc::slot<void, Selection *, unsigned int> const &slot) function in class:Inkscape::Selection
|
H A D | sp-use-reference.cpp | 102 _modified_connection = to->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_usepath_source_modified), this));
|
H A D | document.h | 172 sigc::connection connectModified(ModifiedSignal::slot_type slot);
|
H A D | layer-manager.cpp | 329 sigc::connection connection = layer->connectModified(sigc::mem_fun(*this, &LayerManager::_objectModified));
|
H A D | sp-filter.cpp | 370 ref->connectModified(sigc::bind(sigc::ptr_fun(&filter_ref_modified), filter));
|
H A D | sp-object.h | 640 sigc::connection connectModified( function in class:SPObject
|
H A D | desktop.cpp | 271 _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 D | style.cpp | 1325 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 D | lpeobject-reference.cpp | 92 _modified_connection = to->connectModified(sigc::bind<2>(sigc::ptr_fun(&lpeobjectreference_source_modified), this));
|
/inkscape/src/filters/ |
H A D | image.cpp | 83 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 D | object-attributes.cpp | 199 selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &ObjectAttributes::selectionModifiedCB)));
|
H A D | icon-preview.cpp | 331 docModConn = this->document->connectModified(sigc::hide(sigc::mem_fun(this, &IconPreviewPanel::queueRefresh)));
|
/inkscape/src/widgets/ |
H A D | sp-attribute-widget.cpp | 155 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 D | gradient-image.cpp | 213 image->modified_connection = gradient->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_gradient_image_gradient_modified), image));
|
H A D | mesh-toolbar.cpp | 585 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 D | stroke-marker-selector.cpp | 70 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 D | gradient-toolbar.cpp | 518 *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 D | lpe-toolbar.cpp | 416 c_selection_modified = desktop->getSelection()->connectModified(sigc::bind(sigc::ptr_fun(sp_lpetool_toolbox_sel_modified), holder));
|
/inkscape/src/display/ |
H A D | nr-svgfonts.cpp | 366 glyph_modified_connection = item->connectModified(sigc::mem_fun(*this, &SvgFont::glyph_modified));
|
/inkscape/src/live_effects/parameter/ |
H A D | path.cpp | 341 linked_modified_connection = to->connectModified(sigc::mem_fun(*this, &PathParam::linked_modified));
|
H A D | originalpatharray.cpp | 371 to->linked_modified_connection = new_obj->connectModified(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_modified), to));
|