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
JKQTPMathImageBase Member List

This is the complete list of members for JKQTPMathImageBase, 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
clearHitTestData()JKQTPPlotElementinlineprotected
dataJKQTPMathImageBaseprotected
dataModifierJKQTPMathImageBaseprotected
datatypeJKQTPMathImageBaseprotected
datatypeModifierJKQTPMathImageBaseprotected
draw(JKQTPEnhancedPainter &painter)=0JKQTPPlotElementpure virtual
drawErrorsAfter(JKQTPEnhancedPainter &)JKQTPGraphprotectedvirtual
drawErrorsBefore(JKQTPEnhancedPainter &)JKQTPGraphprotectedvirtual
drawKeyMarker(JKQTPEnhancedPainter &painter, const QRectF &rect) overrideJKQTPMathImageBasevirtual
drawOutside(JKQTPEnhancedPainter &painter, QRect leftSpace, QRect rightSpace, QRect topSpace, QRect bottomSpace)JKQTPPlotElementvirtual
ensureImageData()JKQTPMathImageBaseprotectedvirtual
formatHitTestDefaultLabel(double x, double y, int index=-1, const JKQTPDatastore *datastore=nullptr) constJKQTPPlotElementprotectedvirtual
generateKeyMarker(QSize size=QSize(16, 16))JKQTPPlotElement
getData() constJKQTPMathImageBasevirtual
getDataAsDoubleVector() constJKQTPMathImageBase
getDataMinMax(double &imin, double &imax)JKQTPMathImageBasevirtual
JKQTPImageBase::getDataMinMax(int column, double &minx, double &maxx, double &smallestGreaterZero)JKQTPGraphprotected
getDataModifier() constJKQTPMathImageBasevirtual
getDataModifierAsDoubleVector() constJKQTPMathImageBase
getDatatype() constJKQTPMathImageBasevirtual
getDatatypeModifier() constJKQTPMathImageBasevirtual
getHeight() constJKQTPImageBase
getKeyLabelColor() const overrideJKQTPImageBasevirtual
getModifierMinMax(double &imin, double &imax)JKQTPMathImageBasevirtual
getNx() constJKQTPMathImageBase
getNy() constJKQTPMathImageBase
getOutsideSize(JKQTPEnhancedPainter &painter, int &leftSpace, int &rightSpace, int &topSpace, int &bottomSpace)JKQTPPlotElementvirtual
getParent() constJKQTPPlotElementinline
getParent()JKQTPPlotElementinline
getTitle() constJKQTPPlotElement
getWidth() constJKQTPImageBase
getX() constJKQTPImageBase
getXAxis() constJKQTPPlotElementinline
getXAxisRef() constJKQTPPlotElement
getXMinMax(double &minx, double &maxx, double &smallestGreaterZero) overrideJKQTPImageBasevirtual
getY() constJKQTPImageBase
getYAxis() constJKQTPPlotElementinline
getYAxisRef() constJKQTPPlotElement
getYMinMax(double &miny, double &maxy, double &smallestGreaterZero) overrideJKQTPImageBasevirtual
heightJKQTPImageBaseprotected
highlightedJKQTPPlotElement
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
internalDataMaxJKQTPMathImageBaseprotected
internalDataMinJKQTPMathImageBaseprotected
internalModifierMaxJKQTPMathImageBaseprotected
internalModifierMinJKQTPMathImageBaseprotected
isHighlighted() constJKQTPPlotElement
isVisible() constJKQTPPlotElement
JKQTPGraph(JKQTBasePlotter *parent=nullptr)JKQTPGraphexplicit
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
JKQTPMathImageBase(JKQTBasePlotter *parent=nullptr)JKQTPMathImageBase
JKQTPMathImageBase(double x, double y, double width, double height, JKQTBasePlotter *parent=nullptr)JKQTPMathImageBase
JKQTPMathImageBase(double x, double y, double width, double height, JKQTPMathImageDataType datatype, const void *data, int Nx, int Ny, JKQTBasePlotter *parent=nullptr)JKQTPMathImageBase
JKQTPMathImageBase(JKQTPlotter *parent)JKQTPMathImageBase
JKQTPMathImageBase(double x, double y, double width, double height, JKQTPlotter *parent=nullptr)JKQTPMathImageBase
JKQTPMathImageBase(double x, double y, double width, double height, JKQTPMathImageDataType datatype, const void *data, int Nx, int Ny, JKQTPlotter *parent)JKQTPMathImageBase
JKQTPPlotElement(JKQTBasePlotter *parent=nullptr)JKQTPPlotElementexplicit
m_hitTestDataJKQTPPlotElementprotected
NxJKQTPMathImageBaseprotected
NyJKQTPMathImageBaseprotected
parentJKQTPPlotElementprotected
parentPlotStyleJKQTPPlotElementprotected
plotImage(JKQTPEnhancedPainter &painter, QImage &image, double x, double y, double width, double height)JKQTPImageBaseprotected
reserveHitTestData(int points)JKQTPPlotElementinlineprotected
setAxes(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
setData(const void *__value)JKQTPMathImageBasevirtual
setData(const void *data, int Nx, int Ny, JKQTPMathImageDataType datatype)JKQTPMathImageBasevirtual
setData(const void *data, int Nx, int Ny)JKQTPMathImageBasevirtual
setDataModifier(const void *__value)JKQTPMathImageBasevirtual
setDataModifier(const void *data, JKQTPMathImageDataType datatype)JKQTPMathImageBasevirtual
setDatatype(JKQTPMathImageDataType __value)JKQTPMathImageBasevirtual
setDatatypeModifier(JKQTPMathImageDataType __value)JKQTPMathImageBasevirtual
setHeight(double __value)JKQTPImageBaseslot
setHighlighted(bool __value)JKQTPPlotElementslot
setNx(int __value)JKQTPMathImageBase
setNx(size_t __value)JKQTPMathImageBase
setNy(int __value)JKQTPMathImageBase
setNy(size_t __value)JKQTPMathImageBase
setParent(JKQTBasePlotter *parent)JKQTPPlotElementvirtual
setParent(JKQTPlotter *parent)JKQTPPlotElementvirtual
setTitle(const QString &__value)JKQTPPlotElementvirtualslot
setVisible(bool __value)JKQTPPlotElementslot
setWidth(double __value)JKQTPImageBaseslot
setX(double __value)JKQTPImageBaseslot
setXAxis(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
setY(double __value)JKQTPImageBaseslot
setYAxis(JKQTPCoordinateAxisRef ref)JKQTPPlotElement
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
usesColumn(int column) constJKQTPGraphvirtual
visibleJKQTPPlotElement
widthJKQTPImageBaseprotected
xJKQTPImageBaseprotected
xAxisRefJKQTPPlotElement
xFloatToString(double v, int past_comma=-1) constJKQTPPlotElementprotected
yJKQTPImageBaseprotected
yAxisRefJKQTPPlotElement
yFloatToString(double v, int past_comma=-1) constJKQTPPlotElementprotected
~JKQTPGraph()=defaultJKQTPGraphvirtual
~JKQTPPlotElement()=defaultJKQTPPlotElementvirtual