QTextDocumentWriter

Binding for C++ class QTextDocumentWriter.

Constructors

this
this()
Undocumented in source.
this
this(QIODevice device, const(QByteArray) format)
Undocumented in source.
this
this(const(QString) fileName, const(QByteArray) format)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

device
QIODevice device()
Undocumented in source.
fileName
QString fileName()
Undocumented in source.
format
QByteArray format()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setDevice
void setDevice(QIODevice device)
Undocumented in source.
setFileName
void setFileName(const(QString) fileName)
Undocumented in source.
setFormat
void setFormat(const(QByteArray) format)
Undocumented in source.
write
bool write(const(QTextDocumentFragment) fragment)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
supportedDocumentFormats
QList!(QByteArray) supportedDocumentFormats()
Undocumented in source.

Meta