lib
KoTextString Class Reference
List of all members.Detailed Description
Definition at line 149 of file KoRichText.h.
Public Member Functions | |
KoTextString () | |
KoTextString (const KoTextString &s) | |
virtual | ~KoTextString () |
QString | toString () const |
QString | toReverseString () const |
QString | stringToSpellCheck () |
KoTextStringChar & | at (int i) const |
int | length () const |
void | insert (int index, const QString &s, KoTextFormat *f) |
void | insert (int index, KoTextStringChar *c) |
void | truncate (int index) |
void | remove (int index, int len) |
void | clear () |
void | setFormat (int index, KoTextFormat *f, bool useCollection, bool setFormatAgain=FALSE) |
void | setBidi (bool b) |
bool | isBidi () const |
bool | isRightToLeft () const |
QChar::Direction | direction () const |
void | setDirection (QChar::Direction d) |
void | setNeedsSpellCheck (bool b) |
bool | needsSpellCheck () const |
QMemArray< KoTextStringChar > | subString (int start=0, int len=0xFFFFFF) const |
QString | mid (int start=0, int len=0xFFFFFF) const |
QMemArray< KoTextStringChar > | rawData () const |
void | operator= (const QString &s) |
void | operator+= (const QString &s) |
void | prepend (const QString &s) |
bool | validCursorPosition (int idx) |
int | nextCursorPosition (int idx) |
int | previousCursorPosition (int idx) |
Static Public Member Functions | |
static QString | toString (const QMemArray< KoTextStringChar > &data) |
Member Function Documentation
|
Set dirty flag for background spell-checking.
Definition at line 183 of file KoRichText.h. |
The documentation for this class was generated from the following files: