#include <QtDispatch/qdispatchsource.h>
Inheritance diagram for QDispatchSourceTypeIODeviceRead:Signals | |
| void | ready (QObject *=NULL) |
| This signal shall be emitted each time the source the type represents has news available. | |
Public Member Functions | |
| QDispatchSourceTypeIODeviceRead (QIODevice *) | |
Protected Member Functions | |
| virtual void | init (QThread *) |
This is equal to the QDispatchSourceTypeIODevice type and is provided as counterpart to QDispatchSourceTypeIODeviceWrite only.
Definition at line 139 of file qdispatchsource.h.
| QDispatchSourceTypeIODeviceRead::QDispatchSourceTypeIODeviceRead | ( | QIODevice * | ) |
| virtual void QDispatchSourceTypeIODevice::init | ( | QThread * | ) | [protected, virtual, inherited] |
Implements QDispatchSourceType.
| void QDispatchSourceType::ready | ( | QObject * | = NULL | ) | [signal, inherited] |
This signal shall be emitted each time the source the type represents has news available.
The passed QObject* shall either be the new data available or a pointer to another QObject associated with the source.
The pointer passed here can later be obtained by the handler by using QDispatchSource::data()