QGIS API Documentation
2.8.2-Wien
|
Item representing a grid. More...
#include <qgspaperitem.h>
Public Member Functions | |
QgsPaperGrid (double x, double y, double width, double height, QgsComposition *composition) | |
~QgsPaperGrid () | |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *itemStyle, QWidget *pWidget) override |
Reimplementation of QCanvasItem::paint. |
Item representing a grid.
This is drawn separately to the underlying paper item since the grid needs to be drawn above all other composer items, while the paper item is drawn below all others.
Definition at line 26 of file qgspaperitem.h.
QgsPaperGrid::QgsPaperGrid | ( | double | x, |
double | y, | ||
double | width, | ||
double | height, | ||
QgsComposition * | composition | ||
) |
Definition at line 28 of file qgspaperitem.cpp.
QgsPaperGrid::~QgsPaperGrid | ( | ) |
Definition at line 36 of file qgspaperitem.cpp.
|
override |
Reimplementation of QCanvasItem::paint.
Definition at line 40 of file qgspaperitem.cpp.