QTextOStream Class

The QTextOStream class is a convenience class for output streams. More...

Header: #include <QTextOStream>
Inherits: QTextStream

Note: All functions in this class are reentrant.

Public Functions

QTextOStream(QString * string)
QTextOStream(QByteArray * byteArray)
QTextOStream(FILE * file)

Detailed Description

The QTextOStream class is a convenience class for output streams.

Use QTextStream instead.

Member Function Documentation

QTextOStream::QTextOStream(QString * string)

Use QTextStream(&string, QIODevice::WriteOnly) instead.

QTextOStream::QTextOStream(QByteArray * byteArray)

Use QTextStream(&byteArray, QIODevice::WriteOnly) instead.

QTextOStream::QTextOStream(FILE * file)

Use QTextStream(file, QIODevice::WriteOnly) instead.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.