Searched defs:group (Results 1 - 25 of 37) sorted by relevance

12

/inkscape/src/ui/widget/
H A Drendering-options.cpp59 Gtk::RadioButtonGroup group = _radio_vector.get_group (); local
60 _radio_bitmap.set_group (group);
H A Dlicensor.cpp47 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 Dcolor-notebook.cpp361 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 Dpage-sizer.cpp328 Gtk::RadioButton::Group group = _landscapeButton.get_group(); local
334 _portraitButton.set_group (group);
H A Dpanel.cpp114 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 Dregistered-widget.cpp513 Gtk::RadioButtonGroup group = _rb1->get_group(); local
514 _rb2 = Gtk::manage(new Gtk::RadioButton(group, label2, true));
/inkscape/src/ui/tool/
H A Dselectable-control-point.cpp29 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 Dselector.cpp32 SelectorPoint(SPDesktop *d, SPCanvasGroup *group, Selector *s) : argument
35 invisible_cset, group),
H A Dcontrol-point.cpp68 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 Dobject-test.h11 #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 Dlayer-manager.cpp24 #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 Dpath-chemistry.cpp170 // 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 Dsp-conn-end.cpp12 #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 Dconn-avoid-ref.cpp38 #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 Dsp-guide.cpp277 void SPGuide::showSPGuide(SPCanvasGroup *group, GCallback handler) argument
279 SPCanvasItem *item = sp_guideline_new(group, label, point_on_line, normal_to_line);
H A Dverbs.cpp364 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 Dsp-item-group.cpp25 #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 Dradiobutton.cpp213 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 Dlatex-text-renderer.cpp33 #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 Dcairo-renderer.cpp43 #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 Dpixelartdialog.cpp446 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 Dtext-edit.cpp261 Gtk::RadioButton::Group group = group_button->get_group(); local
262 button->set_group(group);
H A Dtransformation.cpp334 Gtk::RadioButton::Group group = _counterclockwise_rotate.get_group(); local
335 _clockwise_rotate.set_group(group);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp133 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 Dege-adjustment-action.cpp624 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...]

Completed in 663 milliseconds

12