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

Public Member Functions | |
| QTextFormatter () | |
| virtual | ~QTextFormatter () |
| virtual int | format (QTextDocument *doc, QTextParagraph *parag, int start, const QMap< int, QTextLineStart * > &oldLineStarts)=0 |
| virtual int | formatVertically (QTextDocument *doc, QTextParagraph *parag) |
| bool | isWrapEnabled (QTextParagraph *p) const |
| int | wrapAtColumn () const |
| virtual void | setWrapEnabled (bool b) |
| virtual void | setWrapAtColumn (int c) |
| virtual void | setAllowBreakInWords (bool b) |
| bool | allowBreakInWords () const |
| int | minimumWidth () const |
| int | widthUsed () const |
Static Public Member Functions | |
| static bool | isBreakable (QTextString *string, int pos) |
Protected Member Functions | |
| virtual QTextLineStart * | formatLine (QTextParagraph *parag, QTextString *string, QTextLineStart *line, QTextStringChar *start, QTextStringChar *last, int align=Qt::AlignAuto, int space=0) |
| virtual QTextLineStart * | bidiReorderLine (QTextParagraph *parag, QTextString *string, QTextLineStart *line, QTextStringChar *start, QTextStringChar *last, int align, int space) |
| void | insertLineStart (QTextParagraph *parag, int index, QTextLineStart *ls) |
Protected Attributes | |
| int | thisminw |
| int | thiswused |
Private Attributes | |
| bool | wrapEnabled |
| int | wrapColumn |
| bool | biw |
|
|
|
|
|
|
|
|
Definition at line 1386 of file qrichtext_p.h. |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Implemented in QTextFormatterBreakInWords, and QTextFormatterBreakWords. |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Referenced by Qt3::QTextParagraph::paint(). |
|
|
Definition at line 1381 of file qrichtext_p.h. References FALSE, QTextParagraph::isBreakable(), and TRUE. |
|
|
Definition at line 1388 of file qrichtext_p.h. |
|
|
Definition at line 1385 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
Definition at line 1389 of file qrichtext_p.h. |
|
|
Definition at line 1382 of file qrichtext_p.h. |
|
|
Definition at line 1408 of file qrichtext_p.h. |
|
|
Definition at line 1402 of file qrichtext_p.h. |
|
|
Definition at line 1403 of file qrichtext_p.h. |
|
|
Definition at line 1407 of file qrichtext_p.h. |
|
|
Definition at line 1406 of file qrichtext_p.h. |
1.4.2