Searched refs:single (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/widgets/
H A Dege-adjustment-action.cpp697 GtkWidget* single = 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, base + page );
719 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_PAGE_UP, menu, act, &single, &group, base + page, FALSE ); local
722 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single, &group, base + step );
723 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_UP, menu, act, &single, &group, base + step, FALSE ); local
727 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single, &group, base );
728 create_single_menu_item( G_CALLBACK(process_menu_action), BUMP_NONE, menu, act, &single, &group, base, TRUE ); local
732 addOns = flush_explicit_items( addOns, G_CALLBACK(process_menu_action), BUMP_CUSTOM, menu, act, &single,
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...]
H A Dicon.cpp1600 preRenderItem single = pendingRenders.front(); local
1602 int psize = getPhysSize(single._lsize);
1603 workDone = prerenderIcon(single._name.c_str(), single._lsize, psize);
/inkscape/src/xml/
H A Drepr-io.cpp153 int single = 0; local
154 while ( some < 4 && single >= 0 )
156 single = gzin->get();
157 if ( single >= 0 ) {
158 firstFew[some++] = 0x0ff & single;
280 int single = 0; local
281 while ( (static_cast<int>(got) < len) && (single >= 0) )
283 single = gzin->get();
284 if ( single >= 0 ) {
285 buffer[got++] = 0x0ff & single;
[all...]
/inkscape/src/ui/tools/
H A Dselect-tool.cpp588 SPGroup *selGroup = dynamic_cast<SPGroup *>(selection->single());
671 SPObject* single = selection->single(); local
672 SPGroup *singleGroup = dynamic_cast<SPGroup *>(single);
676 } else if (singleGroup && (singleGroup->layerMode() == SPGroup::LAYER) && single->isAncestorOf(this->item)) {
/inkscape/src/
H A Dselection.h116 * Set the selection to a single specific object.
212 * Returns a single selected object.
216 SPObject *single();
219 * Returns a single selected item.
236 * Returns a single selected object's xml node.
H A Dselection.cpp345 SPObject *Selection::single() { function in class:Inkscape::Selection
392 SPObject *obj=single();
H A Dselection-chemistry.cpp3057 * 1) A random selection of objects will be embedded into a single <symbol> element.
3059 * 2) Except, a single <g> will have its content directly embedded into a <symbol>; the 'id' and
3062 * 3) Except, a single <g> with a transform that isn't a translation will keep the group when
3100 // Find out if we have a single group
3139 // For a single group, copy relevant attributes.
3211 SPObject* symbol = selection->single();
4102 // Collect all clipped paths and masks within a single group
/inkscape/src/ui/dialog/
H A Dswatches.cpp648 Gtk::RadioMenuItem* single = Gtk::manage(new Gtk::RadioMenuItem(groupOne, curr->_name)); local
650 hotItem = single;
652 _regItem( single, 3, i );

Completed in 240 milliseconds