Qt 4.8
|
#include <qstatictext_p.h>
Public Functions | |
void | init () |
void | invalidate () |
void | paintText (const QPointF &pos, QPainter *p) |
QStaticTextPrivate () | |
QStaticTextPrivate (const QStaticTextPrivate &other) | |
~QStaticTextPrivate () | |
Static Public Functions | |
static QStaticTextPrivate * | get (const QStaticText *q) |
Public Variables | |
QSizeF | actualSize |
QChar * | charPool |
QFont | font |
glyph_t * | glyphPool |
int | itemCount |
QStaticTextItem * | items |
QTransform | matrix |
unsigned char | needsRelayout: 1 |
QPointF | position |
QFixedPoint * | positionPool |
QAtomicInt | ref |
QString | text |
unsigned char | textFormat: 2 |
QTextOption | textOption |
qreal | textWidth |
unsigned char | untransformedCoordinates: 1 |
unsigned char | useBackendOptimizations: 1 |
Definition at line 158 of file qstatictext_p.h.
QStaticTextPrivate::QStaticTextPrivate | ( | ) |
Definition at line 401 of file qstatictext.cpp.
QStaticTextPrivate::QStaticTextPrivate | ( | const QStaticTextPrivate & | other | ) |
Definition at line 408 of file qstatictext.cpp.
QStaticTextPrivate::~QStaticTextPrivate | ( | ) |
Definition at line 416 of file qstatictext.cpp.
|
static |
Definition at line 424 of file qstatictext.cpp.
Referenced by QPainter::drawStaticText().
void QStaticTextPrivate::init | ( | ) |
Definition at line 677 of file qstatictext.cpp.
Referenced by QPainter::drawStaticText(), QStaticText::prepare(), and QStaticText::size().
|
inline |
Definition at line 168 of file qstatictext_p.h.
Referenced by QStaticText::QStaticText(), QStaticText::setPerformanceHint(), QStaticText::setText(), QStaticText::setTextFormat(), QStaticText::setTextOption(), and QStaticText::setTextWidth().
Definition at line 611 of file qstatictext.cpp.
Referenced by QPainter::drawStaticText(), and init().
QSizeF QStaticTextPrivate::actualSize |
Definition at line 178 of file qstatictext_p.h.
Referenced by paintText(), and QStaticText::size().
QChar* QStaticTextPrivate::charPool |
Definition at line 187 of file qstatictext_p.h.
Referenced by init(), and ~QStaticTextPrivate().
QFont QStaticTextPrivate::font |
Definition at line 176 of file qstatictext_p.h.
Referenced by QPainter::drawStaticText(), init(), QStaticText::operator==(), paintText(), and QStaticText::prepare().
glyph_t* QStaticTextPrivate::glyphPool |
Definition at line 185 of file qstatictext_p.h.
Referenced by init(), and ~QStaticTextPrivate().
int QStaticTextPrivate::itemCount |
Definition at line 183 of file qstatictext_p.h.
Referenced by QPainter::drawStaticText(), and init().
QStaticTextItem* QStaticTextPrivate::items |
Definition at line 182 of file qstatictext_p.h.
Referenced by QPainter::drawStaticText(), get(), init(), and ~QStaticTextPrivate().
QTransform QStaticTextPrivate::matrix |
Definition at line 181 of file qstatictext_p.h.
Referenced by QPainter::drawStaticText(), get(), init(), and QStaticText::prepare().
unsigned char QStaticTextPrivate::needsRelayout |
Definition at line 191 of file qstatictext_p.h.
Referenced by QPainter::drawStaticText(), init(), and QStaticText::size().
QPointF QStaticTextPrivate::position |
Definition at line 179 of file qstatictext_p.h.
Referenced by QPainter::drawStaticText(), get(), and init().
QFixedPoint* QStaticTextPrivate::positionPool |
Definition at line 186 of file qstatictext_p.h.
Referenced by init(), and ~QStaticTextPrivate().
QAtomicInt QStaticTextPrivate::ref |
Definition at line 173 of file qstatictext_p.h.
Referenced by QStaticText::detach(), and QStaticText::~QStaticText().
QString QStaticTextPrivate::text |
Definition at line 175 of file qstatictext_p.h.
Referenced by QStaticText::operator==(), paintText(), QStaticText::QStaticText(), QStaticText::setText(), and QStaticText::text().
unsigned char QStaticTextPrivate::textFormat |
Definition at line 193 of file qstatictext_p.h.
Referenced by paintText(), QStaticText::setTextFormat(), and QStaticText::textFormat().
QTextOption QStaticTextPrivate::textOption |
Definition at line 189 of file qstatictext_p.h.
Referenced by paintText(), QStaticText::setTextOption(), and QStaticText::textOption().
qreal QStaticTextPrivate::textWidth |
Definition at line 177 of file qstatictext_p.h.
Referenced by QStaticText::operator==(), paintText(), QStaticText::setTextWidth(), and QStaticText::textWidth().
unsigned char QStaticTextPrivate::untransformedCoordinates |
Definition at line 194 of file qstatictext_p.h.
Referenced by QPainter::drawStaticText(), get(), and init().
unsigned char QStaticTextPrivate::useBackendOptimizations |
Definition at line 192 of file qstatictext_p.h.
Referenced by get(), init(), QStaticText::performanceHint(), and QStaticText::setPerformanceHint().