Obsolete Members for QTextStream
The following members of class QTextStream are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Related Non-Members
(obsolete) QTextStream & | bin(QTextStream &s) |
(obsolete) QTextStream & | bom(QTextStream &s) |
(obsolete) QTextStream & | center(QTextStream &s) |
(obsolete) QTextStream & | dec(QTextStream &s) |
(obsolete) QTextStream & | endl(QTextStream &s) |
(obsolete) QTextStream & | fixed(QTextStream &s) |
(obsolete) QTextStream & | flush(QTextStream &s) |
(obsolete) QTextStream & | forcepoint(QTextStream &s) |
(obsolete) QTextStream & | forcesign(QTextStream &s) |
(obsolete) QTextStream & | hex(QTextStream &s) |
(obsolete) QTextStream & | left(QTextStream &s) |
(obsolete) QTextStream & | lowercasebase(QTextStream &s) |
(obsolete) QTextStream & | lowercasedigits(QTextStream &s) |
(obsolete) QTextStream & | noforcepoint(QTextStream &s) |
(obsolete) QTextStream & | noforcesign(QTextStream &s) |
(obsolete) QTextStream & | noshowbase(QTextStream &s) |
(obsolete) QTextStream & | oct(QTextStream &s) |
(obsolete) QTextStream & | reset(QTextStream &s) |
(obsolete) QTextStream & | right(QTextStream &s) |
(obsolete) QTextStream & | scientific(QTextStream &s) |
(obsolete) QTextStream & | showbase(QTextStream &s) |
(obsolete) QTextStream & | uppercasebase(QTextStream &s) |
(obsolete) QTextStream & | uppercasedigits(QTextStream &s) |
(obsolete) QTextStream & | ws(QTextStream &s) |
Related Non-Members
QTextStream &bin(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::bin() instead.
QTextStream &bom(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::bom() instead.
QTextStream ¢er(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::center() instead.
QTextStream &dec(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::dec() instead.
QTextStream &endl(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::endl() instead.
QTextStream &fixed(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::fixed() instead.
QTextStream &flush(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::flush() instead.
QTextStream &forcepoint(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::forcepoint() instead.
QTextStream &forcesign(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::forcesign() instead.
QTextStream &hex(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::hex() instead.
QTextStream &left(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::left() instead.
QTextStream &lowercasebase(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::lowercasebase() instead.
QTextStream &lowercasedigits(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::lowercasedigits() instead.
QTextStream &noforcepoint(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::noforcepoint() instead.
QTextStream &noforcesign(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::noforcesign() instead.
QTextStream &noshowbase(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::noshowbase() instead.
QTextStream &oct(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::oct() instead.
QTextStream &reset(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::reset() instead.
QTextStream &right(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::right() instead.
QTextStream &scientific(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::scientific() instead.
QTextStream &showbase(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::showbase() instead.
QTextStream &uppercasebase(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::uppercasebase() instead.
QTextStream &uppercasedigits(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::uppercasedigits() instead.
QTextStream &ws(QTextStream &s)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use Qt::ws() instead.