4 #include "rs_graphicview.h"
8 * This class represents a grid. Grids can be drawn on graphic
9 * views and snappers can snap to the grid points.
11 * @author Andrew Mustun
16 RS_Grid(RS_GraphicView *);
30 //! Graphic view this grid is connected to.
31 RS_GraphicView * graphicView;
33 //! Current grid spacing
35 //! Current meta grid spacing
38 //! Pointer to array of grid points
40 //! Number of points in the array
42 //! Meta grid positions in X
44 //! Number of meta grid lines in X
46 //! Meta grid positions in Y
48 //! Number of meta grid lines in Y