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

Public Member Functions | |
| QTextString () | |
| QTextString (const QTextString &s) | |
| virtual | ~QTextString () |
| QString | toString (bool fixspaces=TRUE) const |
| QTextStringChar & | at (int i) const |
| int | length () const |
| int | width (int idx) const |
| void | insert (int index, const QString &s, QTextFormat *f) |
| void | insert (int index, const QChar *unicode, int len, QTextFormat *f) |
| void | insert (int index, QTextStringChar *c, bool doAddRefFormat=FALSE) |
| void | truncate (int index) |
| void | remove (int index, int len) |
| void | clear () |
| void | setFormat (int index, QTextFormat *f, bool useCollection) |
| void | setBidi (bool b) |
| bool | isBidi () const |
| bool | isRightToLeft () const |
| QChar::Direction | direction () const |
| void | setDirection (QChar::Direction d) |
| QMemArray< QTextStringChar > | subString (int start=0, int len=0xFFFFFF) const |
| QMemArray< QTextStringChar > | rawData () const |
| void | operator= (const QString &s) |
| void | operator+= (const QString &s) |
| void | prepend (const QString &s) |
Static Public Member Functions | |
| static QString | toString (const QMemArray< QTextStringChar > &data, bool fixspaces=TRUE) |
Private Member Functions | |
| void | checkBidi () const |
Private Attributes | |
| QMemArray< QTextStringChar > | data |
| uint | bidiDirty: 1 |
| uint | bidi: 1 |
| uint | rightToLeft: 1 |
| uint | dir: 5 |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 1915 of file qrichtext_p.h. References data. Referenced by QTextParagraph::at(). |
|
|
Referenced by isBidi(), Qt3::QTextString::isBidi(), isRightToLeft(), and Qt3::QTextString::isRightToLeft(). |
|
|
|
|
|
Definition at line 239 of file qrichtext_p.h. References dir. |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 225 of file qrichtext_p.h. References bidi, bidiDirty, and checkBidi(). |
|
|
Definition at line 232 of file qrichtext_p.h. References bidiDirty, checkBidi(), and rightToLeft. |
|
|
Definition at line 1638 of file qrichtext_p.h. References data, and QMemArray< type >::size(). Referenced by QTextParagraph::append(), and QTextParagraph::length(). |
|
|
Definition at line 212 of file qrichtext_p.h. References QTextParagraph::insert(), and QTextParagraph::length(). |
|
|
Definition at line 211 of file qrichtext_p.h. References QTextParagraph::insert(). |
|
|
Definition at line 213 of file qrichtext_p.h. References QTextParagraph::insert(). |
|
|
Definition at line 209 of file qrichtext_p.h. References QMemArray< type >::copy(). |
|
||||||||||||
|
|
|
|
Definition at line 202 of file qrichtext_p.h. |
|
|
Definition at line 206 of file qrichtext_p.h. References TRUE. |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Referenced by Qt3::QTextDeleteCommand::unexecute(). |
|
|
|
|
|
|
|
|
Definition at line 220 of file qrichtext_p.h. Referenced by isBidi(), and Qt3::QTextString::isBidi(). |
|
|
Definition at line 219 of file qrichtext_p.h. Referenced by isBidi(), Qt3::QTextString::isBidi(), isRightToLeft(), and Qt3::QTextString::isRightToLeft(). |
|
|
Definition at line 218 of file qrichtext_p.h. Referenced by at(), Qt3::QTextString::at(), length(), and Qt3::QTextString::length(). |
|
|
Definition at line 222 of file qrichtext_p.h. Referenced by direction(), and Qt3::QTextString::direction(). |
|
|
Definition at line 221 of file qrichtext_p.h. Referenced by isRightToLeft(), and Qt3::QTextString::isRightToLeft(). |
1.4.2