Searched refs:item_to_select (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | spiral-tool.cpp | 221 } else if (this->item_to_select) { 224 selection->toggle(this->item_to_select); 226 selection->set(this->item_to_select); 233 this->item_to_select = NULL; 429 this->item_to_select = NULL;
|
H A D | star-tool.cpp | 233 } else if (this->item_to_select) { 236 selection->toggle(this->item_to_select); 238 selection->set(this->item_to_select); 245 this->item_to_select = NULL; 454 this->item_to_select = NULL;
|
H A D | rect-tool.cpp | 181 this->item_to_select = sp_event_context_find_item (desktop, button_w, event->button.state & GDK_MOD1_MASK, TRUE); 247 } else if (this->item_to_select) { 250 selection->toggle(this->item_to_select); 252 selection->set(this->item_to_select); 259 this->item_to_select = NULL; 488 this->item_to_select = NULL;
|
H A D | arc-tool.cpp | 210 } else if (this->item_to_select) { 213 selection->toggle(this->item_to_select); 215 selection->set(this->item_to_select); 224 this->item_to_select = NULL; 455 this->item_to_select = NULL;
|
H A D | box3d-tool.cpp | 210 this->item_to_select = sp_event_context_find_item (desktop, button_w, event->button.state & GDK_MOD1_MASK, event->button.state & GDK_CONTROL_MASK); 327 } else if (this->item_to_select) { 330 selection->toggle(this->item_to_select); 332 selection->set(this->item_to_select); 339 this->item_to_select = NULL;
|
H A D | gradient-tool.cpp | 534 this->item_to_select = sp_event_context_find_item (desktop, button_w, event->button.state & GDK_MOD1_MASK, TRUE); 649 } else if (this->item_to_select) { 656 selection->toggle(this->item_to_select); 659 selection->set(this->item_to_select); 671 this->item_to_select = NULL; 894 if (ec->item_to_select) { 896 vector = sp_gradient_vector_for_object(document, desktop, ec->item_to_select, fill_or_stroke);
|
H A D | mesh-tool.cpp | 521 this->item_to_select = sp_event_context_find_item (desktop, button_w, event->button.state & GDK_MOD1_MASK, TRUE); 667 } else if (this->item_to_select) { 674 selection->toggle(this->item_to_select); 676 selection->set(this->item_to_select); 688 this->item_to_select = NULL; 942 if (ec->item_to_select) { 944 vector = sp_gradient_vector_for_object(document, desktop, ec->item_to_select, fill_or_stroke);
|
H A D | tool-base.h | 159 SPItem *item_to_select; ///< the item where mouse_press occurred, to member in class:Inkscape::UI::Tools::ToolBase
|
H A D | tool-base.cpp | 99 , item_to_select(NULL)
|
/inkscape/src/ui/dialog/ |
H A D | template-load-tab.cpp | 194 Gtk::TreeIter* item_to_select = NULL; local 198 item_to_select = new Gtk::TreeIter(it); 203 item_to_select = new Gtk::TreeIter(_tlist_store->children().begin()); 205 if (item_to_select) { 206 _tlist_view.get_selection()->select(*item_to_select); 207 delete item_to_select;
|
/inkscape/src/ |
H A D | context-fns.cpp | 224 ec->item_to_select = Inkscape::UI::Tools::sp_event_context_find_item(desktop, p, ev->button.state & GDK_MOD1_MASK, TRUE);
|
H A D | path-chemistry.cpp | 397 std::vector<Inkscape::XML::Node*> item_to_select; local 400 if (sp_item_list_to_curves(item_list, item_selected, item_to_select))
|
Completed in 44 milliseconds