Searched refs:emitToolSubselectionChanged (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/tools/
H A Dnode-tool.cpp235 sigc::mem_fun(*this->desktop, &SPDesktop::emitToolSubselectionChanged),
284 this->desktop->emitToolSubselectionChanged(NULL); // sets the coord entry fields to inactive
H A Dtext-tool.cpp1587 SP_EVENT_CONTEXT(tc)->desktop->emitToolSubselectionChanged((gpointer)tc);
/inkscape/src/
H A Ddesktop.h241 void emitToolSubselectionChanged(gpointer data);
H A Dgradient-drag.cpp1732 this->desktop->emitToolSubselectionChanged(NULL);
1837 this->desktop->emitToolSubselectionChanged((gpointer) seldragger);
1851 this->desktop->emitToolSubselectionChanged((gpointer) (selected.empty() ? NULL :*(selected.begin())));
H A Ddesktop.cpp1420 SPDesktop::emitToolSubselectionChanged(gpointer data) function in class:SPDesktop

Completed in 30 milliseconds