Definition at line 67 of file qtextlayout.h.
#include <qtextlayout.h>
Public Member Functions |
|
| QTextInlineObject (int i, QTextEngine *e) | |
| QTextInlineObject () | |
| bool | isValid () const |
| QRectF | rect () const |
| qreal | width () const |
| qreal | ascent () const |
| qreal | descent () const |
| qreal | height () const |
| Qt::LayoutDirection | textDirection () const |
| void | setWidth (qreal w) |
| void | setAscent (qreal a) |
| void | setDescent (qreal d) |
| int | textPosition () const |
| int | formatIndex () const |
| QTextFormat | format () const |
Friends |
|
| class | QTextLayout |
| QTextInlineObject | ( | int | i, |
| QTextEngine * | e | ||
| ) | [inline] |
Definition at line 70 of file qtextlayout.h.
: itm(i), eng(e) {}
| QTextInlineObject | ( | ) | [inline] |
Definition at line 71 of file qtextlayout.h.
: itm(0), eng(0) {}
| bool isValid | ( | ) | const [inline] |
| QRectF rect | ( | ) | const |
| qreal width | ( | ) | const |
| qreal ascent | ( | ) | const |
| qreal descent | ( | ) | const |
| qreal height | ( | ) | const |
| Qt::LayoutDirection textDirection | ( | ) | const |
| void setWidth | ( | qreal | w | ) |
| void setAscent | ( | qreal | a | ) |
| void setDescent | ( | qreal | d | ) |
| int textPosition | ( | ) | const |
| int formatIndex | ( | ) | const |
| QTextFormat format | ( | ) | const |
friend class QTextLayout
[friend] |
Definition at line 92 of file qtextlayout.h.