Go to the source code of this file.
| Classes | |
| class | QDispatchSourceType | 
| Base class of all source types supported by QDispatchSource.  More... | |
| class | QDispatchSourceTypeSignal | 
| Uses a signal emitted by a QObject as source and will dispatch the sources handler each time the signal is emitted.  More... | |
| class | QDispatchSourceTypeIODevice | 
| Provides a source dispatching the handler each time the QIODevice has new data to be read.  More... | |
| class | QDispatchSourceTypeIODeviceRead | 
| class | QDispatchSourceTypeIODeviceWrite | 
| Provides a source dispatching the handler each time the QIODevice has finished to write data.  More... | |
| class | QDispatchSourceTypeNetworkManager | 
| This type will dispatch the handler each time the given network manager finished a QNetworkReply.  More... | |
| class | QDispatchSource | 
| Provides a dispatch source.  More... | |