QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
QgsPaperGrid Class Reference

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)
 Reimplementation of QCanvasItem::paint.

Detailed Description

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.

Constructor & Destructor Documentation

QgsPaperGrid::QgsPaperGrid ( double  x,
double  y,
double  width,
double  height,
QgsComposition composition 
)
QgsPaperGrid::~QgsPaperGrid ( )

Member Function Documentation

void QgsPaperGrid::paint ( QPainter *  painter,
const QStyleOptionGraphicsItem *  itemStyle,
QWidget *  pWidget 
)

Reimplementation of QCanvasItem::paint.


The documentation for this class was generated from the following files: