lib
KoTextFormatterBase Class Reference
Inheritance diagram for KoTextFormatterBase:

Detailed Description
Definition at line 743 of file KoRichText.h.
Public Member Functions | |
| KoTextFormatterBase () | |
| virtual | ~KoTextFormatterBase () |
| virtual bool | format (KoTextDocument *doc, KoTextParag *parag, int start, const QMap< int, KoTextParagLineStart * > &oldLineStarts, int &y, int &widthUsed)=0 |
| virtual int | formatVertically (KoTextDocument *doc, KoTextParag *parag) |
| virtual void | postFormat (KoTextParag *parag)=0 |
| int | wrapAtColumn () const |
| virtual void | setWrapAtColumn (int c) |
| virtual void | setAllowBreakInWords (bool b) |
| bool | allowBreakInWords () const |
| void | setViewFormattingChars (bool b) |
| bool | viewFormattingChars () const |
| bool | isBreakable (KoTextString *string, int pos) const |
| bool | isStretchable (KoTextString *string, int pos) const |
Protected Member Functions | |
| virtual KoTextParagLineStart * | bidiReorderLine (KoTextParag *parag, KoTextString *string, KoTextParagLineStart *line, KoTextStringChar *start, KoTextStringChar *last, int align, int space) |
The documentation for this class was generated from the following files:

