Searched refs:selection_changed (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/ui/tools/
H A Drect-tool.h56 void selection_changed(Inkscape::Selection* selection);
H A Dstar-tool.h67 void selection_changed(Inkscape::Selection* selection);
H A Darc-tool.h60 void selection_changed(Inkscape::Selection* selection);
H A Dbox3d-tool.h87 void selection_changed(Inkscape::Selection* selection);
H A Dflood-tool.h47 void selection_changed(Inkscape::Selection* selection);
H A Dgradient-tool.h53 void selection_changed(Inkscape::Selection*);
H A Dmesh-tool.h56 void selection_changed(Inkscape::Selection* sel);
H A Dspiral-tool.h57 void selection_changed(Inkscape::Selection *selection);
H A Dnode-tool.h91 void selection_changed(Inkscape::Selection *sel);
H A Dnode-tool.cpp214 selection->connectChanged(sigc::mem_fun(this, &NodeTool::selection_changed));
271 this->selection_changed(selection);
359 this->selection_changed(this->desktop->selection);
362 this->selection_changed(this->desktop->selection);
410 void NodeTool::selection_changed(Inkscape::Selection *sel) { function in class:Inkscape::UI::Tools::NodeTool
624 // The selection has been restored, and the signal selection_changed has been emitted,
H A Dspiral-tool.cpp96 void SpiralTool::selection_changed(Inkscape::Selection *selection) { function in class:Inkscape::UI::Tools::SpiralTool
118 this->sel_changed_connection = selection->connectChanged(sigc::mem_fun(this, &SpiralTool::selection_changed));
H A Dstar-tool.cpp102 void StarTool::selection_changed(Inkscape::Selection* selection) { function in class:Inkscape::UI::Tools::StarTool
129 this->sel_changed_connection = selection->connectChanged(sigc::mem_fun(this, &StarTool::selection_changed));
H A Darc-tool.cpp94 void ArcTool::selection_changed(Inkscape::Selection* selection) { function in class:Inkscape::UI::Tools::ArcTool
113 sigc::mem_fun(this, &ArcTool::selection_changed)
H A Dbox3d-tool.cpp104 void Box3dTool::selection_changed(Inkscape::Selection* selection) { function in class:Inkscape::UI::Tools::Box3dTool
145 sigc::mem_fun(this, &Box3dTool::selection_changed)
H A Drect-tool.cpp94 void RectTool::selection_changed(Inkscape::Selection* selection) { function in class:Inkscape::UI::Tools::RectTool
111 sigc::mem_fun(this, &RectTool::selection_changed)
H A Dgradient-tool.cpp101 void GradientTool::selection_changed(Inkscape::Selection*) { function in class:Inkscape::UI::Tools::GradientTool
163 sigc::mem_fun(this, &GradientTool::selection_changed)
168 sigc::mem_fun(this, &GradientTool::selection_changed),
173 this->selection_changed(selection);
H A Dmesh-tool.cpp98 void MeshTool::selection_changed(Inkscape::Selection* /*sel*/) { function in class:Inkscape::UI::Tools::MeshTool
230 sigc::mem_fun(this, &MeshTool::selection_changed)
235 sigc::mem_fun(*this, &MeshTool::selection_changed),
240 this->selection_changed(selection);
H A Dflood-tool.cpp133 void FloodTool::selection_changed(Inkscape::Selection* selection) { function in class:Inkscape::UI::Tools::FloodTool
150 sigc::mem_fun(this, &FloodTool::selection_changed)
/inkscape/src/
H A Dinkscape.h139 void selection_changed (Inkscape::Selection * selection);
H A Dselection.cpp109 INKSCAPE.selection_changed(this);
H A Dinkscape.cpp754 Application::selection_changed (Inkscape::Selection * selection) function in class:Inkscape::Application

Completed in 81 milliseconds