
Public Types | |
| enum | SourceType { NotSet, IODevice, String, ByteArray, File } |
Public Member Functions | |
| QTextStreamPrivate () | |
| ~QTextStreamPrivate () | |
Public Attributes | |
| QTextDecoder * | decoder |
| QTextEncoder * | encoder |
| QString | ungetcBuf |
| SourceType | sourceType |
|
|
Definition at line 233 of file qtextstream.cpp. |
|
|
Definition at line 219 of file qtextstream.cpp. |
|
|
Definition at line 221 of file qtextstream.cpp. |
|
|
Definition at line 225 of file qtextstream.cpp. Referenced by QTextStream::ts_getbuf(), QTextStream::ts_getline(), and ~QTextStreamPrivate(). |
|
|
Definition at line 226 of file qtextstream.cpp. Referenced by QTextStream::ts_putc(), QTextStream::writeBlock(), and ~QTextStreamPrivate(). |
|
|
Definition at line 234 of file qtextstream.cpp. Referenced by QTextStream::QTextStream(), QTextStream::setCodec(), QTextStream::setDevice(), QTextStream::setEncoding(), and QTextStream::unsetDevice(). |
|
|
Definition at line 231 of file qtextstream.cpp. Referenced by QTextStream::ts_getbuf(), QTextStream::ts_getline(), and QTextStream::ts_ungetc(). |
1.4.2