JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
|
This is the complete list of members for JKQTFPVCrossPlot, including all inherited members.
color | JKQTFPLinePlot | protected |
crossWidth | JKQTFPVCrossPlot | protected |
DataType enum name | JKQTFPLinePlot | |
datatype | JKQTFPLinePlot | protected |
drawGraph(QPainter &painter) override | JKQTFPVCrossPlot | virtual |
errorColor | JKQTFPLinePlot | protected |
errorStyle | JKQTFPLinePlot | protected |
errorWidth | JKQTFPLinePlot | protected |
getColor() const | JKQTFPLinePlot | inline |
getCrossWidth() const | JKQTFPVCrossPlot | inline |
getDatatype() const | JKQTFPLinePlot | inline |
getErrorLineColor() const | JKQTFPLinePlot | inline |
getErrorLineStyle() const | JKQTFPLinePlot | inline |
getErrorLineWidth() const | JKQTFPLinePlot | inline |
getN() | JKQTFPLinePlot | inline |
getStyle() const | JKQTFPLinePlot | inline |
getWidth() const | JKQTFPLinePlot | inline |
getX() const | JKQTFPLinePlot | inline |
getXv() const | JKQTFPLinePlot | inline |
getY() const | JKQTFPLinePlot | inline |
getYerr() const | JKQTFPLinePlot | inline |
getYerrv() const | JKQTFPLinePlot | inline |
getYv() const | JKQTFPLinePlot | inline |
isVisible() const | JKQTFPPlot | inline |
JKQTFPLinePlot(JKQTFastPlotter *parent, int N, double *x, double *y, QColor color=QColor("red"), Qt::PenStyle style=Qt::SolidLine, double width=1) | JKQTFPLinePlot | |
JKQTFPLinePlot(JKQTFastPlotter *parent, QVector< double > *x, QVector< double > *y, QColor color=QColor("red"), Qt::PenStyle style=Qt::SolidLine, double width=1) | JKQTFPLinePlot | |
JKQTFPLPPointer enum value | JKQTFPLinePlot | |
JKQTFPLPVector enum value | JKQTFPLinePlot | |
JKQTFPPlot(JKQTFastPlotter *parent) | JKQTFPPlot | |
JKQTFPVCrossPlot(JKQTFastPlotter *parent, int N, double *x, double *y, QColor color=QColor("red"), Qt::PenStyle style=Qt::SolidLine, double width=1) | JKQTFPVCrossPlot | |
JKQTFPVCrossPlot(JKQTFastPlotter *parent, QVector< double > *x, QVector< double > *y, QColor color=QColor("red"), Qt::PenStyle style=Qt::SolidLine, double width=1) | JKQTFPVCrossPlot | |
N | JKQTFPLinePlot | protected |
paint(QPainter &painter) | JKQTFPPlot | |
parent | JKQTFPPlot | protected |
replot() | JKQTFPPlot | |
setColor(const QColor &__value) | JKQTFPLinePlot | inline |
setCrossWidth(double __value) | JKQTFPVCrossPlot | inline |
setData(double *x, double *y, int N) | JKQTFPLinePlot | inline |
setData(double *x, double *y, double *yerr, int N) | JKQTFPLinePlot | inline |
setData(QVector< double > *x, QVector< double > *y) | JKQTFPLinePlot | inline |
setData(QVector< double > *x, QVector< double > *y, QVector< double > *yerr) | JKQTFPLinePlot | inline |
setErrorLineColor(const QColor &__value) | JKQTFPLinePlot | inline |
setErrorLineStyle(Qt::PenStyle __value) | JKQTFPLinePlot | inline |
setErrorLineWidth(double __value) | JKQTFPLinePlot | inline |
setParent(JKQTFastPlotter *parent) | JKQTFPPlot | inline |
setStyle(Qt::PenStyle __value) | JKQTFPLinePlot | inline |
setVisible(bool visible) | JKQTFPPlot | inlineslot |
setWidth(double __value) | JKQTFPLinePlot | inline |
style | JKQTFPLinePlot | protected |
visible | JKQTFPPlot | protected |
width | JKQTFPLinePlot | protected |
x | JKQTFPLinePlot | protected |
xv | JKQTFPLinePlot | protected |
y | JKQTFPLinePlot | protected |
yerr | JKQTFPLinePlot | protected |
yerrv | JKQTFPLinePlot | protected |
yv | JKQTFPLinePlot | protected |
~JKQTFPPlot() | JKQTFPPlot | virtual |