QTextDocumentWriter

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()
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

codec
QTextCodec codec()
Undocumented in source.
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.
setCodec
void setCodec(QTextCodec codec)
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(QTextDocument) document)
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