#include <qbufferproto.h>
◆ QBufferProto()
QBufferProto::QBufferProto |
( |
QObject * |
parent | ) |
|
◆ ~QBufferProto()
QBufferProto::~QBufferProto |
( |
| ) |
|
|
virtual |
◆ aboutToClose
void QIODeviceProto::aboutToClose |
( |
| ) |
|
|
signalinherited |
◆ atEnd()
bool QBufferProto::atEnd |
( |
| ) |
const |
◆ buffer()
QByteArray & QBufferProto::buffer |
( |
| ) |
|
◆ bytesAvailable()
qint64 QIODeviceProto::bytesAvailable |
( |
| ) |
const |
|
inherited |
◆ bytesToWrite()
qint64 QIODeviceProto::bytesToWrite |
( |
| ) |
const |
|
inherited |
◆ bytesWritten
void QIODeviceProto::bytesWritten |
( |
qint64 |
bytes | ) |
|
|
signalinherited |
◆ canReadLine()
bool QBufferProto::canReadLine |
( |
| ) |
const |
◆ close()
void QBufferProto::close |
( |
| ) |
|
◆ data()
const QByteArray & QBufferProto::data |
( |
| ) |
const |
◆ errorString()
QString QIODeviceProto::errorString |
( |
| ) |
const |
|
inherited |
◆ getChar()
char QIODeviceProto::getChar |
( |
| ) |
|
|
inherited |
◆ isOpen()
bool QIODeviceProto::isOpen |
( |
| ) |
const |
|
inherited |
◆ isReadable()
bool QIODeviceProto::isReadable |
( |
| ) |
const |
|
inherited |
◆ isSequential()
bool QIODeviceProto::isSequential |
( |
| ) |
const |
|
inherited |
◆ isTextModeEnabled()
bool QIODeviceProto::isTextModeEnabled |
( |
| ) |
const |
|
inherited |
◆ isWritable()
bool QIODeviceProto::isWritable |
( |
| ) |
const |
|
inherited |
◆ open()
bool QBufferProto::open |
( |
QIODevice::OpenMode |
flags | ) |
|
◆ openMode()
QIODevice::OpenMode QIODeviceProto::openMode |
( |
| ) |
const |
|
inherited |
◆ peek() [1/2]
qint64 QIODeviceProto::peek |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
inherited |
◆ peek() [2/2]
QByteArray QIODeviceProto::peek |
( |
qint64 |
maxSize | ) |
|
|
inherited |
◆ pos()
qint64 QBufferProto::pos |
( |
| ) |
const |
◆ putChar()
bool QIODeviceProto::putChar |
( |
char |
c | ) |
|
|
inherited |
◆ read() [1/2]
qint64 QIODeviceProto::read |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
inherited |
◆ read() [2/2]
QByteArray QIODeviceProto::read |
( |
qint64 |
maxSize | ) |
|
|
inherited |
◆ readAll()
QByteArray QIODeviceProto::readAll |
( |
| ) |
|
|
inherited |
◆ readChannelFinished
void QIODeviceProto::readChannelFinished |
( |
| ) |
|
|
signalinherited |
◆ readLine() [1/2]
qint64 QIODeviceProto::readLine |
( |
char * |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
inherited |
◆ readLine() [2/2]
QByteArray QIODeviceProto::readLine |
( |
qint64 |
maxSize = 0 | ) |
|
|
inherited |
◆ readyRead
void QIODeviceProto::readyRead |
( |
| ) |
|
|
signalinherited |
◆ reset()
bool QIODeviceProto::reset |
( |
| ) |
|
|
inherited |
◆ seek()
bool QBufferProto::seek |
( |
qint64 |
pos | ) |
|
◆ setBuffer()
void QBufferProto::setBuffer |
( |
QByteArray * |
byteArray | ) |
|
◆ setData() [1/2]
void QBufferProto::setData |
( |
const char * |
data, |
|
|
int |
size |
|
) |
| |
◆ setData() [2/2]
void QBufferProto::setData |
( |
const QByteArray & |
data | ) |
|
◆ setTextModeEnabled()
void QIODeviceProto::setTextModeEnabled |
( |
bool |
enabled | ) |
|
|
inherited |
◆ size()
qint64 QBufferProto::size |
( |
| ) |
const |
◆ ungetChar()
void QIODeviceProto::ungetChar |
( |
char |
c | ) |
|
|
inherited |
◆ waitForBytesWritten()
bool QIODeviceProto::waitForBytesWritten |
( |
int |
msecs | ) |
|
|
inherited |
◆ waitForReadyRead()
bool QIODeviceProto::waitForReadyRead |
( |
int |
msecs | ) |
|
|
inherited |
◆ write() [1/3]
qint64 QIODeviceProto::write |
( |
char |
data | ) |
|
|
inherited |
◆ write() [2/3]
qint64 QIODeviceProto::write |
( |
char |
data, |
|
|
qint64 |
maxSize |
|
) |
| |
|
inherited |
◆ write() [3/3]
qint64 QIODeviceProto::write |
( |
const QByteArray & |
byteArray | ) |
|
|
inherited |
The documentation for this class was generated from the following files:
- qbufferproto.h
- qbufferproto.cpp