Searched refs:getSVGName (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Dcanvas-grid.h69 const char * getSVGName() const;
72 static const char * getSVGName(GridType type);
H A Dcanvas-grid.cpp178 CanvasGrid::getSVGName() const function in class:Inkscape::CanvasGrid
197 CanvasGrid::getSVGName(GridType type) function in class:Inkscape::CanvasGrid
241 newnode->setAttribute("type", getSVGName(gridtype));
/inkscape/src/
H A Dsp-namedview.cpp161 newnode->setAttribute("type", Inkscape::CanvasGrid::getSVGName(Inkscape::GRID_RECTANGULAR));

Completed in 21 milliseconds