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

/inkscape/src/display/
H A Dcanvas-grid.h35 enum GridType { enum in namespace:Inkscape
70 GridType getGridType() const;
71 static const char * getName(GridType type);
72 static const char * getSVGName(GridType type);
73 static GridType getGridTypeFromSVGName(const char * typestr);
74 static GridType getGridTypeFromName(const char * typestr);
76 static CanvasGrid* NewGrid(SPNamedView * nv, Inkscape::XML::Node * repr, SPDocument *doc, GridType gridtype);
77 static void writeNewGridToRepr(Inkscape::XML::Node * repr, SPDocument * doc, GridType gridtype);
108 CanvasGrid(SPNamedView * nv, Inkscape::XML::Node * in_repr, SPDocument *in_doc, GridType type);
119 GridType gridtyp
[all...]

Completed in 85 milliseconds