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 | |
centerColor | JKQTPRangeBase | protected |
centerLineWidth | JKQTPRangeBase | protected |
centerStyle | JKQTPRangeBase | protected |
clearHitTestData() | JKQTPPlotElement | inlineprotected |
draw(JKQTPEnhancedPainter &painter)=0 | JKQTPPlotElement | pure virtual |
drawKeyMarker(JKQTPEnhancedPainter &painter, const QRectF &rect)=0 | JKQTPPlotElement | pure virtual |
drawOutside(JKQTPEnhancedPainter &painter, QRect leftSpace, QRect rightSpace, QRect topSpace, QRect bottomSpace) | JKQTPPlotElement | virtual |
fillColor | JKQTPGraphFillStyleMixin | |
fillRange | JKQTPRangeBase | protected |
fillStyle | JKQTPGraphFillStyleMixin | |
formatHitTestDefaultLabel(double x, double y, int index=-1, const JKQTPDatastore *datastore=nullptr) const | JKQTPPlotElement | protectedvirtual |
generateKeyMarker(QSize size=QSize(16, 16)) | JKQTPPlotElement | |
getCenterColor() const | JKQTPRangeBase | |
getCenterLineWidth() const | JKQTPRangeBase | |
getCenterStyle() const | JKQTPRangeBase | |
getFillBrush(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) const | JKQTPGraphFillStyleMixin | |
getFillColor() const | JKQTPGraphFillStyleMixin | |
getFillGradient() const | JKQTPGraphFillStyleMixin | |
getFillRange() const | JKQTPRangeBase | |
getFillStyle() const | JKQTPGraphFillStyleMixin | |
getFillTexture() const | JKQTPGraphFillStyleMixin | |
getFillTextureImage() const | JKQTPGraphFillStyleMixin | |
getHighlightingLineColor() const | JKQTPGraphLineStyleMixin | |
getHighlightingLinePen(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) const | JKQTPGraphLineStyleMixin | |
getHighlightingLinePenForRects(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) const | JKQTPGraphLineStyleMixin | |
getInvertedRange() const | JKQTPRangeBase | |
getKeyLabelColor() const override | JKQTPRangeBase | 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 | |
getOutsideSize(JKQTPEnhancedPainter &painter, int &leftSpace, int &rightSpace, int &topSpace, int &bottomSpace) | JKQTPPlotElement | virtual |
getParent() const | JKQTPPlotElement | inline |
getParent() | JKQTPPlotElement | inline |
getPlotCenterLine() const | JKQTPRangeBase | |
getPlotRange() const | JKQTPRangeBase | |
getPlotRangeLines() const | JKQTPRangeBase | |
getRangeCenter() const | JKQTPRangeBase | |
getRangeMax() const | JKQTPRangeBase | |
getRangeMin() const | JKQTPRangeBase | |
getSizeMax() const | JKQTPRangeBase | |
getSizeMin() const | JKQTPRangeBase | |
getTitle() const | JKQTPPlotElement | |
getUnlimitedSizeMax() const | JKQTPRangeBase | |
getUnlimitedSizeMin() const | JKQTPRangeBase | |
getXAxis() const | JKQTPPlotElement | inline |
getXAxisRef() const | JKQTPPlotElement | |
getXMinMax(double &minx, double &maxx, double &smallestGreaterZero)=0 | JKQTPPlotElement | pure virtual |
getYAxis() const | JKQTPPlotElement | inline |
getYAxisRef() const | JKQTPPlotElement | |
getYMinMax(double &miny, double &maxy, double &smallestGreaterZero)=0 | JKQTPPlotElement | pure 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 | |
initFillStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default) | JKQTPGraphFillStyleMixin | |
initFillStyleInvertedColor(JKQTPGraphFillStyleMixin *other) | JKQTPGraphFillStyleMixin | |
initLineStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default) | JKQTPGraphLineStyleMixin | |
invertedRange | JKQTPRangeBase | protected |
isHighlighted() const | JKQTPPlotElement | |
isVisible() const | JKQTPPlotElement | |
JKQTPGraphFillStyleMixin() | JKQTPGraphFillStyleMixin | |
JKQTPGraphLineStyleMixin() | JKQTPGraphLineStyleMixin | |
JKQTPPlotElement(JKQTBasePlotter *parent=nullptr) | JKQTPPlotElement | explicit |
JKQTPRangeBase(JKQTBasePlotter *parent=nullptr) | JKQTPRangeBase | |
lineColor | JKQTPGraphLineStyleMixin | |
lineStyle | JKQTPGraphLineStyleMixin | |
lineWidth | JKQTPGraphLineStyleMixin | |
m_fillBrush | JKQTPGraphFillStyleMixin | private |
m_fillColor | JKQTPGraphFillStyleMixin | private |
m_highlightingLineColor | JKQTPGraphLineStyleMixin | private |
m_hitTestData | JKQTPPlotElement | protected |
m_linePen | JKQTPGraphLineStyleMixin | private |
m_lineWidth | JKQTPGraphLineStyleMixin | private |
parent | JKQTPPlotElement | protected |
parentPlotStyle | JKQTPPlotElement | protected |
plotCenterLine | JKQTPRangeBase | protected |
plotRange | JKQTPRangeBase | protected |
plotRangeLines | JKQTPRangeBase | protected |
rangeCenter | JKQTPRangeBase | protected |
rangeMax | JKQTPRangeBase | protected |
rangeMin | JKQTPRangeBase | protected |
reserveHitTestData(int points) | JKQTPPlotElement | inlineprotected |
setAxes(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
setCenterColor(const QColor &__value) | JKQTPRangeBase | slot |
setCenterLineWidth(double __value) | JKQTPRangeBase | |
setCenterStyle(Qt::PenStyle __value) | JKQTPRangeBase | slot |
setColor(QColor c) | JKQTPRangeBase | virtualslot |
setDrawCenterLineOnly() | JKQTPRangeBase | slot |
setFillBrush(const QBrush &b) | JKQTPGraphFillStyleMixin | |
setFillColor(const QColor &__value) | JKQTPGraphFillStyleMixin | |
setFillColor(const QColor &__value, double alpha) | JKQTPGraphFillStyleMixin | |
setFillGradient(const QGradient &__value) | JKQTPGraphFillStyleMixin | |
setFillRange(bool __value) | JKQTPRangeBase | slot |
setFillStyle(Qt::BrushStyle __value) | JKQTPGraphFillStyleMixin | |
setFillTexture(const QPixmap &__value) | JKQTPGraphFillStyleMixin | |
setFillTexture(const QImage &__value) | JKQTPGraphFillStyleMixin | |
setFillTransform(const QTransform &b) | JKQTPGraphFillStyleMixin | |
setHighlighted(bool __value) | JKQTPPlotElement | slot |
setHighlightingLineColor(const QColor &__value) | JKQTPGraphLineStyleMixin | |
setHighlightingLineColor(const QColor &__value, double alpha) | JKQTPGraphLineStyleMixin | |
setInvertedRange(bool __value) | JKQTPRangeBase | slot |
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 | |
setParent(JKQTBasePlotter *parent) | JKQTPPlotElement | virtual |
setParent(JKQTPlotter *parent) | JKQTPPlotElement | virtual |
setPlotCenterLine(bool __value) | JKQTPRangeBase | slot |
setPlotRange(bool __value) | JKQTPRangeBase | slot |
setPlotRangeLines(bool __value) | JKQTPRangeBase | slot |
setRangeCenter(double __value) | JKQTPRangeBase | slot |
setRangeMax(double __value) | JKQTPRangeBase | slot |
setRangeMin(double __value) | JKQTPRangeBase | slot |
setSizeMax(double __value) | JKQTPRangeBase | slot |
setSizeMin(double __value) | JKQTPRangeBase | slot |
setTitle(const QString &__value) | JKQTPPlotElement | virtualslot |
setUnlimitedSizeMax(bool __value) | JKQTPRangeBase | slot |
setUnlimitedSizeMin(bool __value) | JKQTPRangeBase | slot |
setVisible(bool __value) | JKQTPPlotElement | slot |
setXAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
setYAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
sizeMax | JKQTPRangeBase | protected |
sizeMin | JKQTPRangeBase | protected |
title | JKQTPPlotElement | |
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 | |
unlimitedSizeMax | JKQTPRangeBase | protected |
unlimitedSizeMin | JKQTPRangeBase | protected |
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 |
~JKQTPGraphFillStyleMixin() | JKQTPGraphFillStyleMixin | virtual |
~JKQTPGraphLineStyleMixin() | JKQTPGraphLineStyleMixin | virtual |
~JKQTPPlotElement()=default | JKQTPPlotElement | virtual |