Searched refs:item_to_select (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/ui/tools/
H A Dspiral-tool.cpp221 } 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 Dstar-tool.cpp233 } 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 Drect-tool.cpp181 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 Darc-tool.cpp210 } 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 Dbox3d-tool.cpp210 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 Dgradient-tool.cpp534 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 Dmesh-tool.cpp521 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 Dtool-base.h159 SPItem *item_to_select; ///< the item where mouse_press occurred, to member in class:Inkscape::UI::Tools::ToolBase
H A Dtool-base.cpp99 , item_to_select(NULL)
/inkscape/src/ui/dialog/
H A Dtemplate-load-tab.cpp194 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 Dcontext-fns.cpp224 ec->item_to_select = Inkscape::UI::Tools::sp_event_context_find_item(desktop, p, ev->button.state & GDK_MOD1_MASK, TRUE);
H A Dpath-chemistry.cpp397 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