就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 4.8.7
Qt3SupportLight
Q3TextStream
List of All Members for Q3TextStream
这是完整成员列表为
Q3TextStream
,包括继承的成员。
enum
编码
Q3TextStream
()
Q3TextStream
(QIODevice *)
Q3TextStream
(QString *, int)
Q3TextStream
(QByteArray &, int)
Q3TextStream
(FILE *, int)
~Q3TextStream
()
adjustfield
: const int
atEnd
() const : bool
basefield
: const int
bin
: const int
codec
() : QTextCodec *
dec
: const int
device
() const : QIODevice *
fill
() const : int
fill
(int) : int
fixed
: const int
flags
() const : int
flags
(int) : int
floatfield
: const int
hex
: const int
internal
: const int
left
: const int
oct
: const int
precision
() const : int
precision
(int) : int
read
() : QString
readLine
() : QString
readRawBytes
(char *, uint) : Q3TextStream &
reset
()
right
: const int
scientific
: const int
setCodec
(QTextCodec *)
setDevice
(QIODevice *)
setEncoding
(Encoding)
setf
(int) : int
setf
(int, int) : int
showbase
: const int
showpoint
: const int
showpos
: const int
skipWhiteSpace
()
skipws
: const int
unsetDevice
()
unsetf
(int) : int
uppercase
: const int
width
() const : int
width
(int) : int
writeRawBytes
(const char *, uint) : Q3TextStream &
operator<<
(QChar) : Q3TextStream &
operator<<
(char) : Q3TextStream &
operator<<
(signed short) : Q3TextStream &
operator<<
(unsigned short) : Q3TextStream &
operator<<
(signed int) : Q3TextStream &
operator<<
(unsigned int) : Q3TextStream &
operator<<
(signed long) : Q3TextStream &
operator<<
(unsigned long) : Q3TextStream &
operator<<
(float) : Q3TextStream &
operator<<
(double) : Q3TextStream &
operator<<
(const char *) : Q3TextStream &
operator<<
(const Q3CString &) : Q3TextStream &
operator<<
(const QString &) : Q3TextStream &
operator<<
(void *) : Q3TextStream &
operator>>
(QChar &) : Q3TextStream &
operator>>
(char &) : Q3TextStream &
operator>>
(signed short &) : Q3TextStream &
operator>>
(unsigned short &) : Q3TextStream &
operator>>
(signed int &) : Q3TextStream &
operator>>
(unsigned int &) : Q3TextStream &
operator>>
(signed long &) : Q3TextStream &
operator>>
(unsigned long &) : Q3TextStream &
operator>>
(float &) : Q3TextStream &
operator>>
(double &) : Q3TextStream &
operator>>
(char *) : Q3TextStream &
operator>>
(QString &) : Q3TextStream &
operator>>
(Q3CString &) : Q3TextStream &