Public Member Functions | |
PrivateData () | |
Public Attributes | |
int | renderFlags |
QString | text |
QFont | font |
QColor | color |
QPen | backgroundPen |
QBrush | backgroundBrush |
int | paintAttributes |
int | layoutAttributes |
const QwtTextEngine * | textEngine |
Definition at line 136 of file qwt_text.cpp.
QwtText::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 139 of file qwt_text.cpp.
: renderFlags(Qt::AlignCenter), backgroundPen(Qt::NoPen), backgroundBrush(Qt::NoBrush), paintAttributes(0), layoutAttributes(0), textEngine(NULL) { }
Definition at line 154 of file qwt_text.cpp.
Referenced by QwtText::backgroundBrush(), QwtText::draw(), QwtText::operator==(), and QwtText::setBackgroundBrush().
Definition at line 153 of file qwt_text.cpp.
Referenced by QwtText::backgroundPen(), QwtText::draw(), QwtText::operator==(), and QwtText::setBackgroundPen().
QColor QwtText::PrivateData::color |
Definition at line 152 of file qwt_text.cpp.
Referenced by QwtText::color(), QwtText::draw(), QwtText::operator==(), QwtText::setColor(), and QwtText::usedColor().
Definition at line 151 of file qwt_text.cpp.
Referenced by QwtText::draw(), QwtText::font(), QwtText::operator==(), QwtText::setFont(), and QwtText::usedFont().
Definition at line 157 of file qwt_text.cpp.
Referenced by QwtText::draw(), QwtText::heightForWidth(), QwtText::setLayoutAttribute(), QwtText::testLayoutAttribute(), and QwtText::textSize().
Definition at line 156 of file qwt_text.cpp.
Referenced by QwtText::draw(), QwtText::operator==(), QwtText::setPaintAttribute(), QwtText::testPaintAttribute(), QwtText::usedColor(), and QwtText::usedFont().
Definition at line 149 of file qwt_text.cpp.
Referenced by QwtText::draw(), QwtText::heightForWidth(), QwtText::operator==(), QwtText::renderFlags(), QwtText::setRenderFlags(), and QwtText::textSize().
QString QwtText::PrivateData::text |
Definition at line 150 of file qwt_text.cpp.
Referenced by QwtText::draw(), QwtText::heightForWidth(), QwtText::operator==(), QwtText::QwtText(), QwtText::setText(), QwtText::text(), and QwtText::textSize().
Definition at line 159 of file qwt_text.cpp.
Referenced by QwtText::draw(), QwtText::heightForWidth(), QwtText::operator==(), QwtText::QwtText(), QwtText::setText(), and QwtText::textSize().