|  | 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 JKQTPGeometricPlotElement, including all inherited members.
| 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 | |
| clearHitTestData() | JKQTPPlotElement | inlineprotected | 
| draw(JKQTPEnhancedPainter &painter)=0 | JKQTPPlotElement | pure virtual | 
| DrawAsGraphicElement enum value | JKQTPGeometricPlotElement | |
| DrawAsMathematicalCurve enum value | JKQTPGeometricPlotElement | |
| drawKeyMarker(JKQTPEnhancedPainter &painter, const QRectF &rect)=0 | JKQTPPlotElement | pure virtual | 
| DrawMode enum name | JKQTPGeometricPlotElement | |
| drawMode | JKQTPGeometricPlotElement | |
| drawOutside(JKQTPEnhancedPainter &painter, QRect leftSpace, QRect rightSpace, QRect topSpace, QRect bottomSpace) | JKQTPPlotElement | virtual | 
| formatHitTestDefaultLabel(double x, double y, int index=-1, const JKQTPDatastore *datastore=nullptr) const | JKQTPPlotElement | protectedvirtual | 
| generateKeyMarker(QSize size=QSize(16, 16)) | JKQTPPlotElement | |
| getDrawMode() const | JKQTPGeometricPlotElement | |
| getKeyLabelColor() const =0 | JKQTPPlotElement | pure virtual | 
| getOutsideSize(JKQTPEnhancedPainter &painter, int &leftSpace, int &rightSpace, int &topSpace, int &bottomSpace) | JKQTPPlotElement | virtual | 
| getParent() const | JKQTPPlotElement | inline | 
| getParent() | JKQTPPlotElement | inline | 
| getTitle() const | JKQTPPlotElement | |
| 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 | |
| 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 | |
| isHighlighted() const | JKQTPPlotElement | |
| isVisible() const | JKQTPPlotElement | |
| JKQTPGeometricPlotElement(DrawMode drawMode=DrawAsGraphicElement, JKQTBasePlotter *parent=nullptr) | JKQTPGeometricPlotElement | explicit | 
| JKQTPPlotElement(JKQTBasePlotter *parent=nullptr) | JKQTPPlotElement | explicit | 
| m_drawMode | JKQTPGeometricPlotElement | protected | 
| m_hitTestData | JKQTPPlotElement | protected | 
| parent | JKQTPPlotElement | protected | 
| parentPlotStyle | JKQTPPlotElement | protected | 
| reserveHitTestData(int points) | JKQTPPlotElement | inlineprotected | 
| setAxes(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
| setDrawMode(DrawMode mode) | JKQTPGeometricPlotElement | slot | 
| setHighlighted(bool __value) | JKQTPPlotElement | slot | 
| setParent(JKQTBasePlotter *parent) | JKQTPPlotElement | virtual | 
| setParent(JKQTPlotter *parent) | JKQTPPlotElement | virtual | 
| setTitle(const QString &__value) | JKQTPPlotElement | virtualslot | 
| setVisible(bool __value) | JKQTPPlotElement | slot | 
| setXAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
| setYAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
| 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 | |
| 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 | 
| ~JKQTPGeometricPlotElement() | JKQTPGeometricPlotElement | virtual | 
| ~JKQTPPlotElement()=default | JKQTPPlotElement | virtual |