![]() |
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 JKQTPGeoText, 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) override | JKQTPGeoText | virtual |
| drawKeyMarker(JKQTPEnhancedPainter &painter, const QRectF &rect) override | JKQTPGeoText | 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 | |
| getKeyLabelColor() const override | JKQTPGeoText | virtual |
| getOutsideSize(JKQTPEnhancedPainter &painter, int &leftSpace, int &rightSpace, int &topSpace, int &bottomSpace) | JKQTPPlotElement | virtual |
| getP() const | JKQTPGeoText | |
| getParent() const | JKQTPPlotElement | inline |
| getParent() | JKQTPPlotElement | inline |
| getPen(JKQTPEnhancedPainter &painter) | JKQTPGeoText | protected |
| getText() const | JKQTPGeoText | |
| getTextColor() const | JKQTPGraphTextStyleMixin | |
| getTextFontName() const | JKQTPGraphTextStyleMixin | |
| getTextFontSize() const | JKQTPGraphTextStyleMixin | |
| getTitle() const | JKQTPPlotElement | |
| getX() const | JKQTPGeoText | |
| getXAxis() const | JKQTPPlotElement | inline |
| getXAxisRef() const | JKQTPPlotElement | |
| getXMinMax(double &minx, double &maxx, double &smallestGreaterZero) override | JKQTPGeoText | virtual |
| getY() const | JKQTPGeoText | |
| getYAxis() const | JKQTPPlotElement | inline |
| getYAxisRef() const | JKQTPPlotElement | |
| getYMinMax(double &miny, double &maxy, double &smallestGreaterZero) override | JKQTPGeoText | 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 | |
| initTextStyle(JKQTBasePlotter *parent, int &parentPlotStyle, JKQTPPlotStyleType styletype=JKQTPPlotStyleType::Default) | JKQTPGraphTextStyleMixin | |
| isHighlighted() const | JKQTPPlotElement | |
| isVisible() const | JKQTPPlotElement | |
| JKQTPGeoText(JKQTBasePlotter *parent, double x, double y, const QString &text, double fontSize, QColor color) | JKQTPGeoText | |
| JKQTPGeoText(JKQTPlotter *parent, double x, double y, const QString &text, double fontSize, QColor color) | JKQTPGeoText | |
| JKQTPGeoText(JKQTBasePlotter *parent, double x, double y, const QString &text, double fontSize) | JKQTPGeoText | |
| JKQTPGeoText(JKQTPlotter *parent, double x, double y, const QString &text, double fontSize) | JKQTPGeoText | |
| JKQTPGeoText(JKQTBasePlotter *parent, double x, double y, const QString &text) | JKQTPGeoText | |
| JKQTPGeoText(JKQTPlotter *parent, double x, double y, const QString &text) | JKQTPGeoText | |
| JKQTPGraphTextStyleMixin(JKQTBasePlotter *parent) | JKQTPGraphTextStyleMixin | |
| JKQTPPlotAnnotationElement(JKQTBasePlotter *parent=nullptr) | JKQTPPlotAnnotationElement | explicit |
| JKQTPPlotElement(JKQTBasePlotter *parent=nullptr) | JKQTPPlotElement | explicit |
| m_hitTestData | JKQTPPlotElement | protected |
| m_textColor | JKQTPGraphTextStyleMixin | private |
| m_textFontName | JKQTPGraphTextStyleMixin | private |
| m_textFontSize | JKQTPGraphTextStyleMixin | private |
| parent | JKQTPPlotElement | protected |
| parentPlotStyle | JKQTPPlotElement | protected |
| reserveHitTestData(int points) | JKQTPPlotElement | inlineprotected |
| setAxes(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
| setColor(QColor c) | JKQTPGeoText | virtualslot |
| setHighlighted(bool __value) | JKQTPPlotElement | slot |
| setP(const QPointF &p) | JKQTPGeoText | slot |
| setParent(JKQTBasePlotter *parent) | JKQTPPlotElement | virtual |
| setParent(JKQTPlotter *parent) | JKQTPPlotElement | virtual |
| setText(const QString &__value) | JKQTPGeoText | slot |
| setTextColor(const QColor &__value) | JKQTPGraphTextStyleMixin | |
| setTextColor(const QColor &__value, double alpha) | JKQTPGraphTextStyleMixin | |
| setTextFontName(const QString &__value) | JKQTPGraphTextStyleMixin | |
| setTextFontSize(double __value) | JKQTPGraphTextStyleMixin | |
| setTitle(const QString &__value) | JKQTPPlotElement | virtualslot |
| setVisible(bool __value) | JKQTPPlotElement | slot |
| setX(double __value) | JKQTPGeoText | slot |
| setXAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
| setY(double __value) | JKQTPGeoText | slot |
| setYAxis(JKQTPCoordinateAxisRef ref) | JKQTPPlotElement | |
| text | JKQTPGeoText | protected |
| textColor | JKQTPGraphTextStyleMixin | |
| textFontName | JKQTPGraphTextStyleMixin | |
| textFontSize | JKQTPGraphTextStyleMixin | |
| 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 | |
| x | JKQTPGeoText | protected |
| xAxisRef | JKQTPPlotElement | |
| xFloatToString(double v, int past_comma=-1) const | JKQTPPlotElement | protected |
| y | JKQTPGeoText | protected |
| yAxisRef | JKQTPPlotElement | |
| yFloatToString(double v, int past_comma=-1) const | JKQTPPlotElement | protected |
| ~JKQTPGraphTextStyleMixin() | JKQTPGraphTextStyleMixin | virtual |
| ~JKQTPPlotAnnotationElement() | JKQTPPlotAnnotationElement | virtual |
| ~JKQTPPlotElement()=default | JKQTPPlotElement | virtual |