| /inkscape/src/widgets/ |
| H A D | gradient-selector.cpp | 56 static void sp_gradient_selector_vector_set (SPGradientVectorSelector *gvs, SPGradient *gr, SPGradientSelector *sel); 57 static void sp_gradient_selector_edit_vector_clicked (GtkWidget *w, SPGradientSelector *sel); 58 static void sp_gradient_selector_add_vector_clicked (GtkWidget *w, SPGradientSelector *sel); 59 static void sp_gradient_selector_delete_vector_clicked (GtkWidget *w, SPGradientSelector *sel); 114 static void sp_gradient_selector_init(SPGradientSelector *sel) argument 116 sel->safelyInit = true; 117 sel->blocked = false; 120 gtk_orientable_set_orientation(GTK_ORIENTABLE(sel), GTK_ORIENTATION_VERTICAL); 123 new (&sel->nonsolid) std::vector<GtkWidget*>(); 124 new (&sel 198 g_signal_connect (G_OBJECT (sel->add), "clicked", G_CALLBACK (sp_gradient_selector_add_vector_clicked), sel); local 209 g_signal_connect (G_OBJECT (sel->edit), "clicked", G_CALLBACK (sp_gradient_selector_edit_vector_clicked), sel); local 219 g_signal_connect (G_OBJECT (sel->del), "clicked", G_CALLBACK (sp_gradient_selector_delete_vector_clicked), sel); local 229 SPGradientSelector *sel = SP_GRADIENT_SELECTOR( object ); local 261 SPGradientSelector *sel = SP_GRADIENT_SELECTOR(g_object_new (SP_TYPE_GRADIENT_SELECTOR, NULL)); local 373 const Glib::RefPtr<Gtk::TreeSelection> sel = treeview->get_selection(); local 483 sp_gradient_selector_vector_set(SPGradientVectorSelector * , SPGradient *gr, SPGradientSelector *sel) argument 497 sp_gradient_selector_delete_vector_clicked(GtkWidget * , SPGradientSelector *sel) argument 519 sp_gradient_selector_edit_vector_clicked(GtkWidget * , SPGradientSelector *sel) argument 540 sp_gradient_selector_add_vector_clicked(GtkWidget * , SPGradientSelector *sel) argument [all...] |
| H A D | gradient-selector.h | 140 void (* grabbed) (SPGradientSelector *sel); 141 void (* dragged) (SPGradientSelector *sel); 142 void (* released) (SPGradientSelector *sel); 143 void (* changed) (SPGradientSelector *sel); 150 void sp_gradient_selector_set_bbox (SPGradientSelector *sel, gdouble x0, gdouble y0, gdouble x1, gdouble y1);
|
| H A D | calligraphy-toolbar.cpp | 71 EgeSelectOneAction *sel = static_cast<EgeSelectOneAction *>(g_object_get_data(tbl, "profile_selector")); local 72 if (!sel) { 74 //ege_select_one_action_set_active(sel, 0); 116 ege_select_one_action_set_active(sel, 0); 117 ege_select_one_action_set_active(sel, ege_index); // one-based index 123 ege_select_one_action_set_active(sel, 0); 260 EgeSelectOneAction *sel = static_cast<EgeSelectOneAction *>(g_object_get_data(tbl, "profile_selector")); local 261 //gint preset_index = ege_select_one_action_get_active( sel ); 263 if (ege_select_one_action_get_active_text( sel )) { 264 current_profile_name = ege_select_one_action_get_active_text( sel ); [all...] |
| H A D | rect-toolbar.cpp | 409 Inkscape::Selection *sel = desktop->getSelection(); local 411 changed = sel->connectChanged(sigc::bind(sigc::ptr_fun(sp_rect_toolbox_selection_changed), holder)); 414 sp_rect_toolbox_selection_changed(sel, holder);
|
| H A D | stroke-style.cpp | 890 Inkscape::Selection *sel = desktop ? desktop->getSelection() : NULL; local 906 if (!sel || sel->isEmpty()) { 988 if (!sel || sel->isEmpty()) 991 std::vector<SPItem*> const objects = sel->itemList();
|
| /inkscape/src/ui/dialog/ |
| H A D | livepatheffect-editor.cpp | 270 LivePathEffectEditor::onSelectionChanged(Inkscape::Selection *sel) argument 281 if ( sel && !sel->isEmpty() ) { 282 SPItem *item = sel->singleItem(); 410 Inkscape::Selection *sel = _getSelection(); local 411 if ( sel && !sel->isEmpty() ) { 412 SPItem *item = sel->singleItem(); 431 sp_selected_path_to_curves(sel, current_desktop, false); 432 item = sel 492 Inkscape::Selection *sel = _getSelection(); local 510 Inkscape::Selection *sel = _getSelection(); local 527 Inkscape::Selection *sel = _getSelection(); local 544 Glib::RefPtr<Gtk::TreeSelection> sel = effectlist_view.get_selection(); local [all...] |
| H A D | filedialogimpl-gtkmm.cpp | 1165 int sel = fileTypeComboBox.get_active_row_number(); local 1166 if ((sel < 0) || (sel >= (int)fileTypes.size())) 1169 FileType type = fileTypes[sel]; 1442 int sel = fileTypeComboBox.get_active_row_number(); local 1443 if ((sel < 0) || (sel >= (int)fileTypes.size())) 1446 FileType type = fileTypes[sel]; 1694 int sel = fileTypeComboBox.get_active_row_number(); local 1695 if (sel > [all...] |
| H A D | livepatheffect-editor.h | 48 void onSelectionChanged(Inkscape::Selection *sel);
|
| H A D | icon-preview.cpp | 361 Inkscape::Selection * sel = desktop->getSelection(); local 362 if ( sel ) { 365 std::vector<SPItem*> const items = sel->itemList();
|
| H A D | filter-effects-dialog.h | 75 add(sel); 81 Gtk::TreeModelColumn<int> sel; member in class:Inkscape::UI::Dialog::FilterEffectsDialog::FilterModifier::Columns
|
| H A D | svg-fonts-dialog.cpp | 520 Inkscape::Selection* sel = desktop->getSelection(); local 521 if (sel->isEmpty()){ 527 Inkscape::XML::Node* node = sel->reprList().front(); 562 Inkscape::Selection* sel = desktop->getSelection(); local 563 if (sel->isEmpty()){ 569 Inkscape::XML::Node* node = sel->reprList().front();
|
| /inkscape/src/ui/tool/ |
| H A D | selectable-control-point.cpp | 28 ControlPointSelection &sel, 31 _selection(sel) 38 ControlPointSelection &sel, 41 _selection (sel) 26 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, Inkscape::ControlType type, ControlPointSelection &sel, ColorSet const &cset, SPCanvasGroup *group) argument 36 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, Glib::RefPtr<Gdk::Pixbuf> pixbuf, ControlPointSelection &sel, ColorSet const &cset, SPCanvasGroup *group) argument
|
| H A D | selector.cpp | 78 Geom::Rect sel(_start, new_pos); 79 _rubber->setRectangle(sel); 85 Geom::Rect sel(_start, position()); 86 _selector->signal_area.emit(sel, event);
|
| H A D | selectable-control-point.h | 37 ControlPointSelection &sel, 42 ControlPointSelection &sel,
|
| H A D | manipulator.h | 53 PointManipulator(SPDesktop *d, ControlPointSelection &sel) argument 55 , _selection(sel) 82 MultiManipulator(SPDesktop *d, ControlPointSelection &sel) argument 83 : PointManipulator(d, sel)
|
| /inkscape/src/ui/tools/ |
| H A D | node-tool.h | 91 void selection_changed(Inkscape::Selection *sel); 93 void select_area(Geom::Rect const &sel, GdkEventButton *event); 94 void select_point(Geom::Point const &sel, GdkEventButton *event);
|
| H A D | mesh-tool.h | 56 void selection_changed(Inkscape::Selection* sel);
|
| H A D | node-tool.cpp | 410 void NodeTool::selection_changed(Inkscape::Selection *sel) { argument 415 std::vector<SPItem*> items=sel->itemList(); 452 _current_selection = sel->itemList(); 724 void NodeTool::select_area(Geom::Rect const &sel, GdkEventButton *event) { argument 730 std::vector<SPItem*> items = this->desktop->getDocument()->getItemsInBox(this->desktop->dkey, sel); 737 this->_selected_nodes->selectArea(sel); 741 void NodeTool::select_point(Geom::Point const &/*sel*/, GdkEventButton *event) {
|
| H A D | freehand-base.cpp | 64 static void spdc_selection_changed(Inkscape::Selection *sel, FreehandBase *dc); 65 static void spdc_selection_modified(Inkscape::Selection *sel, guint flags, FreehandBase *dc); 67 static void spdc_attach_selection(FreehandBase *dc, Inkscape::Selection *sel); 530 static void spdc_selection_changed(Inkscape::Selection *sel, FreehandBase *dc) argument 533 spdc_attach_selection(dc, sel); 539 static void spdc_selection_modified(Inkscape::Selection *sel, guint /*flags*/, FreehandBase *dc) argument 542 spdc_attach_selection(dc, sel); 546 static void spdc_attach_selection(FreehandBase *dc, Inkscape::Selection */*sel*/)
|
| /inkscape/src/extension/dbus/ |
| H A D | document-interface.cpp | 164 selection_get_center_x (Inkscape::Selection *sel){ argument 165 Geom::OptRect box = sel->documentBounds(SPItem::GEOMETRIC_BBOX); 170 selection_get_center_y (Inkscape::Selection *sel){ argument 171 Geom::OptRect box = sel->documentBounds(SPItem::GEOMETRIC_BBOX); 190 selection_swap(Inkscape::Selection *sel, gchar *name, GError **error) argument 192 std::vector<SPObject*> oldsel = sel->list(); 194 sel->set(get_object_by_name(sel->layers()->getDocument(), name, error)); 202 selection_restore(Inkscape::Selection *sel, std::vector<SPObject*> oldsel) argument 205 sel 1089 Inkscape::Selection * sel = doc_interface->target.getSelection(); local 1250 Inkscape::Selection * sel = doc_interface->target.getSelection(); local 1295 Inkscape::Selection * sel = doc_interface->target.getSelection(); local [all...] |
| /inkscape/src/trace/ |
| H A D | trace.cpp | 56 Inkscape::Selection *sel = desktop->getSelection(); local 57 if (!sel) 68 std::vector<SPItem*> const list = sel->itemList(); 121 SPItem *item = sel->singleItem(); 222 Inkscape::Selection *sel = desktop->getSelection(); local 223 if (!sel)
|
| /inkscape/src/ui/widget/ |
| H A D | object-composite-settings.cpp | 128 std::vector<SPObject*> sel=_subject->list(); local 129 for (std::vector<SPObject*>::const_iterator i = sel.begin() ; i != sel.end() ; ++i ) {
|
| /inkscape/src/libcroco/ |
| H A D | cr-parser.c | 36 #include "cr-simple-sel.h" 37 #include "cr-attr-sel.h" 1667 CRSimpleSel *sel = NULL; local 1680 sel = cr_simple_sel_new (); 1681 ENSURE_PARSING_COND (sel); 1684 (&sel->location, 1689 int comb = (int)sel->type_mask | (int) UNIVERSAL_SELECTOR; 1690 sel->type_mask = (enum SimpleSelectorType)comb; 1691 sel->name = cr_string_new_from_string ("*"); 1694 sel 1936 CRSimpleSel *sel = NULL; local [all...] |
| /inkscape/src/ |
| H A D | selection-chemistry.h | 146 std::vector<SPItem*> sp_get_same_style(SPItem *sel, std::vector<SPItem*> &src, SPSelectStrokeStyleType type=SP_STYLE_ALL); 147 std::vector<SPItem*> sp_get_same_object_type(SPItem *sel, std::vector<SPItem*> &src);
|
| H A D | vanishing-point.cpp | 259 VanishingPoint::selectedBoxes(Inkscape::Selection *sel) { argument 261 std::vector<SPItem*> itemlist=sel->itemList(); 399 Inkscape::Selection *sel = SP_ACTIVE_DESKTOP->getSelection(); local 400 std::vector<SPItem*> itemlist=sel->itemList(); 628 std::vector<SPItem*> sel = selection->itemList(); local 629 if (sel.empty()) 632 if (sel.size() > 1) {
|