#include <qcustomplot.h>
|
| virtual QByteArray | generateLabelParameterHash () const |
| |
| virtual void | placeTickLabel (QCPPainter *painter, double position, int distanceToAxis, const QString &text, QSize *tickLabelsSize) |
| |
| virtual void | drawTickLabel (QCPPainter *painter, double x, double y, const TickLabelData &labelData) const |
| |
| virtual TickLabelData | getTickLabelData (const QFont &font, const QString &text) const |
| |
| virtual QPointF | getTickLabelDrawOffset (const TickLabelData &labelData) const |
| |
| virtual void | getMaxTickLabelSize (const QFont &font, const QString &text, QSize *tickLabelsSize) const |
| |
Definition at line 1326 of file qcustomplot.h.
| QCPAxisPainterPrivate::QCPAxisPainterPrivate |
( |
QCustomPlot * |
parentPlot | ) |
|
|
explicit |
| QCPAxisPainterPrivate::~QCPAxisPainterPrivate |
( |
| ) |
|
|
virtual |
| QRect QCPAxisPainterPrivate::axisSelectionBox |
( |
| ) |
const |
|
inline |
| void QCPAxisPainterPrivate::clearCache |
( |
| ) |
|
| void QCPAxisPainterPrivate::draw |
( |
QCPPainter * |
painter | ) |
|
|
virtual |
| void QCPAxisPainterPrivate::drawTickLabel |
( |
QCPPainter * |
painter, |
|
|
double |
x, |
|
|
double |
y, |
|
|
const TickLabelData & |
labelData |
|
) |
| const |
|
protectedvirtual |
| QByteArray QCPAxisPainterPrivate::generateLabelParameterHash |
( |
| ) |
const |
|
protectedvirtual |
| void QCPAxisPainterPrivate::getMaxTickLabelSize |
( |
const QFont & |
font, |
|
|
const QString & |
text, |
|
|
QSize * |
tickLabelsSize |
|
) |
| const |
|
protectedvirtual |
| QPointF QCPAxisPainterPrivate::getTickLabelDrawOffset |
( |
const TickLabelData & |
labelData | ) |
const |
|
protectedvirtual |
| QRect QCPAxisPainterPrivate::labelSelectionBox |
( |
| ) |
const |
|
inline |
| void QCPAxisPainterPrivate::placeTickLabel |
( |
QCPPainter * |
painter, |
|
|
double |
position, |
|
|
int |
distanceToAxis, |
|
|
const QString & |
text, |
|
|
QSize * |
tickLabelsSize |
|
) |
| |
|
protectedvirtual |
| int QCPAxisPainterPrivate::size |
( |
| ) |
const |
|
virtual |
| QRect QCPAxisPainterPrivate::tickLabelsSelectionBox |
( |
| ) |
const |
|
inline |
| bool QCPAxisPainterPrivate::abbreviateDecimalPowers |
| QRect QCPAxisPainterPrivate::axisRect |
| QPen QCPAxisPainterPrivate::basePen |
| QString QCPAxisPainterPrivate::label |
| QColor QCPAxisPainterPrivate::labelColor |
| QFont QCPAxisPainterPrivate::labelFont |
| int QCPAxisPainterPrivate::labelPadding |
| QRect QCPAxisPainterPrivate::mAxisSelectionBox |
|
protected |
| QCache<QString, CachedLabel> QCPAxisPainterPrivate::mLabelCache |
|
protected |
| QByteArray QCPAxisPainterPrivate::mLabelParameterHash |
|
protected |
| QRect QCPAxisPainterPrivate::mLabelSelectionBox |
|
protected |
| QRect QCPAxisPainterPrivate::mTickLabelsSelectionBox |
|
protected |
| bool QCPAxisPainterPrivate::numberMultiplyCross |
| double QCPAxisPainterPrivate::offset |
| bool QCPAxisPainterPrivate::reversedEndings |
| bool QCPAxisPainterPrivate::substituteExponent |
| int QCPAxisPainterPrivate::subTickLengthIn |
| int QCPAxisPainterPrivate::subTickLengthOut |
| QPen QCPAxisPainterPrivate::subTickPen |
| QVector<double> QCPAxisPainterPrivate::subTickPositions |
| QColor QCPAxisPainterPrivate::tickLabelColor |
| QFont QCPAxisPainterPrivate::tickLabelFont |
| int QCPAxisPainterPrivate::tickLabelPadding |
| double QCPAxisPainterPrivate::tickLabelRotation |
| QVector<QString> QCPAxisPainterPrivate::tickLabels |
| int QCPAxisPainterPrivate::tickLengthIn |
| int QCPAxisPainterPrivate::tickLengthOut |
| QPen QCPAxisPainterPrivate::tickPen |
| QVector<double> QCPAxisPainterPrivate::tickPositions |
| QRect QCPAxisPainterPrivate::viewportRect |
The documentation for this class was generated from the following files: