Searched refs:grids (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsp-namedview.cpp92 this->grids.clear();
235 this->readAttr( "inkscape:snap-grids" );
279 // delete grids:
280 for(std::vector<Inkscape::CanvasGrid *>::const_iterator it=this->grids.begin();it!=this->grids.end();++it )
282 this->grids.clear();
302 if (!value) { // don't show grids if not specified, for backwards compatibility
620 for(std::vector<Inkscape::CanvasGrid *>::const_iterator it=nv->grids.begin();it!=nv->grids.end();++it ) {
635 nv->grids
[all...]
H A Dsp-namedview.h64 std::vector<Inkscape::CanvasGrid *> grids; member in class:SPNamedView
H A Dsnap.cpp72 for(std::vector<Inkscape::CanvasGrid *>::const_iterator it = _named_view->grids.begin(); it != _named_view->grids.end(); ++it) {
171 // this, so when using multiple grids one can get unexpected results
173 // Cannot use getGridSnappers() because we need both the grids AND their snappers
174 // Therefore we iterate through all grids manually
175 for (std::vector<Inkscape::CanvasGrid *>::const_iterator it = _named_view->grids.begin(); it != _named_view->grids.end(); ++it) {
H A Ddesktop.cpp1480 if (! namedview->grids.empty()) {
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp137 //Options for snapping to grids
139 _("Snapping distance, in screen pixels, for snapping to grid"), _("Always snap to grids, regardless of the distance"),
401 label_gr->set_markup (_("<b>Snap to grids</b>"));
1378 for(std::vector<Inkscape::CanvasGrid *>::const_iterator it = nv->grids.begin(); it != nv->grids.end(); ++it) {
1416 _grids_label_def.set_markup(_("<b>Defined grids</b>"));
1441 * Update dialog widgets from desktop. Also call updateWidget routines of the grids.
1505 //-----------------------------------------------------------grids page
1653 if( pagenum < (gint)nv->grids.size())
1654 found_grid = nv->grids[pagenu
[all...]

Completed in 63 milliseconds