Searched refs:insert (Results 1 - 25 of 154) sorted by relevance

1234567

/inkscape/src/ui/tool/
H A Dselectable-control-point.cpp33 _selection.allPoints().insert(this);
43 _selection.allPoints().insert(this);
82 _selection.insert(this);
93 _selection.insert(this);
H A Dcontrol-point-selection.h65 // insert
66 std::pair<iterator, bool> insert(const value_type& x, bool notify = true);
68 void insert(InputIterator first, InputIterator last) { function in class:Inkscape::UI::ControlPointSelection
70 insert(*first, false);
H A Dcurve-drag-point.cpp143 // insert nodes on Ctrl+Alt+click
156 _pm._selection.insert(first.ptr());
157 _pm._selection.insert(second.ptr());
162 _pm._selection.insert(first.ptr());
163 _pm._selection.insert(second.ptr());
200 "<b>Ctrl+Alt</b>: click to insert a node");
204 "<b>BSpline segment</b>: drag to shape the segment, doubleclick to insert node, "
210 "doubleclick to insert node, click to select (more: Shift, Ctrl+Alt)");
213 "<b>Bezier segment</b>: drag to shape the segment, doubleclick to insert node, "
H A Dnode.h419 /** insert a node before pos. */
420 iterator insert(iterator pos, Node *x);
423 void insert(iterator pos, InputIterator first, InputIterator last) { function in class:Inkscape::UI::NodeList
424 for (; first != last; ++first) insert(pos, *first);
431 void push_front(Node *x) { insert(begin(), x); }
433 void push_back(Node *x) { insert(end(), x); }
/inkscape/src/ui/dialog/
H A Dextensions.cpp88 self->_view.get_buffer()->insert( self->_view.get_buffer()->end(), line );
89 self->_view.get_buffer()->insert( self->_view.get_buffer()->end(), "\n" );
H A Dfont-substitution.cpp165 setFontSpans.insert(family);
171 setFontSpans.insert(family);
187 setFontSpans.insert(family);
206 mapFontStyles.insert(std::make_pair (item, style_font));
246 setErrors.insert(err);
/inkscape/src/libavoid/
H A Dviscluster.cpp53 _pos = _router->clusterRefs.insert(_router->clusterRefs.begin(), this);
H A Dorthogonal.cpp623 vertInfs.insert(bvi);
627 vertInfs.insert(fvi);
639 vertInfs.insert(bfvi);
687 vertInfs.insert(segment.vertInfs.begin(), segment.vertInfs.end());
722 vertInfs.insert(found);
731 vertInfs.insert(vert);
737 vertInfs.insert(new
747 vertInfs.insert(vert);
753 vertInfs.insert(new
772 breakPoints.insert(PosVertIn
1021 LineSegment *insert(LineSegment segment) function in class:SegmentListWrapper
[all...]
H A Dgraph.cpp190 _pos1 = _v1->orthogVisList.insert(_v1->orthogVisList.begin(), this);
192 _pos2 = _v2->orthogVisList.insert(_v2->orthogVisList.begin(), this);
200 _pos1 = _v1->visList.insert(_v1->visList.begin(), this);
202 _pos2 = _v2->visList.insert(_v2->visList.begin(), this);
208 _pos1 = _v1->invisList.insert(_v1->invisList.begin(), this);
210 _pos2 = _v2->invisList.insert(_v2->invisList.begin(), this);
461 ss.insert(contains[iID].begin(), contains[iID].end());
465 ss.insert(contains[jID].begin(), contains[jID].end());
/inkscape/src/util/
H A Dlist-container-test.h147 c_a.insert(c_a.end(), c_b.begin(), c_b.end());
166 c.insert(c.begin(), 1);
169 c.insert(c.end(), 2);
172 c.insert(c.begin(), 3);
177 c.insert(pos, 4);
/inkscape/src/libvpsc/
H A Dgenerate-constraints.cpp60 leftNeighbours->insert(u);
63 rightNeighbours->insert(u);
114 leftv->insert(u);
118 leftv->insert(u);
129 rightv->insert(u);
133 rightv->insert(u);
190 scanline.insert(v);
273 scanline.insert(v);
H A Dsolve_VPSC.cpp171 bs->insert(lb);
232 bs->insert(l);
233 bs->insert(r);
296 varmap[vs[i]]->in.insert(varmap[l]);
301 varmap[vs[i]]->out.insert(varmap[r]);
347 bmap[b]->in.insert(bmap[l]);
356 bmap[b]->out.insert(bmap[r]);
H A Dblocks.cpp34 insert(new Block(vs[i]));
168 insert(l);
169 insert(r);
/inkscape/src/
H A Ddesktop.cpp1843 mapVerbPreference.insert(std::make_pair ("LayersPanel", "/dialogs/layers") );
1844 mapVerbPreference.insert(std::make_pair ("FillAndStroke", "/dialogs/fillstroke") );
1845 mapVerbPreference.insert(std::make_pair ("ExtensionEditor", "/dialogs/extensioneditor") );
1846 mapVerbPreference.insert(std::make_pair ("AlignAndDistribute", "/dialogs/align") );
1847 mapVerbPreference.insert(std::make_pair ("DocumentMetadata", "/dialogs/documentmetadata") );
1848 mapVerbPreference.insert(std::make_pair ("DocumentProperties", "/dialogs/documentoptions") );
1849 mapVerbPreference.insert(std::make_pair ("FilterEffectsDialog", "/dialogs/filtereffects") );
1850 mapVerbPreference.insert(std::make_pair ("Find", "/dialogs/find") );
1851 mapVerbPreference.insert(std::make_pair ("Glyphs", "/dialogs/glyphs") );
1852 mapVerbPreference.insert(st
[all...]
H A Dattribute-rel-util.cpp116 attributesToDelete.insert( attribute );
210 toDelete.insert(property);
237 toDelete.insert( property );
252 toDelete.insert( property );
H A Dresource-manager.cpp94 parts.insert(parts.begin(), "..");
193 uniques.insert(href);
199 uniques.insert(href);
355 current.insert(current.begin(), parts.begin(), parts.end());
359 combined.insert( combined.end(), baseParts.begin(), baseParts.end() );
360 combined.insert( combined.end(), current.begin(), current.end() );
H A Dconditions.cpp89 language_codes.insert(lngcode);
97 language_codes.insert(lngcode);
H A Dattribute-rel-svg.cpp107 attributesOfElements[element].insert(prop);
H A Dlayer-manager.cpp199 currentNames.insert( (*iter)->label() ? Glib::ustring((*iter)->label()) : Glib::ustring() );
294 additional.insert(group);
304 layersToAdd.insert(SP_GROUP(layer));
308 layersToAdd.insert(*it);
H A Dmain-cmdlineact.cpp32 _list.insert(_list.end(), this);
/inkscape/share/extensions/
H A Dinkwebeffect.py58 root.insert( 0, scriptEl )
H A Dwebslicer_create_group.py87 group.insert( 1, node )
H A Dsimplepath.py137 params.insert(0,pen[0])
140 params.insert(0,pen[1]+(pen[1]-lastControl[1]))
141 params.insert(0,pen[0]+(pen[0]-lastControl[0]))
/inkscape/src/libdepixelize/priv/
H A Dhomogeneoussplines.h224 _polygons.insert(_polygons.end(), polygon);
409 dst.insert(dst.begin() + index, common_edge.src_end, src.end());
411 dst.insert(dst.begin() + index + nfirstinserted,
419 dst.insert(dst.begin() + index,
442 holes[hole_index].insert(holes[hole_index].end(), region_begin,
455 holes[hole_index].insert(holes[hole_index].end(), region_begin,
/inkscape/src/2geom/
H A Dpathvector.h179 iterator insert(iterator pos, Path const &p) { function in class:Geom::PathVector
180 return _data.insert(pos, p);
183 void insert(iterator out, InputIter first, InputIter last) { function in class:Geom::PathVector
184 _data.insert(out, first, last);

Completed in 1758 milliseconds

1234567