Lines Matching defs:selected
638 line a list of all the ids that are selected is included. Currently,
639 this only works for a single selected object, but there will be more.
692 std::vector<SPItem*> selected =
694 for(std::vector<SPItem*>::const_iterator x = selected.begin(); x != selected.end(); ++x){
701 {//add selected nodes
734 ss<< "--selected-nodes=" << id << ":" << sp << ":" << nl;
735 Glib::ustring selected = ss.str();
737 if(found_nl && found_sp)params.push_front(selected);
738 else g_warning("Something went wrong while trying to pass selected nodes to extension. Please report a bug.");
742 }//end add selected nodes