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
Loading...
Searching...
No Matches
JKQTPGeoPolyLines Member List

This is the complete list of members for JKQTPGeoPolyLines, 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
appendPoint(const QPointF &p)JKQTPGeoPolyLines
appendPoint(const double x, const double y)JKQTPGeoPolyLines
backTransform(const QPointF &x) constJKQTPPlotElementinline
backTransform(double x, double y) constJKQTPPlotElementinline
backtransformX(double x) constJKQTPPlotElement
backtransformY(double y) constJKQTPPlotElement
calcHeadDecoratorSize(double line_width) constJKQTPGraphDecoratedLineStyleMixin
calcTailDecoratorSize(double line_width) constJKQTPGraphDecoratedLineStyleMixin
clearHitTestData()JKQTPPlotElementinlineprotected
draw(JKQTPEnhancedPainter &painter) overrideJKQTPGeoPolyLinesvirtual
DrawAsGraphicElement enum valueJKQTPGeometricPlotElement
DrawAsMathematicalCurve enum valueJKQTPGeometricPlotElement
drawKeyMarker(JKQTPEnhancedPainter &painter, const QRectF &rect) overrideJKQTPGeoBaseDecoratedLinevirtual
drawModeJKQTPGeometricPlotElement
DrawMode enum nameJKQTPGeometricPlotElement
drawOutside(JKQTPEnhancedPainter &painter, QRect leftSpace, QRect rightSpace, QRect topSpace, QRect bottomSpace)JKQTPPlotElementvirtual
formatHitTestDefaultLabel(double x, double y, int index=-1, const JKQTPDatastore *datastore=nullptr) constJKQTPPlotElementprotectedvirtual
generateKeyMarker(QSize size=QSize(16, 16))JKQTPPlotElement
getDrawMode() constJKQTPGeometricPlotElement
getHeadDecoratorSizeFactor() constJKQTPGraphDecoratedLineStyleMixin
getHeadDecoratorStyle() constJKQTPGraphDecoratedLineStyleMixin
getHighlightingLineColor() constJKQTPGraphLineStyleMixin
getHighlightingLinePen(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getHighlightingLinePenForRects(JKQTPEnhancedPainter &painter, JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getKeyLabelColor() const overrideJKQTPGeoBaseDecoratedLinevirtual
getKeyLinePen(JKQTPEnhancedPainter &painter, const QRectF &rect, JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
getKeyLineWidthPx(JKQTPEnhancedPainter &painter, const QRectF &keyRect, const JKQTBasePlotter *parent) constJKQTPGraphLineStyleMixin
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
getOutsideSize(JKQTPEnhancedPainter &painter, int &leftSpace, int &rightSpace, int &topSpace, int &bottomSpace)JKQTPPlotElementvirtual
getParent() constJKQTPPlotElementinline
getParent()JKQTPPlotElementinline
getPoint(int i) constJKQTPGeoPolyLines
getPoint(int i)JKQTPGeoPolyLines
getPointCount() constJKQTPGeoPolyLines
getPoints() constJKQTPGeoPolyLines
getTailDecoratorSizeFactor() constJKQTPGraphDecoratedLineStyleMixin
getTailDecoratorStyle() constJKQTPGraphDecoratedLineStyleMixin
getTitle() constJKQTPPlotElement
getXAxis() constJKQTPPlotElementinline
getXAxisRef() constJKQTPPlotElement
getXMinMax(double &minx, double &maxx, double &smallestGreaterZero) overrideJKQTPGeoPolyLinesvirtual
getYAxis() constJKQTPPlotElementinline
getYAxisRef() constJKQTPPlotElement
getYMinMax(double &miny, double &maxy, double &smallestGreaterZero) overrideJKQTPGeoPolyLinesvirtual
headDecoratorSizeFactorJKQTPGraphDecoratedLineStyleMixin
headDecoratorStyleJKQTPGraphDecoratedLineStyleMixin
highlightedJKQTPPlotElement
highlightingLineColorJKQTPGraphLineStyleMixin
hitTest(const QPointF &posSystem, QPointF *closestSpotSystem=nullptr, QString *label=nullptr, HitTestMode mode=HitTestXY) constJKQTPPlotElementvirtual
HitTestMode enum nameJKQTPPlotElement
HitTestXOnly enum valueJKQTPPlotElement
HitTestXY enum valueJKQTPPlotElement
HitTestYOnly enum valueJKQTPPlotElement
initDecoratedLineStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default)JKQTPGraphDecoratedLineStyleMixin
initLineStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default)JKQTPGraphLineStyleMixin
isHighlighted() constJKQTPPlotElement
isVisible() constJKQTPPlotElement
JKQTPGeoBaseDecoratedLine(JKQTPLineDecoratorStyle headStyle, JKQTPLineDecoratorStyle tailStyle, JKQTBasePlotter *parent, DrawMode drawMode=DrawAsGraphicElement)JKQTPGeoBaseDecoratedLineexplicit
JKQTPGeoBaseDecoratedLine(JKQTBasePlotter *parent, DrawMode drawMode=DrawAsGraphicElement)JKQTPGeoBaseDecoratedLineexplicit
JKQTPGeometricPlotElement(DrawMode drawMode=DrawAsGraphicElement, JKQTBasePlotter *parent=nullptr)JKQTPGeometricPlotElementexplicit
JKQTPGeoPolyLines(JKQTBasePlotter *parent, const QVector< QPointF > &points)JKQTPGeoPolyLines
JKQTPGeoPolyLines(JKQTPlotter *parent, const QVector< QPointF > &points)JKQTPGeoPolyLines
JKQTPGeoPolyLines(JKQTBasePlotter *parent)JKQTPGeoPolyLines
JKQTPGeoPolyLines(JKQTPlotter *parent)JKQTPGeoPolyLines
JKQTPGraphDecoratedLineStyleMixin()JKQTPGraphDecoratedLineStyleMixin
JKQTPGraphLineStyleMixin()JKQTPGraphLineStyleMixin
JKQTPPlotElement(JKQTBasePlotter *parent=nullptr)JKQTPPlotElementexplicit
lineColorJKQTPGraphLineStyleMixin
lineStyleJKQTPGraphLineStyleMixin
lineWidthJKQTPGraphLineStyleMixin
m_drawModeJKQTPGeometricPlotElementprotected
m_headDecoratorSizeFactorJKQTPGraphDecoratedLineStyleMixinprivate
m_headDecoratorStyleJKQTPGraphDecoratedLineStyleMixinprivate
m_highlightingLineColorJKQTPGraphLineStyleMixinprivate
m_hitTestDataJKQTPPlotElementprotected
m_linePenJKQTPGraphLineStyleMixinprivate
m_lineWidthJKQTPGraphLineStyleMixinprivate
m_tailDecoratorSizeFactorJKQTPGraphDecoratedLineStyleMixinprivate
m_tailDecoratorStyleJKQTPGraphDecoratedLineStyleMixinprivate
parentJKQTPPlotElementprotected
parentPlotStyleJKQTPPlotElementprotected
pointsJKQTPGeoPolyLinesprotected
pointsBegin()JKQTPGeoPolyLines
pointsCBegin() constJKQTPGeoPolyLines
pointsCEnd() constJKQTPGeoPolyLines
pointsEnd()JKQTPGeoPolyLines
removePoint(int i)JKQTPGeoPolyLines
reserveHitTestData(int points)JKQTPPlotElementinlineprotected
setAlpha(float alpha)JKQTPGeoBaseDecoratedLinevirtual
setAxes(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
setColor(QColor c)JKQTPGeoBaseDecoratedLinevirtual
setDrawMode(DrawMode mode)JKQTPGeometricPlotElementslot
setHeadDecoratorSizeFactor(const double &__value)JKQTPGraphDecoratedLineStyleMixin
setHeadDecoratorStyle(const JKQTPLineDecoratorStyle &__value)JKQTPGraphDecoratedLineStyleMixin
setHighlighted(bool __value)JKQTPPlotElementslot
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
setParent(JKQTBasePlotter *parent)JKQTPPlotElementvirtual
setParent(JKQTPlotter *parent)JKQTPPlotElementvirtual
setPoint(int i, const QPointF &point)JKQTPGeoPolyLines
setPoints(const QVector< QPointF > &__value)JKQTPGeoPolyLines
setStyle(QColor color, double lineWidth)JKQTPGeoBaseDecoratedLinevirtual
setStyle(QColor color, double lineWidth, Qt::PenStyle style)JKQTPGeoBaseDecoratedLinevirtual
setStyle(QColor color, Qt::PenStyle style)JKQTPGeoBaseDecoratedLinevirtual
setTailDecoratorSizeFactor(const double &__value)JKQTPGraphDecoratedLineStyleMixin
setTailDecoratorStyle(const JKQTPLineDecoratorStyle &__value)JKQTPGraphDecoratedLineStyleMixin
setTitle(const QString &__value)JKQTPPlotElementvirtualslot
setVisible(bool __value)JKQTPPlotElementslot
setXAxis(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
setYAxis(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
tailDecoratorSizeFactorJKQTPGraphDecoratedLineStyleMixin
tailDecoratorStyleJKQTPGraphDecoratedLineStyleMixin
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
visibleJKQTPPlotElement
xAxisRefJKQTPPlotElement
xFloatToString(double v, int past_comma=-1) constJKQTPPlotElementprotected
yAxisRefJKQTPPlotElement
yFloatToString(double v, int past_comma=-1) constJKQTPPlotElementprotected
~JKQTPGeometricPlotElement()JKQTPGeometricPlotElementvirtual
~JKQTPGraphDecoratedLineStyleMixin()JKQTPGraphDecoratedLineStyleMixinvirtual
~JKQTPGraphLineStyleMixin()JKQTPGraphLineStyleMixinvirtual
~JKQTPPlotElement()=defaultJKQTPPlotElementvirtual