|  | 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 JKQTPImageBase, 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 | 
| drawErrorsAfter(JKQTPEnhancedPainter &) | JKQTPGraph | protectedvirtual | 
| drawErrorsBefore(JKQTPEnhancedPainter &) | JKQTPGraph | protectedvirtual | 
| drawKeyMarker(JKQTPEnhancedPainter &painter, const QRectF &rect) override | JKQTPImageBase | virtual | 
| 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 | |
| getDataMinMax(int column, double &minx, double &maxx, double &smallestGreaterZero) | JKQTPGraph | protected | 
| getHeight() const | JKQTPImageBase | |
| getKeyLabelColor() const override | JKQTPImageBase | virtual | 
| getOutsideSize(JKQTPEnhancedPainter &painter, int &leftSpace, int &rightSpace, int &topSpace, int &bottomSpace) | JKQTPPlotElement | virtual | 
| getParent() const | JKQTPPlotElement | inline | 
| getParent() | JKQTPPlotElement | inline | 
| getTitle() const | JKQTPPlotElement | |
| getWidth() const | JKQTPImageBase | |
| getX() const | JKQTPImageBase | |
| getXAxis() const | JKQTPPlotElement | inline | 
| getXAxisRef() const | JKQTPPlotElement | |
| getXMinMax(double &minx, double &maxx, double &smallestGreaterZero) override | JKQTPImageBase | virtual | 
| getY() const | JKQTPImageBase | |
| getYAxis() const | JKQTPPlotElement | inline | 
| getYAxisRef() const | JKQTPPlotElement | |
| getYMinMax(double &miny, double &maxy, double &smallestGreaterZero) override | JKQTPImageBase | virtual | 
| height | JKQTPImageBase | protected | 
| 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 | |
| JKQTPGraph(JKQTBasePlotter *parent=nullptr) | JKQTPGraph | explicit | 
| JKQTPImageBase(JKQTBasePlotter *parent=nullptr) | JKQTPImageBase | |
| JKQTPImageBase(double x, double y, double width, double height, JKQTBasePlotter *parent=nullptr) | JKQTPImageBase | |
| JKQTPImageBase(JKQTPlotter *parent) | JKQTPImageBase | |
| JKQTPImageBase(double x, double y, double width, double height, JKQTPlotter *parent) | JKQTPImageBase | |
| JKQTPPlotElement(JKQTBasePlotter *parent=nullptr) | JKQTPPlotElement | explicit | 
| m_hitTestData | JKQTPPlotElement | protected | 
| parent | JKQTPPlotElement | protected | 
| parentPlotStyle | JKQTPPlotElement | protected | 
| plotImage(JKQTPEnhancedPainter &painter, QImage &image, double x, double y, double width, double height) | JKQTPImageBase | protected | 
| reserveHitTestData(int points) | JKQTPPlotElement | inlineprotected | 
| setAxes(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
| setHeight(double __value) | JKQTPImageBase | 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 | 
| setWidth(double __value) | JKQTPImageBase | slot | 
| setX(double __value) | JKQTPImageBase | slot | 
| setXAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
| setY(double __value) | JKQTPImageBase | slot | 
| 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 | |
| usesColumn(int column) const | JKQTPGraph | virtual | 
| visible | JKQTPPlotElement | |
| width | JKQTPImageBase | protected | 
| x | JKQTPImageBase | protected | 
| xAxisRef | JKQTPPlotElement | |
| xFloatToString(double v, int past_comma=-1) const | JKQTPPlotElement | protected | 
| y | JKQTPImageBase | protected | 
| yAxisRef | JKQTPPlotElement | |
| yFloatToString(double v, int past_comma=-1) const | JKQTPPlotElement | protected | 
| ~JKQTPGraph()=default | JKQTPGraph | virtual | 
| ~JKQTPPlotElement()=default | JKQTPPlotElement | virtual |