Lines Matching defs:selection
27 #include "selection.h"
28 #include "selection-chemistry.h"
101 * Callback that processes the "changed" signal on the selection;
104 void Box3dTool::selection_changed(Inkscape::Selection* selection) {
106 this->shape_editor->set_item(selection->singleItem());
108 if (selection->perspList().size() == 1) {
110 this->desktop->doc()->setCurrentPersp3D(selection->perspList().front());
189 Inkscape::Selection *selection = desktop->getSelection();
330 selection->toggle(this->item_to_select);
332 selection->set(this->item_to_select);
336 selection->clear();
434 persp3d_toggle_VPs(selection->perspList(), Proj::X);
443 persp3d_toggle_VPs(selection->perspList(), Proj::Y);
452 persp3d_toggle_VPs(selection->perspList(), Proj::Z);
552 // TODO: It would be nice to show the VPs during dragging, but since there is no selection