A class which draws a coordinate grid.
Más...
#include <qwt_plot_grid.h>
Lista de todos los miembros.
Descripción detallada
A class which draws a coordinate grid.
The QwtPlotGrid class can be used to draw a coordinate grid. A coordinate grid consists of major and minor vertical and horizontal gridlines. The locations of the gridlines are determined by the X and Y scale divisions which can be assigned with setXDiv() and setYDiv(). The draw() member draws the grid within a bounding rectangle.
Documentación del constructor y destructor
QwtPlotGrid::QwtPlotGrid |
( |
| ) |
[explicit] |
Enables major grid, disables minor grid.
QwtPlotGrid::~QwtPlotGrid |
( |
| ) |
[virtual] |
Documentación de las funciones miembro
Draw the grid.
The grid is drawn into the bounding rectangle such that gridlines begin and end at the rectangle's borders. The X and Y maps are used to map the scale divisions into the drawing region screen.
- Parámetros:
-
painter | Painter |
xMap | X axis map |
yMap | Y axis |
canvasRect | Contents rect of the plot canvas |
Implementa QwtPlotItem.
void QwtPlotGrid::enableX |
( |
bool |
tf | ) |
|
Enable or disable vertical gridlines.
- Parámetros:
-
tf | Enable (true) or disable |
- Ver también:
- Minor gridlines can be enabled or disabled with enableXMin()
void QwtPlotGrid::enableXMin |
( |
bool |
tf | ) |
|
Enable or disable minor vertical gridlines.
- Parámetros:
-
tf | Enable (true) or disable |
- Ver también:
- enableX()
void QwtPlotGrid::enableY |
( |
bool |
tf | ) |
|
Enable or disable horizontal gridlines.
- Parámetros:
-
tf | Enable (true) or disable |
- Ver también:
- Minor gridlines can be enabled or disabled with enableYMin()
void QwtPlotGrid::enableYMin |
( |
bool |
tf | ) |
|
Enable or disable minor horizontal gridlines.
- Parámetros:
-
tf | Enable (true) or disable |
- Ver también:
- enableY()
const QPen & QwtPlotGrid::majPen |
( |
| ) |
const |
const QPen & QwtPlotGrid::minPen |
( |
| ) |
const |
int QwtPlotGrid::rtti |
( |
| ) |
const [virtual] |
void QwtPlotGrid::setMajPen |
( |
const QPen & |
p | ) |
|
void QwtPlotGrid::setMinPen |
( |
const QPen & |
p | ) |
|
Assign a pen for the minor gridlines.
- Parámetros:
-
void QwtPlotGrid::setPen |
( |
const QPen & |
p | ) |
|
void QwtPlotGrid::setXDiv |
( |
const QwtScaleDiv & |
scaleDiv | ) |
|
Assign an x axis scale division.
- Parámetros:
-
- Atención:
- QwtPlotGrid uses implicit sharing (see Qt Manual) for the scale divisions.
Assign a y axis division.
- Parámetros:
-
- Atención:
- QwtPlotGrid uses implicit sharing (see Qt Manual) for the scale divisions.
Update the item to changes of the axes scale division.
Update the item, when the axes of plot have changed. The default implementation does nothing, but items that depend on the scale division (like QwtPlotGrid()) have to reimplement updateScaleDiv()
- Parámetros:
-
xScaleDiv | Scale division of the x-axis |
yScaleDiv | Scale division of the y-axis |
- Ver también:
- QwtPlot::updateAxes()
Reimplementado de QwtPlotItem.
bool QwtPlotGrid::xEnabled |
( |
| ) |
const |
- Devuelve:
- true if vertical gridlines are enabled
- Ver también:
- enableX()
bool QwtPlotGrid::xMinEnabled |
( |
| ) |
const |
- Devuelve:
- true if minor vertical gridlines are enabled
- Ver también:
- enableXMin()
- Devuelve:
- the scale division of the x axis
bool QwtPlotGrid::yEnabled |
( |
| ) |
const |
- Devuelve:
- true if horizontal gridlines are enabled
- Ver también:
- enableY()
bool QwtPlotGrid::yMinEnabled |
( |
| ) |
const |
- Devuelve:
- true if minor horizontal gridlines are enabled
- Ver también:
- enableYMin()
- Devuelve:
- the scale division of the y axis
La documentación para esta clase fue generada a partir de los siguientes ficheros: