Lines Matching defs:selected
498 SPItem *selected = desktop->getSelection()->singleItem();
499 if (selected && (SP_IS_SHAPE(selected) || SP_IS_TEXT(selected))) {
500 // One item selected, and it's a path;
503 if (selected != this->hatch_item) {
504 this->hatch_item = selected;
512 motion_to_curve = selected->dt2i_affine() * selected->i2doc_affine();
525 this->message_context->set(Inkscape::NORMAL_MESSAGE, _("<b>Guide path selected</b>; start drawing along the guide with <b>Ctrl</b>"));
951 // Now we fetch the single item, that has been set as selected by the boolean op.