Home
|
All Classes
|
Main Classes
|
Annotated
|
Grouped Classes
|
Functions
List of All Members for QTextIStream
This is the complete list of members for
QTextIStream
, including inherited members.
enum
Encoding
QTextIStream
( const QString *
s
)
QTextIStream
( QByteArray *
ba
)
QTextIStream
( FILE *
f
)
bool
atEnd
() const
QTextCodec *
codec
()
QIODevice *
device
() const
int
fill
() const
int
fill
( int
f
)
int
flags
() const
int
flags
( int
f
)
int
precision
() const
int
precision
( int
p
)
QString
read
()
QString
readLine
()
QTextStream &
readRawBytes
( char *
s
, Q_LONGLONG
len
)
void
reset
()
bool
seek
( Q_LONGLONG
offset
)
void
setCodec
( QTextCodec *
codec
)
void
setDevice
( QIODevice *
iod
)
void
setEncoding
( Encoding
e
)
int
setf
( int
bits
)
int
setf
( int
bits
, int
mask
)
void
skipWhiteSpace
()
void
unsetDevice
()
int
unsetf
( int
bits
)
int
width
() const
int
width
( int
w
)
QTextStream &
writeRawBytes
( const char *
s
, Q_LONGLONG
len
)
QTextStream &
operator<<
( QChar
c
)
QTextStream &
operator<<
( char
c
)
QTextStream &
operator<<
( signed short
i
)
QTextStream &
operator<<
( unsigned short
i
)
QTextStream &
operator<<
( signed int
i
)
QTextStream &
operator<<
( unsigned int
i
)
QTextStream &
operator<<
( signed long
i
)
QTextStream &
operator<<
( unsigned long
i
)
QTextStream &
operator<<
( float
f
)
QTextStream &
operator<<
( double
f
)
QTextStream &
operator<<
( const char *
s
)
QTextStream &
operator<<
( const QByteArray &
s
)
QTextStream &
operator<<
( const QString &
s
)
QTextStream &
operator<<
( const void *
ptr
)
QTextStream &
operator>>
( QChar &
c
)
QTextStream &
operator>>
( char &
c
)
QTextStream &
operator>>
( signed short &
i
)
QTextStream &
operator>>
( unsigned short &
i
)
QTextStream &
operator>>
( signed int &
i
)
QTextStream &
operator>>
( unsigned int &
i
)
QTextStream &
operator>>
( signed long &
i
)
QTextStream &
operator>>
( unsigned long &
i
)
QTextStream &
operator>>
( float &
f
)
QTextStream &
operator>>
( double &
f
)
QTextStream &
operator>>
( char *
s
)
QTextStream &
operator>>
( QString &
str
)
QTextStream &
operator>>
( QByteArray &
str
)
Copyright © 2004
Trolltech
.
Trademarks
Qt 4.0.0-tp2