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
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
Loading...
Searching...
No Matches
JKQTPSpecialLineGraphBase Member List

This is the complete list of members for JKQTPSpecialLineGraphBase, including all inherited members.

addHitTestData(const HitTestLocation &loc)JKQTPPlotElementinlineprotected
addHitTestData(double x_, double y_, const QString &label_)JKQTPPlotElementinlineprotected
addHitTestData(const QPointF &pos_, const QString &label_)JKQTPPlotElementinlineprotected
addHitTestData(double x_, double y_, int index_=-1, const JKQTPDatastore *datastore=nullptr)JKQTPPlotElementinlineprotected
addHitTestData(const QPointF &pos_, int index_=-1, const JKQTPDatastore *datastore=nullptr)JKQTPPlotElementinlineprotected
addHitTestData(double x_, double y_, int index_, const QString &label_)JKQTPPlotElementinlineprotected
addHitTestData(const QPointF &pos_, int index_, const QString &label_)JKQTPPlotElementinlineprotected
backTransform(const QPointF &x) constJKQTPPlotElementinline
backTransform(double x, double y) constJKQTPPlotElementinline
backtransformX(double x) constJKQTPPlotElement
backtransformY(double y) constJKQTPPlotElement
baselineJKQTPXYBaselineGraph
clearHitTestData()JKQTPPlotElementinlineprotected
DataSortOrder enum nameJKQTPXYGraph
doDrawLine() constJKQTPGraphLineAndFillStyleMixin
doFillCurve() constJKQTPGraphLineAndFillStyleMixin
draw(JKQTPEnhancedPainter &painter)=0JKQTPPlotElementpure virtual
drawErrorsAfter(JKQTPEnhancedPainter &)JKQTPGraphprotectedvirtual
drawErrorsBefore(JKQTPEnhancedPainter &)JKQTPGraphprotectedvirtual
drawKeyMarker(JKQTPEnhancedPainter &painter, const QRectF &rect) overrideJKQTPSpecialLineGraphBasevirtual
drawLineJKQTPGraphLineAndFillStyleMixin
drawOutside(JKQTPEnhancedPainter &painter, QRect leftSpace, QRect rightSpace, QRect topSpace, QRect bottomSpace)JKQTPPlotElementvirtual
drawSymbolsJKQTPSpecialLineGraphBase
fillColorJKQTPGraphFillStyleMixin
fillCurveJKQTPGraphLineAndFillStyleMixin
fillStyleJKQTPGraphFillStyleMixin
formatHitTestDefaultLabel(double x, double y, int index=-1, const JKQTPDatastore *datastore=nullptr) constJKQTPPlotElementprotectedvirtual
generateKeyMarker(QSize size=QSize(16, 16))JKQTPPlotElement
getBaseline() constJKQTPXYBaselineGraph
getDataIndex(int i) constJKQTPXYGraphinlineprotected
getDataMinMax(int column, double &minx, double &maxx, double &smallestGreaterZero)JKQTPGraphprotected
getDataSortOrder() constJKQTPXYGraph
getDrawLine() constJKQTPGraphLineAndFillStyleMixin
getDrawSymbols() constJKQTPSpecialLineGraphBase
getErrorL(int i, const JKQTPDatastore *ds, int xErrorColumn, int xErrorColumnLower, bool xErrorSymmetric) constJKQTPXYBaselineGraphprivate
getErrorU(int i, const JKQTPDatastore *ds, int xErrorColumn) constJKQTPXYBaselineGraphprivate
getFillBrush(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphFillStyleMixin
getFillColor() constJKQTPGraphFillStyleMixin
getFillCurve() constJKQTPGraphLineAndFillStyleMixin
getFillGradient() constJKQTPGraphFillStyleMixin
getFillStyle() constJKQTPGraphFillStyleMixin
getFillTexture() constJKQTPGraphFillStyleMixin
getFillTextureImage() constJKQTPGraphFillStyleMixin
getHighlightingLineColor() constJKQTPGraphLineStyleMixin
getHighlightingLinePen(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getHighlightingLinePenForRects(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getIndexRange(int &imin, int &imax) constJKQTPXYGraphprotectedvirtual
getKeyColumn() constJKQTPXYGraphvirtual
getKeyLabelColor() const overrideJKQTPSpecialLineGraphBasevirtual
getKeyLinePen(JKQTPEnhancedPainter &painter, const QRectF &rect, JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getKeyLineWidthPx(JKQTPEnhancedPainter &painter, const QRectF &keyRect, const JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getKeySymbolLineWidthPx(JKQTPEnhancedPainter &painter, const QRectF &keyRect, const JKQTBasePlotter *parent, double maxSymbolSizeFracton=0.9) constJKQTPGraphSymbolStyleMixinprotected
getKeySymbolSizePx(JKQTPEnhancedPainter &painter, const QRectF &keyRect, const JKQTBasePlotter *parent, double maxSymbolSizeFracton=0.9) constJKQTPGraphSymbolStyleMixinprotected
getLineBrush() constJKQTPGraphLineStyleMixin
getLineCapStyle() constJKQTPGraphLineStyleMixin
getLineColor() constJKQTPGraphLineStyleMixin
getLineDashOffset() constJKQTPGraphLineStyleMixin
getLineDashPattern() constJKQTPGraphLineStyleMixin
getLineJoinStyle() constJKQTPGraphLineStyleMixin
getLinePen(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getLinePenForRects(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getLineStyle() constJKQTPGraphLineStyleMixin
getLineWidth() constJKQTPGraphLineStyleMixin
getMinMaxWithBaseline(int dataColumn, double &minv, double &maxv, double &smallestGreaterZero)JKQTPXYBaselineGraphprotected
getMinMaxWithErrorsAndBaseline(int dataColumn, int errorColumn, int errorColumnLower, bool errorSymmetric, double &minv, double &maxv, double &smallestGreaterZero)JKQTPXYBaselineGraphprotected
getNonvisibleLineCompressionAgressiveness() constJKQTPGraphLinesCompressionMixin
getOutsideSize(JKQTPEnhancedPainter &painter, int &leftSpace, int &rightSpace, int &topSpace, int &bottomSpace)JKQTPPlotElementvirtual
getParent() constJKQTPPlotElementinline
getParent()JKQTPPlotElementinline
getSpecialLineType() constJKQTPSpecialLineGraphBase
getSymbolBrush(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphSymbolStyleMixinprotected
getSymbolColor() constJKQTPGraphSymbolStyleMixin
getSymbolFillColor() constJKQTPGraphSymbolStyleMixin
getSymbolFont() constJKQTPGraphSymbolStyleMixinprotected
getSymbolFontName() constJKQTPGraphSymbolStyleMixin
getSymbolLineWidth() constJKQTPGraphSymbolStyleMixin
getSymbolPen(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphSymbolStyleMixinprotected
getSymbolSize() constJKQTPGraphSymbolStyleMixin
getSymbolType() constJKQTPGraphSymbolStyleMixin
getTitle() constJKQTPPlotElement
getUseNonvisibleLineCompression() constJKQTPGraphLinesCompressionMixin
getValueColumn() constJKQTPXYGraphvirtual
getXAxis() constJKQTPPlotElementinline
getXAxisRef() constJKQTPPlotElement
getXColumn() constJKQTPXYGraph
getXMinMax(double &minx, double &maxx, double &smallestGreaterZero) overrideJKQTPXYGraphvirtual
getYAxis() constJKQTPPlotElementinline
getYAxisRef() constJKQTPPlotElement
getYColumn() constJKQTPXYGraph
getYMinMax(double &miny, double &maxy, double &smallestGreaterZero) overrideJKQTPXYGraphvirtual
highlightedJKQTPPlotElement
highlightingLineColorJKQTPGraphLineStyleMixin
hitTest(const QPointF &posSystem, QPointF *closestSpotSystem=nullptr, QString *label=nullptr, HitTestMode mode=HitTestXY) const overrideJKQTPXYGraphvirtual
HitTestMode enum nameJKQTPPlotElement
HitTestXOnly enum valueJKQTPPlotElement
HitTestXY enum valueJKQTPPlotElement
HitTestYOnly enum valueJKQTPPlotElement
initFillStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default)JKQTPGraphFillStyleMixin
initFillStyleInvertedColor(JKQTPGraphFillStyleMixin *other)JKQTPGraphFillStyleMixin
initLineStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default)JKQTPGraphLineStyleMixin
initSymbolStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default)JKQTPGraphSymbolStyleMixin
intSortData()JKQTPXYGraphprotectedvirtual
isHighlighted() constJKQTPPlotElement
isVisible() constJKQTPPlotElement
JKQTPGraph(JKQTBasePlotter *parent=nullptr)JKQTPGraphexplicit
JKQTPGraphFillStyleMixin()JKQTPGraphFillStyleMixin
JKQTPGraphLineAndFillStyleMixin()JKQTPGraphLineAndFillStyleMixin
JKQTPGraphLinesCompressionMixin()JKQTPGraphLinesCompressionMixin
JKQTPGraphLineStyleMixin()JKQTPGraphLineStyleMixin
JKQTPGraphSymbolStyleMixin()JKQTPGraphSymbolStyleMixin
JKQTPPlotElement(JKQTBasePlotter *parent=nullptr)JKQTPPlotElementexplicit
JKQTPSpecialLineGraphBase(JKQTBasePlotter *parent=nullptr)JKQTPSpecialLineGraphBaseexplicit
JKQTPXYBaselineGraph(JKQTBasePlotter *parent=nullptr)JKQTPXYBaselineGraph
JKQTPXYGraph(JKQTBasePlotter *parent=nullptr)JKQTPXYGraph
lineColorJKQTPGraphLineStyleMixin
lineStyleJKQTPGraphLineStyleMixin
lineWidthJKQTPGraphLineStyleMixin
m_baselineJKQTPXYBaselineGraphprotected
m_drawLineJKQTPGraphLineAndFillStyleMixinprivate
m_drawSymbolsJKQTPSpecialLineGraphBaseprotected
m_fillBrushJKQTPGraphFillStyleMixinprivate
m_fillColorJKQTPGraphFillStyleMixinprivate
m_fillCurveJKQTPGraphLineAndFillStyleMixinprivate
m_highlightingLineColorJKQTPGraphLineStyleMixinprivate
m_hitTestDataJKQTPPlotElementprotected
m_linePenJKQTPGraphLineStyleMixinprivate
m_lineWidthJKQTPGraphLineStyleMixinprivate
m_nonvisibleLineCompressionAgressivenessJKQTPGraphLinesCompressionMixinprivate
m_specialLineTypeJKQTPSpecialLineGraphBaseprotected
m_symbolColorJKQTPGraphSymbolStyleMixinprivate
m_symbolFillColorJKQTPGraphSymbolStyleMixinprivate
m_symbolFontNameJKQTPGraphSymbolStyleMixinprivate
m_symbolLineWidthJKQTPGraphSymbolStyleMixinprivate
m_symbolSizeJKQTPGraphSymbolStyleMixinprivate
m_symbolTypeJKQTPGraphSymbolStyleMixinprivate
m_useNonvisibleLineCompressionJKQTPGraphLinesCompressionMixinprivate
nonvisibleLineCompressionAgressivenessJKQTPGraphLinesCompressionMixin
parentJKQTPPlotElementprotected
parentPlotStyleJKQTPPlotElementprotected
plotStyledSymbol(JKQTBasePlotter *parent, JKQTPEnhancedPainter &painter, double x, double y) constJKQTPGraphSymbolStyleMixininlineprotected
plotStyledSymbol(JKQTBasePlotter *parent, JKQTPEnhancedPainter &painter, double x, double y, double symbolSize) constJKQTPGraphSymbolStyleMixininlineprotected
plotStyledSymbol(JKQTBasePlotter *parent, JKQTPEnhancedPainter &painter, double x, double y, JKQTPGraphSymbols type) constJKQTPGraphSymbolStyleMixininlineprotected
plotStyledSymbol(JKQTBasePlotter *parent, JKQTPEnhancedPainter &painter, double x, double y, QColor color, QColor fillColor) constJKQTPGraphSymbolStyleMixininlineprotected
reserveHitTestData(int points)JKQTPPlotElementinlineprotected
setAxes(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
setBaseline(double __value)JKQTPXYBaselineGraphslot
setColor(QColor c)JKQTPSpecialLineGraphBaseslot
setDataSortOrder(int __value)JKQTPXYGraphslot
setDataSortOrder(DataSortOrder __value)JKQTPXYGraphslot
setDrawLine(bool __value)JKQTPGraphLineAndFillStyleMixin
setDrawSymbols(bool __value)JKQTPSpecialLineGraphBaseslot
setFillBrush(const QBrush &b)JKQTPGraphFillStyleMixin
setFillColor(const QColor &__value)JKQTPGraphFillStyleMixin
setFillColor(const QColor &__value, double alpha)JKQTPGraphFillStyleMixin
setFillCurve(bool __value)JKQTPGraphLineAndFillStyleMixin
setFillGradient(const QGradient &__value)JKQTPGraphFillStyleMixin
setFillStyle(Qt::BrushStyle __value)JKQTPGraphFillStyleMixin
setFillTexture(const QPixmap &__value)JKQTPGraphFillStyleMixin
setFillTexture(const QImage &__value)JKQTPGraphFillStyleMixin
setFillTransform(const QTransform &b)JKQTPGraphFillStyleMixin
setHighlighted(bool __value)JKQTPPlotElementslot
setHighlightingLineColor(const QColor &__value)JKQTPGraphLineStyleMixin
setHighlightingLineColor(const QColor &__value, double alpha)JKQTPGraphLineStyleMixin
setKeyColumn(int __value)JKQTPXYGraphvirtualslot
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
setNonvisibleLineCompressionAgressiveness(double Agressiveness)JKQTPGraphLinesCompressionMixin
setParent(JKQTBasePlotter *parent)JKQTPPlotElementvirtual
setParent(JKQTPlotter *parent)JKQTPPlotElementvirtual
setSpecialLineType(const JKQTPSpecialLineType &__value)JKQTPSpecialLineGraphBaseslot
setSymbolAlpha(double alpha)JKQTPGraphSymbolStyleMixin
setSymbolColor(const QColor &__value)JKQTPGraphSymbolStyleMixin
setSymbolColor(const QColor &__value, double alpha)JKQTPGraphSymbolStyleMixin
setSymbolFillColor(const QColor &__value)JKQTPGraphSymbolStyleMixin
setSymbolFillColor(const QColor &__value, double alpha)JKQTPGraphSymbolStyleMixin
setSymbolFontName(const QString &__value)JKQTPGraphSymbolStyleMixin
setSymbolLineWidth(double __value)JKQTPGraphSymbolStyleMixin
setSymbolSize(double __value)JKQTPGraphSymbolStyleMixin
setSymbolType(JKQTPGraphSymbols __value)JKQTPGraphSymbolStyleMixin
setTitle(const QString &__value)JKQTPPlotElementvirtualslot
setUseNonvisibleLineCompression(bool _useNonvisibleLineCompression)JKQTPGraphLinesCompressionMixin
setValueColumn(int __value)JKQTPXYGraphvirtualslot
setVisible(bool __value)JKQTPPlotElementslot
setXAxis(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
setXColumn(int __value)JKQTPXYGraphslot
setXColumn(size_t __value)JKQTPXYGraphslot
setXYColumns(size_t xCol, size_t yCol)JKQTPXYGraphslot
setXYColumns(int xCol, int yCol)JKQTPXYGraphslot
setXYColumns(QPair< int, int > xyColPair)JKQTPXYGraphslot
setXYColumns(QPair< size_t, size_t > xyColPair)JKQTPXYGraphslot
setYAxis(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
setYColumn(int __value)JKQTPXYGraphslot
setYColumn(size_t __value)JKQTPXYGraphslot
sortDataJKQTPXYGraph
sortedIndicesJKQTPXYGraphprotected
SortedX enum valueJKQTPXYGraph
SortedY enum valueJKQTPXYGraph
specialLineTypeJKQTPSpecialLineGraphBase
symbolColorJKQTPGraphSymbolStyleMixin
symbolFillColorJKQTPGraphSymbolStyleMixin
symbolFontNameJKQTPGraphSymbolStyleMixin
symbolLineWidthJKQTPGraphSymbolStyleMixin
symbolSizeJKQTPGraphSymbolStyleMixin
symbolTypeJKQTPGraphSymbolStyleMixin
titleJKQTPPlotElement
transform(const QPointF &x) constJKQTPPlotElementinline
transform(double x, double y) constJKQTPPlotElementinline
transform(const QPolygonF &x) constJKQTPPlotElement
transformToLinePath(const QPolygonF &x) constJKQTPPlotElement
transformX(double x) constJKQTPPlotElement
transformX(const QVector< double > &x) constJKQTPPlotElement
transformY(double y) constJKQTPPlotElement
transformY(const QVector< double > &x) constJKQTPPlotElement
Unsorted enum valueJKQTPXYGraph
useNonvisibleLineCompressionJKQTPGraphLinesCompressionMixin
usesColumn(int column) const overrideJKQTPXYGraphvirtual
visibleJKQTPPlotElement
xAxisRefJKQTPPlotElement
xColumnJKQTPXYGraph
xFloatToString(double v, int past_comma=-1) constJKQTPPlotElementprotected
yAxisRefJKQTPPlotElement
yColumnJKQTPXYGraph
yFloatToString(double v, int past_comma=-1) constJKQTPPlotElementprotected
~JKQTPGraph()=defaultJKQTPGraphvirtual
~JKQTPGraphFillStyleMixin()JKQTPGraphFillStyleMixinvirtual
~JKQTPGraphLinesCompressionMixin()JKQTPGraphLinesCompressionMixinvirtual
~JKQTPGraphLineStyleMixin()JKQTPGraphLineStyleMixinvirtual
~JKQTPGraphSymbolStyleMixin()JKQTPGraphSymbolStyleMixinvirtual
~JKQTPPlotElement()=defaultJKQTPPlotElementvirtual