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

Public Types | |
| enum | Type { Regular = 0, Custom = 1, Anchor = 2, CustomAnchor = 3 } |
Public Member Functions | |
| QTextStringChar () | |
| ~QTextStringChar () | |
| int | height () const |
| int | ascent () const |
| int | descent () const |
| bool | isCustom () const |
| QTextFormat * | format () const |
| QTextCustomItem * | customItem () const |
| void | setFormat (QTextFormat *f) |
| void | setCustomItem (QTextCustomItem *i) |
| void | loseCustomItem () |
| bool | isAnchor () const |
| bool | isLink () const |
| QString | anchorName () const |
| QString | anchorHref () const |
| void | setAnchor (const QString &name, const QString &href) |
Public Attributes | |
| QChar | c |
| uint | lineStart: 1 |
| uint | rightToLeft: 1 |
| uint | hasCursor: 1 |
| uint | canBreak: 1 |
| Type | type: 2 |
| uint | startOfRun: 1 |
| int | x |
| union { | |
| QTextFormat * format | |
| CustomData * custom | |
| } | d |
Private Member Functions | |
| QTextStringChar & | operator= (const QTextStringChar &) |
| QTextStringChar (const QTextStringChar &) | |
Friends | |
| class | QTextString |
| class | QComplexText |
| class | QTextParagraph |
Classes | |
| struct | CustomData |
|
|
Definition at line 108 of file qrichtext_p.h. |
|
|
Definition at line 104 of file qrichtext_p.h. References d. |
|
|
|
|
|
Definition at line 159 of file qrichtext_p.h. |
|
|
|
|
|
|
|
|
Definition at line 2136 of file qrichtext_p.h. References customItem(), format(), isCustom(), and QTextCustomItem::PlaceInline. |
|
|
Definition at line 2121 of file qrichtext_p.h. References d, and isCustom(). Referenced by ascent(), Qt3::QTextStringChar::ascent(), height(), and Qt3::QTextStringChar::height(). |
|
|
Definition at line 2145 of file qrichtext_p.h. References format(), and isCustom(). |
|
|
Referenced by ascent(), Qt3::QTextStringChar::ascent(), descent(), Qt3::QTextStringChar::descent(), height(), and Qt3::QTextStringChar::height(). |
|
|
Definition at line 2127 of file qrichtext_p.h. References customItem(), format(), isCustom(), and QTextCustomItem::PlaceInline. |
|
|
Definition at line 148 of file qrichtext_p.h. References type. |
|
|
Definition at line 120 of file qrichtext_p.h. Referenced by ascent(), Qt3::QTextStringChar::ascent(), customItem(), Qt3::QTextStringChar::customItem(), descent(), Qt3::QTextStringChar::descent(), height(), and Qt3::QTextStringChar::height(). |
|
|
Definition at line 149 of file qrichtext_p.h. References d. |
|
|
|
|
|
Definition at line 155 of file qrichtext_p.h. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 161 of file qrichtext_p.h. |
|
|
Definition at line 162 of file qrichtext_p.h. |
|
|
Definition at line 100 of file qrichtext_p.h. |
|
|
Definition at line 107 of file qrichtext_p.h. |
|
|
Definition at line 112 of file qrichtext_p.h. |
|
|
Definition at line 145 of file qrichtext_p.h. |
|
|
Referenced by customItem(), and Qt3::QTextStringChar::customItem(). |
|
|
Definition at line 2114 of file qrichtext_p.h. |
|
|
Definition at line 111 of file qrichtext_p.h. |
|
|
Definition at line 109 of file qrichtext_p.h. |
|
|
Definition at line 110 of file qrichtext_p.h. |
|
|
Definition at line 114 of file qrichtext_p.h. |
|
|
Definition at line 113 of file qrichtext_p.h. |
|
|
Definition at line 116 of file qrichtext_p.h. |
1.4.2