15 typedef QList<GridLine*> GridLinesContainer;
31 void setPen (
const QPen &pen);
38 GridLinesContainer m_gridLinesContainer;
42 #endif // GRID_LINES_H void clear()
Deallocate and remove all grid lines.
void setPen(const QPen &pen)
Set the pen style of each grid line.
Container class for GridLine objects.
void setVisible(bool visible)
Make all grid lines visible or hidden.
GridLines()
Single constructor.
void add(GridLine *gridLine)
Add specified grid line. Ownership of all allocated QGraphicsItems is passed to new GridLine...
Single grid line drawn a straight or curved line.