6 //class RS_GraphicView;
11 * This class represents a grid. Grids can be drawn on graphic
12 * views and snappers can snap to the grid points.
14 * @author Andrew Mustun
19 // Grid(RS_GraphicView *);
34 //! Graphic view this grid is connected to.
35 // RS_GraphicView * graphicView;
36 GraphicView * graphicView;
38 //! Current grid spacing
40 //! Current meta grid spacing
43 //! Pointer to array of grid points
45 //! Number of points in the array
47 //! Meta grid positions in X
49 //! Number of meta grid lines in X
51 //! Meta grid positions in Y
53 //! Number of meta grid lines in Y