Searched refs:onSelectionChanged (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlivepatheffect-editor.cpp64 lpeeditor->onSelectionChanged(selection);
70 lpeeditor->onSelectionChanged(selection);
270 LivePathEffectEditor::onSelectionChanged(Inkscape::Selection *sel) function in class:Inkscape::UI::Dialog::LivePathEffectEditor
393 onSelectionChanged(selection);
395 onSelectionChanged(NULL);
441 onSelectionChanged(sel);
481 onSelectionChanged(sel);
H A Dlivepatheffect-editor.h48 void onSelectionChanged(Inkscape::Selection *sel);
H A Dexport.h219 void onSelectionChanged ();
H A Dexport.cpp415 selectChangedConn = desktop->selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &Export::onSelectionChanged)));
416 subselChangedConn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &Export::onSelectionChanged)));
663 void Export::onSelectionChanged() function in class:Inkscape::UI::Dialog::Export

Completed in 26 milliseconds