#include <qtextlayout.h>
Definition at line 69 of file 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 |
|
inline |
Definition at line 72 of file qtextlayout.h.
|
inline |
Definition at line 73 of file qtextlayout.h.
|
inline |
Definition at line 74 of file qtextlayout.h.
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 |
Definition at line 94 of file qtextlayout.h.