A convenience class for output streams. More...
#include <qtextstream.h>
Additional Inherited Members | |
Public Types inherited from QTextStream | |
enum | Encoding { Locale, Latin1, Unicode, UnicodeNetworkOrder, UnicodeReverse, RawUnicode, UnicodeUTF8 } |
enum | { skipws = 0x0001, left = 0x0002, right = 0x0004, internal = 0x0008, bin = 0x0010, oct = 0x0020, dec = 0x0040, hex = 0x0080, showbase = 0x0100, showpoint = 0x0200, uppercase = 0x0400, showpos = 0x0800, scientific = 0x1000, fixed = 0x2000 } |
Static Public Attributes inherited from QTextStream | |
static const int | basefield = I_BASE_MASK |
static const int | adjustfield |
static const int | floatfield |
A convenience class for output streams.
For simple tasks, code should be simple. Hence this class is a shorthand to avoid passing the mode argument to the normal QTextStream constructors.
This makes it easy for example, to write things like this:
Definition at line 209 of file qtextstream.h.
|
inline |
|
inline |
|
inline |