plot a horizontal scale bar
More...
#include <jkqtfastplotter.h>
|
QColor | color |
| color of the grid
|
|
double | lineWidth |
| line width of grid lines, given in pt
|
|
Qt::PenStyle | style |
| grid line style
|
|
double | width |
| distance between grid lines
|
|
JKQTFastPlotter * | parent |
| parent class, i.e. the plotter to plot on
|
|
bool | visible |
| indicates whether the plot is visible or not
|
|
plot a horizontal scale bar
- Deprecated:
- The class JKQTFastPlotter and all its support classes are deprecated and will be removed in future versions.
◆ JKQTFPQOverlayLinearGridPlot()
JKQTFPQOverlayLinearGridPlot::JKQTFPQOverlayLinearGridPlot |
( |
JKQTFastPlotter * |
parent, |
|
|
double |
width = 1 , |
|
|
QColor |
color = QColor("grey") , |
|
|
double |
lineWidth = 1 , |
|
|
Qt::PenStyle |
style = Qt::DashLine |
|
) |
| |
|
explicit |
◆ drawGraph()
virtual void JKQTFPQOverlayLinearGridPlot::drawGraph |
( |
QPainter & |
painter | ) |
|
|
overridevirtual |
◆ getColor()
QColor JKQTFPQOverlayLinearGridPlot::getColor |
( |
| ) |
const |
|
inline |
◆ getLineWidth()
double JKQTFPQOverlayLinearGridPlot::getLineWidth |
( |
| ) |
const |
|
inline |
line width of grid lines, given in pt
◆ getStyle()
Qt::PenStyle JKQTFPQOverlayLinearGridPlot::getStyle |
( |
| ) |
const |
|
inline |
◆ getWidth()
double JKQTFPQOverlayLinearGridPlot::getWidth |
( |
| ) |
const |
|
inline |
distance between grid lines
◆ setColor()
void JKQTFPQOverlayLinearGridPlot::setColor |
( |
const QColor & |
__value | ) |
|
|
inline |
◆ setLineWidth()
void JKQTFPQOverlayLinearGridPlot::setLineWidth |
( |
double |
__value | ) |
|
|
inline |
line width of grid lines, given in pt
◆ setStyle()
void JKQTFPQOverlayLinearGridPlot::setStyle |
( |
Qt::PenStyle |
__value | ) |
|
|
inline |
◆ setWidth()
void JKQTFPQOverlayLinearGridPlot::setWidth |
( |
double |
__value | ) |
|
|
inline |
distance between grid lines
◆ color
QColor JKQTFPQOverlayLinearGridPlot::color |
|
protected |
◆ lineWidth
double JKQTFPQOverlayLinearGridPlot::lineWidth |
|
protected |
line width of grid lines, given in pt
◆ style
Qt::PenStyle JKQTFPQOverlayLinearGridPlot::style |
|
protected |
◆ width
double JKQTFPQOverlayLinearGridPlot::width |
|
protected |
distance between grid lines
The documentation for this class was generated from the following file: