#include "qiodevice.h"#include "qstring.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.
Typedefs | |
| typedef QTextStream | QTS |
| typedef QTextStream &(* | QTSFUNC )(QTextStream &) |
| typedef int(QTextStream::* | QTSMFI )(int) |
Functions | |
| Q_EXPORT QTextStream & | operator>> (QTextStream &s, QTSFUNC f) |
| Q_EXPORT QTextStream & | operator<< (QTextStream &s, QTSFUNC f) |
| Q_EXPORT QTextStream & | operator<< (QTextStream &s, QTSManip m) |
| Q_EXPORT QTextStream & | bin (QTextStream &s) |
| Q_EXPORT QTextStream & | oct (QTextStream &s) |
| Q_EXPORT QTextStream & | dec (QTextStream &s) |
| Q_EXPORT QTextStream & | hex (QTextStream &s) |
| Q_EXPORT QTextStream & | endl (QTextStream &s) |
| Q_EXPORT QTextStream & | flush (QTextStream &s) |
| Q_EXPORT QTextStream & | ws (QTextStream &s) |
| Q_EXPORT QTextStream & | reset (QTextStream &s) |
| Q_EXPORT QTSManip | qSetW (int w) |
| Q_EXPORT QTSManip | qSetFill (int f) |
| Q_EXPORT QTSManip | qSetPrecision (int p) |
|
|
Definition at line 196 of file qtextstream.h. |
|
|
Definition at line 286 of file qtextstream.h. |
|
|
Definition at line 287 of file qtextstream.h. |
|
|
Definition at line 2311 of file qtextstream.cpp. References QTextStream::basefield, QTextStream::bin, and QTextStream::setf(). Referenced by MindBreakerBoard::contentsMousePressEvent(). |
|
|
Definition at line 2323 of file qtextstream.cpp. References QTextStream::basefield, and QTextStream::dec. Referenced by QPEApplication::applyStyle(). |
|
|
Definition at line 2335 of file qtextstream.cpp. |
|
|
Definition at line 2340 of file qtextstream.cpp. References QTextStream::device(). |
|
|
Definition at line 2329 of file qtextstream.cpp. References QTextStream::basefield, and QTextStream::hex. |
|
|
Definition at line 2317 of file qtextstream.cpp. References QTextStream::basefield, and QTextStream::oct. Referenced by getToken(). |
|
||||||||||||
|
Definition at line 304 of file qtextstream.h. References QTSManip::exec(). |
|
||||||||||||
|
Definition at line 301 of file qtextstream.h. |
|
||||||||||||
|
Definition at line 298 of file qtextstream.h. |
|
|
Definition at line 322 of file qtextstream.h. References QTextStream::fill(). |
|
|
Definition at line 328 of file qtextstream.h. References QTextStream::precision(). |
|
|
Definition at line 316 of file qtextstream.h. References QTextStream::width(). |
|
|
Definition at line 2353 of file qtextstream.cpp. References QTextStream::reset(). Referenced by Clock::Clock(), QOutputDev::drawImage(), QOutputDev::drawImageMask(), Clock::resetStopWatch(), and Clock::stopStartStopWatch(). |
|
|
Definition at line 2347 of file qtextstream.cpp. References QTextStream::skipWhiteSpace(). Referenced by QtRec::initConfig(), SubUnit::makeSubUnit(), Opie::MM::OImageScrollView::rescaleImage(), ImageViewer::scale(), and ThumbNailTool::scaleImage(). |
1.4.2