#include <qtextobject.h>
Definition at line 297 of file qtextobject.h.
Public Member Functions | |
QTextFragment (const QTextDocumentPrivate *priv, int f, int fe) | |
QTextFragment () | |
QTextFragment (const QTextFragment &o) | |
QTextFragment & | operator= (const QTextFragment &o) |
bool | isValid () const |
bool | operator== (const QTextFragment &o) const |
bool | operator!= (const QTextFragment &o) const |
bool | operator< (const QTextFragment &o) const |
int | position () const |
int | length () const |
bool | contains (int position) const |
QTextCharFormat | charFormat () const |
int | charFormatIndex () const |
QString | text () const |
QList< QGlyphRun > | glyphRuns () const |
|
inline |
Definition at line 300 of file qtextobject.h.
|
inline |
Definition at line 301 of file qtextobject.h.
|
inline |
Definition at line 302 of file qtextobject.h.
|
inline |
Definition at line 303 of file qtextobject.h.
|
inline |
Definition at line 305 of file qtextobject.h.
|
inline |
Definition at line 307 of file qtextobject.h.
|
inline |
Definition at line 308 of file qtextobject.h.
|
inline |
Definition at line 309 of file qtextobject.h.
int position | ( | ) | const |
bool contains | ( | int | position | ) | const |
QTextCharFormat charFormat | ( | ) | const |
int charFormatIndex | ( | ) | const |
QString text | ( | ) | const |