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.
◆ JKQTFPXRangePlot()
| JKQTFPXRangePlot::JKQTFPXRangePlot |
( |
JKQTFastPlotter * | parent, |
|
|
double | xmin, |
|
|
double | xmax, |
|
|
QColor | color = QColor("red"), |
|
|
Qt::PenStyle | style = Qt::SolidLine, |
|
|
double | width = 1, |
|
|
Qt::BrushStyle | fillStyle = Qt::NoBrush ) |
class constructor
- Parameters
-
| parent | parent widget |
| xmin | range start |
| xmax | 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 JKQTFPXRangePlot::drawGraph |
( |
QPainter & | painter | ) |
|
|
overridevirtual |
◆ getCenterline()
| double JKQTFPXRangePlot::getCenterline |
( |
| ) |
const |
|
inline |
◆ getColor()
| QColor JKQTFPXRangePlot::getColor |
( |
| ) |
const |
|
inline |
◆ getFillColor()
| QColor JKQTFPXRangePlot::getFillColor |
( |
| ) |
const |
|
inline |
◆ getFillStyle()
| Qt::BrushStyle JKQTFPXRangePlot::getFillStyle |
( |
| ) |
const |
|
inline |
◆ getShowCenterline()
| bool JKQTFPXRangePlot::getShowCenterline |
( |
| ) |
const |
|
inline |
◆ getStyle()
| Qt::PenStyle JKQTFPXRangePlot::getStyle |
( |
| ) |
const |
|
inline |
◆ getWidth()
| double JKQTFPXRangePlot::getWidth |
( |
| ) |
const |
|
inline |
width of the graph (in pt)
◆ getXmax()
| double JKQTFPXRangePlot::getXmax |
( |
| ) |
const |
|
inline |
◆ getXmin()
| double JKQTFPXRangePlot::getXmin |
( |
| ) |
const |
|
inline |
◆ setCenterline
| void JKQTFPXRangePlot::setCenterline |
( |
int | centerline | ) |
|
|
inlineslot |
◆ setColor()
| void JKQTFPXRangePlot::setColor |
( |
const QColor & | __value | ) |
|
|
inline |
◆ setFillColor()
| void JKQTFPXRangePlot::setFillColor |
( |
const QColor & | __value | ) |
|
|
inline |
◆ setFillStyle()
| void JKQTFPXRangePlot::setFillStyle |
( |
Qt::BrushStyle | __value | ) |
|
|
inline |
◆ setShowCenterline()
| void JKQTFPXRangePlot::setShowCenterline |
( |
bool | __value | ) |
|
|
inline |
◆ setStyle()
| void JKQTFPXRangePlot::setStyle |
( |
Qt::PenStyle | __value | ) |
|
|
inline |
◆ setWidth()
| void JKQTFPXRangePlot::setWidth |
( |
double | __value | ) |
|
|
inline |
width of the graph (in pt)
◆ setXmax [1/2]
| void JKQTFPXRangePlot::setXmax |
( |
double | xmax | ) |
|
|
inlineslot |
◆ setXmax [2/2]
| void JKQTFPXRangePlot::setXmax |
( |
int | xmax | ) |
|
|
inlineslot |
◆ setXmin [1/2]
| void JKQTFPXRangePlot::setXmin |
( |
double | xmin | ) |
|
|
inlineslot |
◆ setXmin [2/2]
| void JKQTFPXRangePlot::setXmin |
( |
int | xmin | ) |
|
|
inlineslot |
◆ centerline
| double JKQTFPXRangePlot::centerline |
|
protected |
◆ color
| QColor JKQTFPXRangePlot::color |
|
protected |
◆ fillColor
| QColor JKQTFPXRangePlot::fillColor |
|
protected |
◆ fillStyle
| Qt::BrushStyle JKQTFPXRangePlot::fillStyle |
|
protected |
◆ showCenterline
| bool JKQTFPXRangePlot::showCenterline |
|
protected |
◆ style
| Qt::PenStyle JKQTFPXRangePlot::style |
|
protected |
◆ width
| double JKQTFPXRangePlot::width |
|
protected |
width of the graph (in pt)
◆ xmax
| double JKQTFPXRangePlot::xmax |
|
protected |
◆ xmin
| double JKQTFPXRangePlot::xmin |
|
protected |
The documentation for this class was generated from the following file: