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

/inkscape/src/ui/dialog/
H A Dtext-edit.h78 void onSelectionModified (guint flags);
H A Dexport.h220 void onSelectionModified (guint flags);
H A Dtracedialog.cpp91 void onSelectionModified( guint flags );
236 selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &TraceDialogImpl::onSelectionModified)));
404 void TraceDialogImpl::onSelectionModified( guint flags ) function in class:Inkscape::UI::Dialog::TraceDialogImpl
H A Dtext-edit.cpp274 void TextEdit::onSelectionModified(guint flags ) function in class:Inkscape::UI::Dialog::TextEdit
751 selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &TextEdit::onSelectionModified)));
H A Dexport.cpp419 selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &Export::onSelectionModified)));
683 void Export::onSelectionModified ( guint /*flags*/ ) function in class:Inkscape::UI::Dialog::Export

Completed in 26 milliseconds