addHitTestData(const HitTestLocation &loc) | JKQTPPlotElement | inlineprotected |
addHitTestData(double x_, double y_, const QString &label_) | JKQTPPlotElement | inlineprotected |
addHitTestData(const QPointF &pos_, const QString &label_) | JKQTPPlotElement | inlineprotected |
addHitTestData(double x_, double y_, int index_=-1, const JKQTPDatastore *datastore=nullptr) | JKQTPPlotElement | inlineprotected |
addHitTestData(const QPointF &pos_, int index_=-1, const JKQTPDatastore *datastore=nullptr) | JKQTPPlotElement | inlineprotected |
addHitTestData(double x_, double y_, int index_, const QString &label_) | JKQTPPlotElement | inlineprotected |
addHitTestData(const QPointF &pos_, int index_, const QString &label_) | JKQTPPlotElement | inlineprotected |
backTransform(const QPointF &x) const | JKQTPPlotElement | inline |
backTransform(double x, double y) const | JKQTPPlotElement | inline |
backtransformX(double x) const | JKQTPPlotElement | |
backtransformY(double y) const | JKQTPPlotElement | |
buildPlotFunctorSpec() override | JKQTPXYFunctionLineGraph | protectedvirtual |
clearHitTestData() | JKQTPPlotElement | inlineprotected |
collectParameters() | JKQTPEvaluatedFunctionGraphBase | protectedvirtual |
createPlotData(bool collectParams=true) | JKQTPEvaluatedFunctionGraphBase | protectedvirtual |
data | JKQTPEvaluatedFunctionGraphBase | protected |
dataCleanupMaxAllowedAngleDegree | JKQTPEvaluatedFunctionGraphBase | protected |
displaySamplePoints | JKQTPEvaluatedFunctionGraphBase | protected |
draw(JKQTPEnhancedPainter &painter) override | JKQTPXYFunctionLineGraphBase | virtual |
drawErrorsAfter(JKQTPEnhancedPainter &) | JKQTPGraph | protectedvirtual |
drawErrorsBefore(JKQTPEnhancedPainter &) | JKQTPGraph | protectedvirtual |
drawKeyMarker(JKQTPEnhancedPainter &painter, const QRectF &rect) override | JKQTPXYFunctionLineGraphBase | virtual |
drawOutside(JKQTPEnhancedPainter &painter, QRect leftSpace, QRect rightSpace, QRect topSpace, QRect bottomSpace) | JKQTPPlotElement | virtual |
drawSamplePoints(JKQTPEnhancedPainter &painter, QColor graphColor) | JKQTPEvaluatedFunctionGraphBase | protected |
formatHitTestDefaultLabel(double x, double y, int index=-1, const JKQTPDatastore *datastore=nullptr) const | JKQTPPlotElement | protectedvirtual |
generateKeyMarker(QSize size=QSize(16, 16)) | JKQTPPlotElement | |
getDataCleanupMaxAllowedAngleDegree() const | JKQTPEvaluatedFunctionGraphBase | |
getDataMinMax(int column, double &minx, double &maxx, double &smallestGreaterZero) | JKQTPGraph | protected |
getDisplaySamplePoints() const | JKQTPEvaluatedFunctionGraphBase | |
getHighlightingLineColor() const | JKQTPGraphLineStyleMixin | |
getHighlightingLinePen(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) const | JKQTPGraphLineStyleMixin | |
getHighlightingLinePenForRects(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) const | JKQTPGraphLineStyleMixin | |
getInternalParams() const | JKQTPEvaluatedFunctionGraphBase | |
getInternalParams() | JKQTPEvaluatedFunctionGraphBase | |
getKeyLabelColor() const override | JKQTPXYFunctionLineGraphBase | virtual |
getKeyLinePen(JKQTPEnhancedPainter &painter, const QRectF &rect, JKQTBasePlotter *parent) const | JKQTPGraphLineStyleMixin | |
getKeyLineWidthPx(JKQTPEnhancedPainter &painter, const QRectF &keyRect, const JKQTBasePlotter *parent) const | JKQTPGraphLineStyleMixin | |
getLineBrush() const | JKQTPGraphLineStyleMixin | |
getLineCapStyle() const | JKQTPGraphLineStyleMixin | |
getLineColor() const | JKQTPGraphLineStyleMixin | |
getLineDashOffset() const | JKQTPGraphLineStyleMixin | |
getLineDashPattern() const | JKQTPGraphLineStyleMixin | |
getLineJoinStyle() const | JKQTPGraphLineStyleMixin | |
getLinePen(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) const | JKQTPGraphLineStyleMixin | |
getLinePenForRects(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) const | JKQTPGraphLineStyleMixin | |
getLineStyle() const | JKQTPGraphLineStyleMixin | |
getLineWidth() const | JKQTPGraphLineStyleMixin | |
getMaxRefinementDegree() const | JKQTPEvaluatedFunctionGraphBase | |
getMinPixelPerSample() const | JKQTPEvaluatedFunctionGraphBase | |
getMinSamples() const | JKQTPEvaluatedFunctionGraphBase | |
getOutsideSize(JKQTPEnhancedPainter &painter, int &leftSpace, int &rightSpace, int &topSpace, int &bottomSpace) | JKQTPPlotElement | virtual |
getParameterColumn() const | JKQTPEvaluatedFunctionGraphBase | |
getParent() const | JKQTPPlotElement | inline |
getParent() | JKQTPPlotElement | inline |
getPlotFunctionFunctor() const | JKQTPXYFunctionLineGraph | |
getSimplePlotFunction() const | JKQTPXYFunctionLineGraph | |
getSlopeTolerance() const | JKQTPEvaluatedFunctionGraphBase | |
getTitle() const | JKQTPPlotElement | |
getTMax() const | JKQTPXYFunctionLineGraphBase | |
getTMin() const | JKQTPXYFunctionLineGraphBase | |
getTRange() const | JKQTPXYFunctionLineGraphBase | |
getXAxis() const | JKQTPPlotElement | inline |
getXAxisRef() const | JKQTPPlotElement | |
getXMinMax(double &minx, double &maxx, double &smallestGreaterZero) override | JKQTPEvaluatedFunctionGraphBase | virtual |
getYAxis() const | JKQTPPlotElement | inline |
getYAxisRef() const | JKQTPPlotElement | |
getYMinMax(double &miny, double &maxy, double &smallestGreaterZero) override | JKQTPEvaluatedFunctionGraphBase | virtual |
highlighted | JKQTPPlotElement | |
highlightingLineColor | JKQTPGraphLineStyleMixin | |
hitTest(const QPointF &posSystem, QPointF *closestSpotSystem=nullptr, QString *label=nullptr, HitTestMode mode=HitTestXY) const | JKQTPPlotElement | virtual |
HitTestMode enum name | JKQTPPlotElement | |
HitTestXOnly enum value | JKQTPPlotElement | |
HitTestXY enum value | JKQTPPlotElement | |
HitTestYOnly enum value | JKQTPPlotElement | |
initLineStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default) | JKQTPGraphLineStyleMixin | |
iparams | JKQTPEvaluatedFunctionGraphBase | protected |
isHighlighted() const | JKQTPPlotElement | |
isSimplePlotFunction() const | JKQTPXYFunctionLineGraph | |
isVisible() const | JKQTPPlotElement | |
JKQTPEvaluatedFunctionGraphBase(JKQTBasePlotter *parent=nullptr) | JKQTPEvaluatedFunctionGraphBase | explicit |
JKQTPEvaluatedFunctionGraphBase(JKQTPlotter *parent) | JKQTPEvaluatedFunctionGraphBase | explicit |
JKQTPGraph(JKQTBasePlotter *parent=nullptr) | JKQTPGraph | explicit |
JKQTPGraphLineStyleMixin() | JKQTPGraphLineStyleMixin | |
JKQTPPlotElement(JKQTBasePlotter *parent=nullptr) | JKQTPPlotElement | explicit |
JKQTPXYFunctionLineGraph(JKQTBasePlotter *parent=nullptr) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(JKQTPlotter *parent) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(const jkqtpSimpleParametricCurveFunctionType &f, const QString &title, double tmin_=0, double tmax_=1, JKQTBasePlotter *parent=nullptr) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(const jkqtpSimpleParametricCurveFunctionType &f, const QString &title, double tmin_, double tmax_, JKQTPlotter *parent) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(jkqtpSimpleParametricCurveFunctionType &&f, const QString &title, double tmin_=0, double tmax_=1, JKQTBasePlotter *parent=nullptr) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(jkqtpSimpleParametricCurveFunctionType &&f, const QString &title, double tmin_, double tmax_, JKQTPlotter *parent) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(const jkqtpParametricCurveFunctionType &f, const QString &title, double tmin_=0, double tmax_=1, JKQTBasePlotter *parent=nullptr) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(const jkqtpParametricCurveFunctionType &f, const QString &title, double tmin_, double tmax_, JKQTPlotter *parent) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(jkqtpParametricCurveFunctionType &&f, const QString &title, double tmin_=0, double tmax_=1, JKQTBasePlotter *parent=nullptr) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraph(jkqtpParametricCurveFunctionType &&f, const QString &title, double tmin_, double tmax_, JKQTPlotter *parent) | JKQTPXYFunctionLineGraph | |
JKQTPXYFunctionLineGraphBase(JKQTBasePlotter *parent=nullptr) | JKQTPXYFunctionLineGraphBase | |
JKQTPXYFunctionLineGraphBase(JKQTPlotter *parent) | JKQTPXYFunctionLineGraphBase | |
JKQTPXYFunctionLineGraphBase(double tmin_, double tmax_, JKQTBasePlotter *parent) | JKQTPXYFunctionLineGraphBase | |
JKQTPXYFunctionLineGraphBase(double tmin_, double tmax_, JKQTPlotter *parent) | JKQTPXYFunctionLineGraphBase | |
lineColor | JKQTPGraphLineStyleMixin | |
lineStyle | JKQTPGraphLineStyleMixin | |
lineWidth | JKQTPGraphLineStyleMixin | |
m_highlightingLineColor | JKQTPGraphLineStyleMixin | private |
m_hitTestData | JKQTPPlotElement | protected |
m_linePen | JKQTPGraphLineStyleMixin | private |
m_lineWidth | JKQTPGraphLineStyleMixin | private |
maxRefinementDegree | JKQTPEvaluatedFunctionGraphBase | protected |
minPixelPerSample | JKQTPEvaluatedFunctionGraphBase | protected |
minSamples | JKQTPEvaluatedFunctionGraphBase | protected |
parameterColumn | JKQTPEvaluatedFunctionGraphBase | protected |
parent | JKQTPPlotElement | protected |
parentPlotStyle | JKQTPPlotElement | protected |
plotFunction | JKQTPXYFunctionLineGraph | protected |
reserveHitTestData(int points) | JKQTPPlotElement | inlineprotected |
setAxes(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
setCopiedParams(const double *params, int N) | JKQTPEvaluatedFunctionGraphBase | |
setDataCleanupMaxAllowedAngleDegree(double __value) | JKQTPEvaluatedFunctionGraphBase | slot |
setDisplaySamplePoints(bool __value) | JKQTPEvaluatedFunctionGraphBase | slot |
setHighlighted(bool __value) | JKQTPPlotElement | slot |
setHighlightingLineColor(const QColor &__value) | JKQTPGraphLineStyleMixin | |
setHighlightingLineColor(const QColor &__value, double alpha) | JKQTPGraphLineStyleMixin | |
setLineBrush(const QBrush &style) | JKQTPGraphLineStyleMixin | |
setLineCapStyle(Qt::PenCapStyle style) | JKQTPGraphLineStyleMixin | |
setLineColor(const QColor &__value) | JKQTPGraphLineStyleMixin | |
setLineColor(const QColor &__value, double alpha) | JKQTPGraphLineStyleMixin | |
setLineColorInvertedFrom(QColor __noninvertedColor) | JKQTPGraphLineStyleMixin | |
setLineDashOffset(qreal offset) | JKQTPGraphLineStyleMixin | |
setLineDashPattern(const QVector< qreal > &pattern) | JKQTPGraphLineStyleMixin | |
setLineJoinStyle(Qt::PenJoinStyle style) | JKQTPGraphLineStyleMixin | |
setLineStyle(Qt::PenStyle __value) | JKQTPGraphLineStyleMixin | |
setLineWidth(double __value) | JKQTPGraphLineStyleMixin | |
setMaxRefinementDegree(const unsigned int &__value) | JKQTPEvaluatedFunctionGraphBase | slot |
setMinPixelPerSample(double __value) | JKQTPEvaluatedFunctionGraphBase | slot |
setMinSamples(const unsigned int &__value) | JKQTPEvaluatedFunctionGraphBase | slot |
setParameterColumn(int __value) | JKQTPEvaluatedFunctionGraphBase | slot |
setParameterColumn(size_t __value) | JKQTPEvaluatedFunctionGraphBase | slot |
setParams(const QVector< double > ¶ms) | JKQTPEvaluatedFunctionGraphBase | virtual |
setParamsV(double p1) | JKQTPEvaluatedFunctionGraphBase | slot |
setParamsV(double p1, double p2) | JKQTPEvaluatedFunctionGraphBase | slot |
setParamsV(double p1, double p2, double p3) | JKQTPEvaluatedFunctionGraphBase | slot |
setParamsV(double p1, double p2, double p3, double p4) | JKQTPEvaluatedFunctionGraphBase | slot |
setParamsV(double p1, double p2, double p3, double p4, double p5) | JKQTPEvaluatedFunctionGraphBase | slot |
setParent(JKQTBasePlotter *parent) | JKQTPPlotElement | virtual |
setParent(JKQTPlotter *parent) | JKQTPPlotElement | virtual |
setPlotFunctionFunctor(jkqtpParametricCurveFunctionType &&__value) | JKQTPXYFunctionLineGraph | |
setPlotFunctionFunctor(const jkqtpParametricCurveFunctionType &__value) | JKQTPXYFunctionLineGraph | |
setPlotFunctionFunctor(jkqtpSimpleParametricCurveFunctionType &&__value) | JKQTPXYFunctionLineGraph | |
setPlotFunctionFunctor(const jkqtpSimpleParametricCurveFunctionType &__value) | JKQTPXYFunctionLineGraph | |
setSlopeTolerance(double __value) | JKQTPEvaluatedFunctionGraphBase | slot |
setTitle(const QString &__value) | JKQTPPlotElement | virtualslot |
setTMax(double val) | JKQTPXYFunctionLineGraphBase | slot |
setTMin(double val) | JKQTPXYFunctionLineGraphBase | slot |
setTRange(double tmin_, double tmax_) | JKQTPXYFunctionLineGraphBase | slot |
setTRange(const QPair< double, double > &range) | JKQTPXYFunctionLineGraphBase | slot |
setVisible(bool __value) | JKQTPPlotElement | slot |
setXAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
setYAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
simplePlotFunction | JKQTPXYFunctionLineGraph | protected |
slopeTolerance | JKQTPEvaluatedFunctionGraphBase | protected |
title | JKQTPPlotElement | |
tmax | JKQTPXYFunctionLineGraphBase | protected |
tmin | JKQTPXYFunctionLineGraphBase | protected |
transform(const QPointF &x) const | JKQTPPlotElement | inline |
transform(double x, double y) const | JKQTPPlotElement | inline |
transform(const QPolygonF &x) const | JKQTPPlotElement | |
transformToLinePath(const QPolygonF &x) const | JKQTPPlotElement | |
transformX(double x) const | JKQTPPlotElement | |
transformX(const QVector< double > &x) const | JKQTPPlotElement | |
transformY(double y) const | JKQTPPlotElement | |
transformY(const QVector< double > &x) const | JKQTPPlotElement | |
usesColumn(int c) const override | JKQTPEvaluatedFunctionGraphBase | virtual |
visible | JKQTPPlotElement | |
xAxisRef | JKQTPPlotElement | |
xFloatToString(double v, int past_comma=-1) const | JKQTPPlotElement | protected |
yAxisRef | JKQTPPlotElement | |
yFloatToString(double v, int past_comma=-1) const | JKQTPPlotElement | protected |
~JKQTPEvaluatedFunctionGraphBase() | JKQTPEvaluatedFunctionGraphBase | virtual |
~JKQTPGraph()=default | JKQTPGraph | virtual |
~JKQTPGraphLineStyleMixin() | JKQTPGraphLineStyleMixin | virtual |
~JKQTPPlotElement()=default | JKQTPPlotElement | virtual |
~JKQTPXYFunctionLineGraph() override | JKQTPXYFunctionLineGraph | virtual |
~JKQTPXYFunctionLineGraphBase() override | JKQTPXYFunctionLineGraphBase | virtual |