/inkscape/src/ui/widget/ |
H A D | rendering-options.cpp | 59 Gtk::RadioButtonGroup group = _radio_vector.get_group (); local 60 _radio_bitmap.set_group (group);
|
H A D | licensor.cpp | 47 LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr, Gtk::RadioButtonGroup *group); 55 LicenseItem::LicenseItem (struct rdf_license_t const* license, EntityEntry* entity, Registry &wr, Gtk::RadioButtonGroup *group) argument 58 if (group) { 59 set_group (*group); 101 Gtk::RadioButtonGroup group = i->get_group(); local 108 i = Gtk::manage (new LicenseItem (license, _eentry, wr, &group)); 112 LicenseItem *io = Gtk::manage (new LicenseItem (&_other_license, _eentry, wr, &group));
|
H A D | color-notebook.cpp | 361 GSList *group = gtk_radio_button_get_group(GTK_RADIO_BUTTON(_buttons[0])); local 362 gtk_radio_button_set_group(GTK_RADIO_BUTTON(_buttons[page_num]), group); local
|
H A D | page-sizer.cpp | 328 Gtk::RadioButton::Group group = _landscapeButton.get_group(); local 334 _portraitButton.set_group (group);
|
H A D | panel.cpp | 114 Gtk::RadioMenuItem::Group group; local 117 Gtk::RadioMenuItem *one = Gtk::manage(new Gtk::RadioMenuItem(group, one_label)); 118 Gtk::RadioMenuItem *two = Gtk::manage(new Gtk::RadioMenuItem(group, two_label)); 561 void Panel::_regItem(Gtk::MenuItem* item, int group, int id) argument 564 item->signal_activate().connect(sigc::bind<int, int>(sigc::mem_fun(*this, &Panel::_bounceCall), group + PANEL_SETTING_NEXTFREE, id));
|
H A D | registered-widget.cpp | 513 Gtk::RadioButtonGroup group = _rb1->get_group(); local 514 _rb2 = Gtk::manage(new Gtk::RadioButton(group, label2, true));
|
/inkscape/src/ui/tool/ |
H A D | selectable-control-point.cpp | 29 ColorSet const &cset, SPCanvasGroup *group) : 30 ControlPoint(d, initial_pos, anchor, type, cset, group), 39 ColorSet const &cset, SPCanvasGroup *group) : 40 ControlPoint(d, initial_pos, anchor, pixbuf, cset, group), 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 | 32 SelectorPoint(SPDesktop *d, SPCanvasGroup *group, Selector *s) : argument 35 invisible_cset, group),
|
H A D | control-point.cpp | 68 ColorSet const &cset, SPCanvasGroup *group) : 78 group ? group : _desktop->getControls(), SP_TYPE_CTRL, 90 ColorSet const &cset, SPCanvasGroup *group) : 99 _canvas_item = ControlManager::getManager().createControl(group ? group : _desktop->getControls(), type); 66 ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, Glib::RefPtr<Gdk::Pixbuf> pixbuf, ColorSet const &cset, SPCanvasGroup *group) argument 88 ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, ControlType type, ColorSet const &cset, SPCanvasGroup *group) argument
|
/inkscape/src/ |
H A D | object-test.h | 11 #include "sp-item-group.h" 96 SPGroup *group = dynamic_cast<SPGroup *>(doc->getObjectById("G")); local 97 testGrouping(group); 168 void testGrouping(SPGroup *group) argument 172 assert(group != NULL); 175 Inkscape::XML::Node *node = group->getRepr(); 201 std::cout << "Took " << double(end - begin) / double(CLOCKS_PER_SEC) << " seconds to write " << num_elements << " elements into a group\n"; 203 SPGroup *n_group = dynamic_cast<SPGroup *>(group->get_child_by_repr(new_group));
|
H A D | layer-manager.cpp | 24 #include "sp-item-group.h" 281 SPGroup* group = SP_GROUP(curr); local 282 if ( group->layerMode() == SPGroup::LAYER ) { 283 // If we have a layer-group as the one or a parent, ensure it is listed as a valid layer. 286 if ( (!(group->getRepr())) || (!(group->getRepr()->parent())) ) { 290 // If a non-layer group is a parent of layer groups, then show it also as a layer. 291 // TODO add the magic Inkscape group mode? 293 if ( group->getRepr() && group [all...] |
H A D | path-chemistry.cpp | 170 // add the new group to the parent of the topmost 358 SPGroup *group = dynamic_cast<SPGroup *>(item); local 361 !group ) // also convert objects in an SPGroup when skip_all_lpeitems is set. 381 // convert 3D box to ordinary group of paths; replace the old element in 'selected' with the new group 393 if (group) { 394 group->removeAllPathEffects(true); 395 std::vector<SPItem*> item_list = sp_item_group_item_list(group); 470 // Special treatment for text: convert each glyph to separate path, then group the paths
|
H A D | sp-conn-end.cpp | 12 #include "sp-item-group.h" 47 // if this is a group... 49 SPGroup* group = SP_GROUP(item); local 53 std::vector<SPItem*> g = sp_item_group_item_list(group); 96 // and the item given. If the item is a group, then the component items are considered. 299 // This allows the connector tool to dive into a group's children
|
H A D | conn-avoid-ref.cpp | 38 #include "sp-item-group.h" 253 SPGroup* group = SP_GROUP(item); local 255 std::vector<SPItem*> itemlist = sp_item_group_item_list(group);
|
H A D | sp-guide.cpp | 277 void SPGuide::showSPGuide(SPCanvasGroup *group, GCallback handler) argument 279 SPCanvasItem *item = sp_guideline_new(group, label, point_on_line, normal_to_line);
|
H A D | verbs.cpp | 364 Verb::Verb(gchar const *id, gchar const *name, gchar const *tip, gchar const *image, gchar const *group) : argument 373 _group(group), 2515 N_("Convert group to a symbol"), NULL), 2517 N_("Extract group from a symbol"), NULL), 2562 N_("Group selected objects"), INKSCAPE_ICON("object-group")), 2565 new SelectionVerb(SP_VERB_SELECTION_UNGROUP_POP_SELECTION, "SelectionUnGroupPopSelection", N_("_Pop selected objects out of group"), 2566 N_("Pop selected objects out of group"), INKSCAPE_ICON("object-ungroup-pop-selection")), 2722 N_("Creates a clip group using the selected objects as a base"), NULL),
|
H A D | sp-item-group.cpp | 25 #include "display/drawing-group.h" 59 static void sp_group_perform_patheffect(SPGroup *group, SPGroup *topgroup, bool write); 182 // For a group, we need to update ourselves *after* updating children. 183 // this is because the group might contain shapes such as rect or ellipse, 190 Inkscape::DrawingGroup *group = dynamic_cast<Inkscape::DrawingGroup *>(v->arenaitem); local 194 group->setStyle(this->style, this->context_style); 264 value = "group"; 392 sp_item_group_ungroup (SPGroup *group, std::vector<SPItem*> &children, bool do_done) argument 394 g_return_if_fail (group != NULL); 396 SPDocument *doc = group 558 sp_item_group_item_list(SPGroup * group) argument 571 sp_item_group_get_child_by_name(SPGroup *group, SPObject *ref, const gchar *name) argument 657 SPGroup *group = dynamic_cast<SPGroup *>(item); local 827 sp_group_perform_patheffect(SPGroup *group, SPGroup *topgroup, bool write) argument [all...] |
/inkscape/src/extension/param/ |
H A D | radiobutton.cpp | 213 ParamRadioButtonWdg ( Gtk::RadioButtonGroup& group, const Glib::ustring& label, argument 215 Gtk::RadioButton(group, label), _pref(pref), _doc(doc), _node(node), _changeSignal(changeSignal) { 330 Gtk::RadioButtonGroup group; local 347 ParamRadioButtonWdg * radio = Gtk::manage(new ParamRadioButtonWdg(group, *text, this, doc, node, changeSignal));
|
/inkscape/src/extension/internal/ |
H A D | latex-text-renderer.cpp | 33 #include "sp-item-group.h" 229 void LaTeXTextRenderer::sp_group_render(SPGroup *group) argument 231 std::vector<SPObject*> l = (group->childList(false)); 563 SPGroup *group = dynamic_cast<SPGroup *>(item); local 564 if (group) { 565 sp_group_render(group);
|
H A D | cairo-renderer.cpp | 43 #include "sp-item-group.h" 150 static void sp_group_render(SPGroup *group, CairoRenderContext *ctx); 320 static void sp_group_render(SPGroup *group, CairoRenderContext *ctx) argument 325 std::vector<SPObject*> l(group->childList(false)); 474 // no bbox, e.g. empty group 482 // no bbox, e.g. empty group 559 SPGroup *group = dynamic_cast<SPGroup *>(item); local 560 if (group) { 561 TRACE(("group\n")); 562 sp_group_render(group, ct [all...] |
/inkscape/src/ui/dialog/ |
H A D | pixelartdialog.cpp | 446 Inkscape::XML::Node *group = xml_doc->createElement("svg:g"); local 481 group->appendChild(repr); 487 group->setAttribute("transform", 494 desktop->currentLayer()->appendChildRepr(group); 496 Inkscape::GC::release(group);
|
H A D | text-edit.cpp | 261 Gtk::RadioButton::Group group = group_button->get_group(); local 262 button->set_group(group);
|
H A D | transformation.cpp | 334 Gtk::RadioButton::Group group = _counterclockwise_rotate.get_group(); local 335 _clockwise_rotate.set_group(group);
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-input.cpp | 133 Gtk::RadioButton::Group group; local 134 _importViaPoppler = Gtk::manage(new class Gtk::RadioButton(group,_("Poppler/Cairo import"))); 136 _importViaInternal = Gtk::manage(new class Gtk::RadioButton(group,_("Internal import")));
|
/inkscape/src/widgets/ |
H A D | ege-adjustment-action.cpp | 624 static void create_single_menu_item( GCallback toggleCb, int val, GtkWidget* menu, EgeAdjustmentAction* act, GtkWidget** dst, GSList** group, gdouble num, gboolean active ) argument 647 *dst = gtk_radio_menu_item_new_with_label( *group, str ); 648 if ( !*group) { 649 *group = gtk_radio_menu_item_get_group( GTK_RADIO_MENU_ITEM(*dst) ); 668 GSList** group, 681 create_single_menu_item( toggleCb, val + g_list_position(act->private_data->descriptions, cur), menu, act, dst, group, descr->value, FALSE ); 696 GSList* group = 0; local 715 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single, &group, upper ); 716 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_TOP, menu, act, &single, &group, upper, FALSE ); local 718 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single, &group, bas 662 flush_explicit_items( GList* descriptions, GCallback toggleCb, int val, GtkWidget* menu, EgeAdjustmentAction* act, GtkWidget** dst, GSList** group, gdouble num ) argument 719 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_PAGE_UP, menu, act, &single, &group, base + page, FALSE ); local 723 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_UP, menu, act, &single, &group, base + step, FALSE ); local 728 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_NONE, menu, act, &single, &group, base, TRUE ); local 733 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_DOWN, menu, act, &single, &group, base - step, FALSE ); local 737 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_PAGE_DOWN, menu, act, &single, &group, base - page, FALSE ); local 740 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_BOTTOM, menu, act, &single, &group, lower, FALSE ); local [all...] |