QTextFragment

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(const(QTextDocumentPrivate)* priv, int f, int fe)
Undocumented in source.
this
this()
Undocumented in source.
this
this(const(QTextFragment) o)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

charFormat
QTextCharFormat charFormat()
Undocumented in source.
charFormatIndex
int charFormatIndex()
Undocumented in source.
contains
bool contains(int position)
Undocumented in source.
glyphRuns
QList!(QGlyphRun) glyphRuns(int from, int length)
Undocumented in source.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
Undocumented in source.
position
int position()
Undocumented in source.
text
QString text()
Undocumented in source.

Meta