Lines Matching defs:selection
15 #include "selection.h"
59 Inkscape::Selection *selection = _getSelection();
60 if(selection)
61 return selection->list();
66 Inkscape::Selection *selection = _getSelection();
67 if (selection) {
68 return selection->bounds(type);
89 Inkscape::Selection *selection = desktop->getSelection();
90 if (selection) {
91 _sel_changed = selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged)));
92 _sel_modified = selection->connectModified(sigc::hide(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged))));