Go to the documentation of this file.
34 void setPen (
const QPen &pen);
45 #endif // GRID_LINES_H
GridLines()
Single constructor.
~GridLines()
Destructor deallocates memory.
Single grid line drawn a straight or curved line.
QList< GridLine * > GridLinesContainer
Container class for GridLine objects.
void setPen(const QPen &pen)
Set the pen style of each grid line.
void add(GridLine *gridLine)
Add specified grid line. Ownership of all allocated QGraphicsItems is passed to new GridLine.
void setVisible(bool visible)
Make all grid lines visible or hidden.
void clear()
Deallocate and remove all grid lines.