plot a range of x values
More...
#include <jkqtfastplotter.h>
plot a range of x values
- Deprecated:
- The class JKQTFastPlotter and all its support classes are deprecated and will be removed in future versions.
◆ JKQTFPYRangePlot()
JKQTFPYRangePlot::JKQTFPYRangePlot |
( |
JKQTFastPlotter * |
parent, |
|
|
double |
ymin, |
|
|
double |
ymax, |
|
|
QColor |
color = QColor("red") , |
|
|
Qt::PenStyle |
style = Qt::SolidLine , |
|
|
double |
width = 1 , |
|
|
Qt::BrushStyle |
fillStyle = Qt::NoBrush |
|
) |
| |
class constructor
- Parameters
-
parent | parent widget |
ymin | range start |
ymax | range end |
color | color of the plot |
style | style of the graph |
width | width of the plot (in pt) |
fillStyle | fill style of the range |
◆ drawGraph()
virtual void JKQTFPYRangePlot::drawGraph |
( |
QPainter & |
painter | ) |
|
|
overridevirtual |
◆ getCenterline()
double JKQTFPYRangePlot::getCenterline |
( |
| ) |
const |
|
inline |
◆ getColor()
QColor JKQTFPYRangePlot::getColor |
( |
| ) |
const |
|
inline |
◆ getFillColor()
QColor JKQTFPYRangePlot::getFillColor |
( |
| ) |
const |
|
inline |
◆ getFillStyle()
Qt::BrushStyle JKQTFPYRangePlot::getFillStyle |
( |
| ) |
const |
|
inline |
◆ getShowCenterline()
bool JKQTFPYRangePlot::getShowCenterline |
( |
| ) |
const |
|
inline |
◆ getStyle()
Qt::PenStyle JKQTFPYRangePlot::getStyle |
( |
| ) |
const |
|
inline |
◆ getWidth()
double JKQTFPYRangePlot::getWidth |
( |
| ) |
const |
|
inline |
width of the graph (in pt)
◆ getYmax()
double JKQTFPYRangePlot::getYmax |
( |
| ) |
const |
|
inline |
◆ getYmin()
double JKQTFPYRangePlot::getYmin |
( |
| ) |
const |
|
inline |
◆ setCenterline
void JKQTFPYRangePlot::setCenterline |
( |
int |
centerline | ) |
|
|
inlineslot |
◆ setColor()
void JKQTFPYRangePlot::setColor |
( |
const QColor & |
__value | ) |
|
|
inline |
◆ setFillColor()
void JKQTFPYRangePlot::setFillColor |
( |
const QColor & |
__value | ) |
|
|
inline |
◆ setFillStyle()
void JKQTFPYRangePlot::setFillStyle |
( |
Qt::BrushStyle |
__value | ) |
|
|
inline |
◆ setShowCenterline()
void JKQTFPYRangePlot::setShowCenterline |
( |
bool |
__value | ) |
|
|
inline |
◆ setStyle()
void JKQTFPYRangePlot::setStyle |
( |
Qt::PenStyle |
__value | ) |
|
|
inline |
◆ setWidth()
void JKQTFPYRangePlot::setWidth |
( |
double |
__value | ) |
|
|
inline |
width of the graph (in pt)
◆ setYmax [1/2]
void JKQTFPYRangePlot::setYmax |
( |
double |
xmax | ) |
|
|
inlineslot |
◆ setYmax [2/2]
void JKQTFPYRangePlot::setYmax |
( |
int |
xmax | ) |
|
|
inlineslot |
◆ setYmin [1/2]
void JKQTFPYRangePlot::setYmin |
( |
double |
xmin | ) |
|
|
inlineslot |
◆ setYmin [2/2]
void JKQTFPYRangePlot::setYmin |
( |
int |
xmin | ) |
|
|
inlineslot |
◆ centerline
double JKQTFPYRangePlot::centerline |
|
protected |
◆ color
QColor JKQTFPYRangePlot::color |
|
protected |
◆ fillColor
QColor JKQTFPYRangePlot::fillColor |
|
protected |
◆ fillStyle
Qt::BrushStyle JKQTFPYRangePlot::fillStyle |
|
protected |
◆ showCenterline
bool JKQTFPYRangePlot::showCenterline |
|
protected |
◆ style
Qt::PenStyle JKQTFPYRangePlot::style |
|
protected |
◆ width
double JKQTFPYRangePlot::width |
|
protected |
width of the graph (in pt)
◆ ymax
double JKQTFPYRangePlot::ymax |
|
protected |
◆ ymin
double JKQTFPYRangePlot::ymin |
|
protected |
The documentation for this class was generated from the following file: