lib
KoTextStringChar Class Reference
List of all members.Detailed Description
Definition at line 83 of file KoRichText.h.
Public Types | |
| enum | Type { Regular, Custom } |
Public Member Functions | |
| KoTextStringChar () | |
| ~KoTextStringChar () | |
| int | height () const |
| int | ascent () const |
| int | descent () const |
| bool | isCustom () const |
| KoTextFormat * | format () const |
| KoTextCustomItem * | customItem () const |
| void | setFormat (KoTextFormat *f, bool setFormatAgain=TRUE) |
| void | setCustomItem (KoTextCustomItem *i) |
| void | loseCustomItem () |
Public Attributes | |
| QChar | c |
| uchar | softBreak:1 |
| uchar | whiteSpace:1 |
| uchar | charStop:1 |
| uchar | wordStop:1 |
| uint | lineStart: 1 |
| Type | type: 1 |
| uint | startOfRun: 1 |
| uint | rightToLeft: 1 |
| Q_INT8 | pixelxadj |
| short int | pixelwidth |
| short int | width |
| int | x |
| union { | |
| KoTextFormat * format | |
| CustomData * custom | |
| } | d |
Friends | |
| class | KoTextString |
| class | KoComplexText |
| class | KoTextParag |
Classes | |
| struct | CustomData |
The documentation for this class was generated from the following files:

