Public Slots |
void | readBlob () |
Signals |
void | dataReceived (const QVariantMap &map) |
void | error () |
Public Member Functions |
| BlobIOHandler (QIODevice *inputChannel, QIODevice *outputChannel, QObject *parent=0) |
bool | sendData (const QVariantMap &map) |
void | receiveData (int expectedDataSize) |
void | setReadChannelSocketNotifier (QSocketNotifier *notifier) |
Public Attributes |
QIODevice * | m_readChannel |
QIODevice * | m_writeChannel |
QByteArray | m_blobBuffer |
QSocketNotifier * | m_readNotifier |
int | m_blobSize |
Detailed Description
Definition at line 34 of file blobiohandler.h.
The documentation for this class was generated from the following files: