Lines Matching refs:QCPLabelPainterPrivate
5468 const QChar QCPLabelPainterPrivate::SymbolDot(183);
5469 const QChar QCPLabelPainterPrivate::SymbolCross(215);
5478 QCPLabelPainterPrivate::QCPLabelPainterPrivate(QCustomPlot *parentPlot) : in QCPLabelPainterPrivate() function in QCPLabelPainterPrivate
5494 QCPLabelPainterPrivate::~QCPLabelPainterPrivate() in ~QCPLabelPainterPrivate()
5498 void QCPLabelPainterPrivate::setAnchorSide(AnchorSide side) in setAnchorSide()
5503 void QCPLabelPainterPrivate::setAnchorMode(AnchorMode mode) in setAnchorMode()
5508 void QCPLabelPainterPrivate::setAnchorReference(const QPointF &pixelPoint) in setAnchorReference()
5513 void QCPLabelPainterPrivate::setAnchorReferenceType(AnchorReferenceType type) in setAnchorReferenceType()
5518 void QCPLabelPainterPrivate::setFont(const QFont &font) in setFont()
5527 void QCPLabelPainterPrivate::setColor(const QColor &color) in setColor()
5532 void QCPLabelPainterPrivate::setPadding(int padding) in setPadding()
5537 void QCPLabelPainterPrivate::setRotation(double rotation) in setRotation()
5542 void QCPLabelPainterPrivate::setSubstituteExponent(bool enabled) in setSubstituteExponent()
5547 void QCPLabelPainterPrivate::setMultiplicationSymbol(QChar symbol) in setMultiplicationSymbol()
5552 void QCPLabelPainterPrivate::setAbbreviateDecimalPowers(bool enabled) in setAbbreviateDecimalPowers()
5557 void QCPLabelPainterPrivate::setCacheSize(int labelCount) in setCacheSize()
5562 int QCPLabelPainterPrivate::cacheSize() const in cacheSize()
5567 void QCPLabelPainterPrivate::drawTickLabel(QCPPainter *painter, const QPointF &tickPos, const QStri… in drawTickLabel()
5633 void QCPLabelPainterPrivate::clearCache() in clearCache()
5645 QByteArray QCPLabelPainterPrivate::generateLabelParameterHash() const in generateLabelParameterHash()
5677 void QCPLabelPainterPrivate::drawLabelMaybeCached(QCPPainter *painter, const QFont &font, const QCo… in drawLabelMaybeCached()
5738 QPointF QCPLabelPainterPrivate::getAnchorPos(const QPointF &tickPos) in getAnchorPos()
5780 void QCPLabelPainterPrivate::drawText(QCPPainter *painter, const QPointF &pos, const LabelData &lab… in drawText()
5832 QCPLabelPainterPrivate::LabelData QCPLabelPainterPrivate::getTickLabelData(const QFont &font, const… in getTickLabelData()
5902 void QCPLabelPainterPrivate::applyAnchorTransform(LabelData &labelData) const in applyAnchorTransform()
5952 QCPLabelPainterPrivate::CachedLabel *QCPLabelPainterPrivate::createCachedLabel(const LabelData &lab… in createCachedLabel()
5980 QByteArray QCPLabelPainterPrivate::cacheKey(const QString &text, const QColor &color, double rotati… in cacheKey()
5988 QCPLabelPainterPrivate::AnchorSide QCPLabelPainterPrivate::skewedAnchorSide(const QPointF &tickPos,… in skewedAnchorSide()
6014 QCPLabelPainterPrivate::AnchorSide QCPLabelPainterPrivate::rotationCorrectedSide(AnchorSide side, d… in rotationCorrectedSide()
6043 void QCPLabelPainterPrivate::analyzeFontMetrics() in analyzeFontMetrics()
31121 mLabelPainter.setAnchorReferenceType(QCPLabelPainterPrivate::artTangent); in QCPPolarAxisRadial()
31133 case QCPLabelPainterPrivate::amSkewedUpright: return lmUpright; in tickLabelMode()
31134 case QCPLabelPainterPrivate::amSkewedRotated: return lmRotated; in tickLabelMode()
31516 case lmUpright: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedUpright); break; in setTickLabelMode()
31517 case lmRotated: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedRotated); break; in setTickLabelMode()
31598 …etMultiplicationSymbol(mNumberMultiplyCross ? QCPLabelPainterPrivate::SymbolCross : QCPLabelPainte… in setNumberFormat()
32611 mLabelPainter.setAnchorReferenceType(QCPLabelPainterPrivate::artNormal); in QCPPolarAxisAngular()
32639 case QCPLabelPainterPrivate::amSkewedUpright: return lmUpright; in tickLabelMode()
32640 case QCPLabelPainterPrivate::amSkewedRotated: return lmRotated; in tickLabelMode()
32654 if (mLabelPainter.multiplicationSymbol() == QCPLabelPainterPrivate::SymbolCross) in numberFormat()
33433 case lmUpright: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedUpright); break; in setTickLabelMode()
33434 case lmRotated: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedRotated); break; in setTickLabelMode()
33515 …etMultiplicationSymbol(mNumberMultiplyCross ? QCPLabelPainterPrivate::SymbolCross : QCPLabelPainte… in setNumberFormat()