Eneboo - Documentación para desarrolladores
Clases | 'defines' | Funciones
Referencia del Archivo src/qt/src/tools/qtextstream.cpp
#include "qtextstream.h"
#include "qtextcodec.h"
#include "qregexp.h"
#include "qbuffer.h"
#include "qfile.h"
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <locale.h>

Clases

class  QTextStreamPrivate
class  QStringBuffer

'defines'

#define CHECK_STREAM_PRECOND
#define I_SHORT   0x0010
#define I_INT   0x0020
#define I_LONG   0x0030
#define I_TYPE_MASK   0x00f0
#define I_BASE_2   QTS::bin
#define I_BASE_8   QTS::oct
#define I_BASE_10   QTS::dec
#define I_BASE_16   QTS::hex
#define I_BASE_MASK   (QTS::bin | QTS::oct | QTS::dec | QTS::hex)
#define I_SIGNED   0x0100
#define I_UNSIGNED   0x0200
#define I_SIGN_MASK   0x0f00

Funciones

QTextStreambin (QTextStream &s)
QTextStreamoct (QTextStream &s)
QTextStreamdec (QTextStream &s)
QTextStreamhex (QTextStream &s)
QTextStreamendl (QTextStream &s)
QTextStreamflush (QTextStream &s)
QTextStreamws (QTextStream &s)
QTextStreamreset (QTextStream &s)

Documentación de los 'defines'

#define CHECK_STREAM_PRECOND
#define I_BASE_10   QTS::dec
#define I_BASE_16   QTS::hex
#define I_BASE_2   QTS::bin
#define I_BASE_8   QTS::oct
#define I_BASE_MASK   (QTS::bin | QTS::oct | QTS::dec | QTS::hex)
#define I_INT   0x0020
#define I_LONG   0x0030
#define I_SHORT   0x0010
#define I_SIGN_MASK   0x0f00
#define I_SIGNED   0x0100
#define I_TYPE_MASK   0x00f0
#define I_UNSIGNED   0x0200

Documentación de las funciones

QTextStream& bin ( QTextStream s)
QTextStream& dec ( QTextStream s)
QTextStream& endl ( QTextStream s)
QTextStream& flush ( QTextStream s)
QTextStream& hex ( QTextStream s)
QTextStream& oct ( QTextStream s)
QTextStream& reset ( QTextStream s)
QTextStream& ws ( QTextStream s)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'