Searched defs:objects (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsp-item-group.cpp313 ngettext(_("of <b>%d</b> object"), _("of <b>%d</b> objects"), len), len);
423 /* Step 1 - generate lists of children objects */
425 GSList *objects = NULL; local
502 objects = g_slist_prepend (objects, nrepr);
514 if (objects) {
516 while (objects) {
517 Inkscape::XML::Node *repr = (Inkscape::XML::Node *) objects->data;
522 objects = g_slist_remove (objects, object
[all...]
H A Ddesktop-style.cpp115 // 1. tspans with role=line are not regular objects in that they are not supposed to have style of their own,
232 // Do this once in case a zillion objects are selected.
442 stroke_average_width (const std::vector<SPItem*> &objects) argument
444 if (objects.empty())
450 for (std::vector<SPItem*>::const_iterator i = objects.begin(); i != objects.end(); ++i) {
461 ++n_notstroked; // do not count nonstroked objects
473 return avgwidth / (objects.size() - n_notstroked);
491 * Write to style_res the average fill or stroke of list of objects, if applicable.
494 objects_query_fillstroke (const std::vector<SPItem*> &objects, SPStyl
687 objects_query_opacity(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
741 objects_query_strokewidth(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
817 objects_query_miterlimit(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
877 objects_query_strokecap(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
928 objects_query_strokejoin(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
980 objects_query_paintorder(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1036 objects_query_fontnumbers(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1226 objects_query_fontstyle(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1280 objects_query_fontvariants(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1371 objects_query_writing_modes(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1418 objects_query_fontfeaturesettings(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1478 objects_query_baselines(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1574 objects_query_fontfamily(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1630 objects_query_fontspecification(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1690 objects_query_blend(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
1776 objects_query_blur(const std::vector<SPItem*> &objects, SPStyle *style_res) argument
[all...]
H A Dselection-chemistry.cpp274 * Fixes the current selection, removing locked objects from it
353 // add objects to document
762 selection_display_message(desktop, Inkscape::WARNING_MESSAGE, _("Select <b>some objects</b> to group."));
798 selection_display_message(desktop, Inkscape::WARNING_MESSAGE, _("<b>No objects selected</b> to pop out of group."));
904 /** Replace all groups in the list with their member objects, recursively; returns a new list, frees old */
994 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("You cannot raise/lower objects from <b>different groups</b> or <b>layers</b>."));
1007 // Iterate over all objects in the selection (starting from top).
1018 // AND if it's not one of our selected objects,
1047 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("You cannot raise/lower objects from <b>different groups</b> or <b>layers</b>."));
1073 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("You cannot raise/lower objects fro
2102 std::vector<SPItem*> objects; local
2120 std::vector<SPItem*> objects; local
[all...]
/inkscape/src/widgets/
H A Dstroke-style.cpp943 // if none of the selected objects has a stroke, than quite some controls should be disabled
946 /* No objects stroked, set insensitive */
991 std::vector<SPItem*> const objects = sel->itemList(); member in class:Inkscape::std
992 SPObject * const object = objects[0];
996 updateAllMarkers(objects); // FIXME: make this desktop query too
1253 StrokeStyle::updateAllMarkers(std::vector<SPItem*> const &objects) argument
1262 for(std::vector<SPItem*>::const_iterator i=objects.begin();i!=objects.end();++i){
1271 // Per SVG spec, text objects cannot have markers; disable combobox if only texts are selected
1277 SPObject *object = objects[
[all...]
/inkscape/
H A Dbuildtool.cpp6439 std::vector<Element *> objects = depList->getChildren(); local
6440 for (std::size_t i=0 ; i<objects.size() ; i++)
6442 Element *objectElem = objects[i];

Completed in 172 milliseconds