Searched refs:select (Results 1 - 22 of 22) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlivepatheffect-add.cpp64 Glib::RefPtr<Gtk::TreeSelection> select = effectlist_treeview.get_selection(); local
65 select->select(row);
H A Dundo-history.cpp306 /* If no event is selected in the view, find the right one and select it. This happens whenever
325 _event_list_selection->select(curr_event_parent);
328 _event_list_selection->select(curr_event);
409 _event_list_selection->select(_event_log->getCurrEvent());
432 _event_list_selection->select(curr_event_parent);
H A Dlayer-properties.cpp293 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
294 select->select(iter);
H A Dlayers.cpp368 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
370 select->select(iter);
421 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
422 select->select(iter);
H A Dextension-editor.cpp115 _page_list.get_selection()->select(iter);
H A Dfilter-effects-dialog.h205 void select(SPFilterPrimitive *prim);
H A Dtags.cpp367 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
369 select->select(iter);
H A Dtemplate-load-tab.cpp206 _tlist_view.get_selection()->select(*item_to_select);
H A Dfilter-effects-dialog.cpp1497 // If only one filter is in use by the selection, select it
1499 _list.get_selection()->select(iter);
1629 _list.get_selection()->select(i);
1891 get_selection()->select(row);
1898 get_selection()->select(_model->children().begin());
1938 void FilterEffectsDialog::PrimitiveList::select(SPFilterPrimitive* prim) function in class:Inkscape::UI::Dialog::FilterEffectsDialog::PrimitiveList
1943 get_selection()->select(i);
2426 get_selection()->select(path);
2658 get_selection()->select(iter);
2969 _primitive_list.select(pri
[all...]
H A Dlivepatheffect-editor.cpp235 effectlist_view.get_selection()->select(ci);
453 // select original
H A Dobjects.cpp558 * @param item Item to select in the tree
569 //We found the item! Expand to the path and select it in the tree.
572 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
574 select->select(iter);
619 //If the item is not a layer, then select it and set the current layer to its parent (if it's the first item)
773 //we need to defer selection by setting the select function so that the tree doesn't
774 //automatically select anything. In order to handle multiple item icon clicking,
797 //setting the select function to _noSelection
821 //We had deferred a selection target, select i
[all...]
H A Dinkscape-preferences.cpp340 AddSelcueCheckbox(_page_selector, "/tools/select", false);
341 AddGradientCheckbox(_page_selector, "/tools/select", false);
343 _t_sel_trans_obj.init ( _("Objects"), "/tools/select/show", "content", true, 0);
346 _t_sel_trans_outl.init ( _("Box outline"), "/tools/select/show", "outline", false, &_t_sel_trans_obj);
1212 _("Uncheck this to be able to select objects that are hidden (either by themselves or by being in a hidden layer)"));
1214 _("Uncheck this to be able to select objects that are locked (either by themselves or by being in a locked layer)"));
1311 //nudgedistance is limited to 1000 in select-context.cpp: use the same limit here
1315 //defaultscale is limited to 1000 in select-context.cpp: use the same limit here
1864 _kb_tree.get_selection()->select(sel_path);
2084 _page_list.get_selection()->select(ite
[all...]
H A Dinput.cpp1231 confDeviceTree.get_selection()->select(confDeviceStore->get_iter("0"));
/inkscape/src/libavoid/
H A Drouter.h337 ConnType validConnType(const ConnType select = ConnType_None) const;
H A Drouter.cpp1252 ConnType Router::validConnType(const ConnType select) const
1254 if (select != ConnType_None)
1256 if ((select == ConnType_Orthogonal) && _orthogonalRouting)
1260 else if ((select == ConnType_PolyLine) && _polyLineRouting)
/inkscape/src/widgets/
H A Dgradient-selector.cpp399 Glib::RefPtr<Gtk::TreeSelection> select = treeview->get_selection(); local
402 select->select(iter);
/inkscape/src/
H A Devent-log.cpp110 dlg._event_list_selection->select(curr_event);
151 it->_event_list_selection->select(path);
H A Dgradient-drag.h97 void select();
H A Dgradient-drag.cpp544 // select the newly created stop
1163 // select the dragger
1687 void GrDragger::select() function in class:GrDragger
1797 * @param dragger The dragger to select.
1799 * @param override If true, always select this node, otherwise toggle selected status.
1813 dragger->select();
1820 seldragger = *(selected.begin()); // select the dragger that is first in the list
1824 dragger->select();
1832 dragger->select();
/inkscape/src/live_effects/parameter/
H A Doriginalpatharray.cpp204 _tree.get_selection()->select(iter);
/inkscape/src/ui/widget/
H A Dpage-sizer.cpp316 // _paperSizeListSelection->select(iter);
608 _paperSizeListSelection->select(row);
/inkscape/
H A Dbuildtool.cpp4207 int ret = select(max+1, &fdset, NULL, NULL, NULL);

Completed in 128 milliseconds