Searched refs:connectToolSubselectionChanged (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/ui/dialog/
H A Dobject-attributes.cpp196 subselChangedConn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &ObjectAttributes::widget_setup)));
H A Dobject-properties.cpp592 _subselection_changed_connection = desktop->connectToolSubselectionChanged(
H A Dtext-edit.cpp750 subselChangedConn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &TextEdit::onSelectionChange)));
H A Dswatches.cpp729 _currentDesktop->connectToolSubselectionChanged(
H A Dexport.cpp416 subselChangedConn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &Export::onSelectionChanged)));
H A Dglyphs.cpp565 conn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::bind(sigc::mem_fun(*this, &GlyphsPanel::readSelection), true, false)));
/inkscape/src/ui/widget/
H A Dstyle-subject.cpp88 _subsel_changed = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged)));
H A Dselected-style.cpp493 subselection_changed_connection = new sigc::connection (desktop->connectToolSubselectionChanged(
/inkscape/src/
H A Ddesktop.h238 sigc::connection connectToolSubselectionChanged(const sigc::slot<void, gpointer> & slot) { function in class:SPDesktop
/inkscape/src/widgets/
H A Dfill-style.cpp209 subselChangedConn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &FillNStroke::performUpdate)));
H A Dmesh-toolbar.cpp586 c_subselection_changed = desktop->connectToolSubselectionChanged(sigc::bind(sigc::ptr_fun(&ms_drag_selection_changed), holder));
H A Dnode-toolbar.cpp632 c_subselection_changed = desktop->connectToolSubselectionChanged(sigc::bind(sigc::ptr_fun(sp_node_toolbox_coord_changed), holder));
H A Dgradient-toolbar.cpp1258 connSubselectionChanged = desktop->connectToolSubselectionChanged(sigc::bind(sigc::ptr_fun(&gr_drag_selection_changed), holder));
H A Dtext-toolbar.cpp2058 c_subselection_changed = desktop->connectToolSubselectionChanged(bind(ptr_fun(sp_text_toolbox_subselection_changed), holder));
/inkscape/src/ui/tools/
H A Dgradient-tool.cpp166 this->subselcon = new sigc::connection(this->desktop->connectToolSubselectionChanged(
H A Dmesh-tool.cpp233 this->subselcon = new sigc::connection(this->desktop->connectToolSubselectionChanged(

Completed in 51 milliseconds