dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QTextDocumentFragment
qt
gui
textdocumentfragment
Binding for C++ class
QTextDocumentFragment
.
extern (
C
++) extern (
C
++)
struct
QTextDocumentFragment {
this
();
typeof
(
this
)
rawConstructor
();
static
typeof
(
this
)
create
();
this
(const(QTextCursor) range);
this(this)
;
this
(const(QTextDocumentFragment) rhs);
~this
();
bool
isEmpty
();
QString
toPlainText
();
version
(!
QT_NO_TEXTHTMLPARSER
)
QString
toHtml
();
static
QTextDocumentFragment
fromPlainText
(const(QString) plainText);
}
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
Source
See Implementation
qt
gui
textdocumentfragment
structs
QTextDocumentFragment
QTextDocumentFragmentPrivate
Binding for C++ class QTextDocumentFragment.