#include </home/clem/local/src/opie/qmake/include/private/qrichtext_p.h>
Collaboration diagram for QTextFlow:

Public Member Functions | |
| QTextFlow () | |
| virtual | ~QTextFlow () |
| virtual void | setWidth (int width) |
| int | width () const |
| virtual void | setPageSize (int ps) |
| int | pageSize () const |
| virtual int | adjustLMargin (int yp, int h, int margin, int space) |
| virtual int | adjustRMargin (int yp, int h, int margin, int space) |
| virtual void | registerFloatingItem (QTextCustomItem *item) |
| virtual void | unregisterFloatingItem (QTextCustomItem *item) |
| virtual QRect | boundingRect () const |
| virtual void | drawFloatingItems (QPainter *p, int cx, int cy, int cw, int ch, const QColorGroup &cg, bool selected) |
| virtual int | adjustFlow (int y, int w, int h) |
| virtual bool | isEmpty () |
| void | clear () |
Private Attributes | |
| int | w |
| int | pagesize |
| QPtrList< QTextCustomItem > | leftItems |
| QPtrList< QTextCustomItem > | rightItems |
Friends | |
| class | QTextDocument |
| class | QTextTableCell |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 535 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
Referenced by QTextDocument::setWidth(). |
|
|
|
|
|
Definition at line 563 of file qrichtext_p.h. References w. Referenced by QTextDocument::width(). |
|
|
Definition at line 522 of file qrichtext_p.h. |
|
|
Definition at line 524 of file qrichtext_p.h. |
|
|
Definition at line 558 of file qrichtext_p.h. |
|
|
Definition at line 555 of file qrichtext_p.h. |
|
|
Definition at line 559 of file qrichtext_p.h. |
|
|
Definition at line 554 of file qrichtext_p.h. Referenced by width(), and Qt3::QTextFlow::width(). |
1.4.2