QTextDocumentFragment

Binding for C++ class QTextDocumentFragment.

Constructors

this
this()
Undocumented in source.
this
this(const(QTextCursor) range)
Undocumented in source.
this
this(const(QTextDocumentFragment) rhs)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

isEmpty
bool isEmpty()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
toHtml
QString toHtml()
Undocumented in source.
toPlainText
QString toPlainText()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
fromPlainText
QTextDocumentFragment fromPlainText(const(QString) plainText)
Undocumented in source.

Meta