QtBase  v6.3.1
Classes | Namespaces | Typedefs | Functions
qtextstream.h File Reference
#include <QtCore/qiodevicebase.h>
#include <QtCore/qstring.h>
#include <QtCore/qchar.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qstringconverter.h>
#include <stdio.h>
Include dependency graph for qtextstream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QTextStream
 The QTextStream class provides a convenient interface for reading and writing text. More...
 
class  QTextStreamManipulator
 

Namespaces

 Qt
 

Typedefs

typedef QTextStream &(* QTextStreamFunction) (QTextStream &)
 
typedef void(QTextStream::* QTSMFI) (int)
 
typedef void(QTextStream::* QTSMFC) (QChar)
 

Functions

QTextStreamoperator>> (QTextStream &s, QTextStreamFunction f)
 
QTextStreamoperator<< (QTextStream &s, QTextStreamFunction f)
 
QTextStreamoperator<< (QTextStream &s, QTextStreamManipulator m)
 
QTextStreamQt::bin (QTextStream &stream)
 
QTextStreamQt::oct (QTextStream &stream)
 
QTextStreamQt::dec (QTextStream &stream)
 
QTextStreamQt::hex (QTextStream &stream)
 
QTextStreamQt::showbase (QTextStream &stream)
 
QTextStreamQt::forcesign (QTextStream &stream)
 
QTextStreamQt::forcepoint (QTextStream &stream)
 
QTextStreamQt::noshowbase (QTextStream &stream)
 
QTextStreamQt::noforcesign (QTextStream &stream)
 
QTextStreamQt::noforcepoint (QTextStream &stream)
 
QTextStreamQt::uppercasebase (QTextStream &stream)
 
QTextStreamQt::uppercasedigits (QTextStream &stream)
 
QTextStreamQt::lowercasebase (QTextStream &stream)
 
QTextStreamQt::lowercasedigits (QTextStream &stream)
 
QTextStreamQt::fixed (QTextStream &stream)
 
QTextStreamQt::scientific (QTextStream &stream)
 
QTextStreamQt::left (QTextStream &stream)
 
QTextStreamQt::right (QTextStream &stream)
 
QTextStreamQt::center (QTextStream &stream)
 
QTextStreamQt::endl (QTextStream &stream)
 
QTextStreamQt::flush (QTextStream &stream)
 
QTextStreamQt::reset (QTextStream &stream)
 
QTextStreamQt::bom (QTextStream &stream)
 
QTextStreamQt::ws (QTextStream &stream)
 
QTextStreamManipulator qSetFieldWidth (int width)
 
QTextStreamManipulator qSetPadChar (QChar ch)
 
QTextStreamManipulator qSetRealNumberPrecision (int precision)
 

Typedef Documentation

◆ QTextStreamFunction

typedef QTextStream&(* QTextStreamFunction) (QTextStream &)

Definition at line 204 of file qtextstream.h.

◆ QTSMFC

typedef void(QTextStream::* QTSMFC) (QChar)

Definition at line 206 of file qtextstream.h.

◆ QTSMFI

typedef void(QTextStream::* QTSMFI) (int)

Definition at line 205 of file qtextstream.h.

Function Documentation

◆ operator<<() [1/2]

QTextStream& operator<< ( QTextStream s,
QTextStreamFunction  f 
)
inline

Definition at line 226 of file qtextstream.h.

◆ operator<<() [2/2]

QTextStream& operator<< ( QTextStream s,
QTextStreamManipulator  m 
)
inline

Definition at line 229 of file qtextstream.h.

◆ operator>>()

QTextStream& operator>> ( QTextStream s,
QTextStreamFunction  f 
)
inline

Definition at line 223 of file qtextstream.h.

◆ qSetFieldWidth()

QTextStreamManipulator qSetFieldWidth ( int  width)
related

Definition at line 267 of file qtextstream.h.

Here is the caller graph for this function:

◆ qSetPadChar()

QTextStreamManipulator qSetPadChar ( QChar  ch)
related

Definition at line 273 of file qtextstream.h.

Here is the caller graph for this function:

◆ qSetRealNumberPrecision()

QTextStreamManipulator qSetRealNumberPrecision ( int  precision)
related

Definition at line 279 of file qtextstream.h.