KAsyncIO Class Reference
Asynchronous I/O Support Asynchronous I/O support. More...
#include <kasyncio.h>
Inheritance diagram for KAsyncIO:


Signals | |
void | readyRead () |
This signal gets sent when the device is ready for reading. | |
void | readyWrite () |
This signal gets sent when the device is ready for writing. | |
Public Member Functions | |
virtual void | enableRead (bool enable)=0 |
Toggles the emission of the readyRead() signal whenever the device is ready for reading. | |
virtual void | enableWrite (bool enable)=0 |
Toggles the emission of the readyWrite() signal whenever the device is ready for writing. | |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
Asynchronous I/O Support Asynchronous I/O support.This abstract class provides basic functionality for asynchronous I/O support on top of QIODevice.
- Author:
- Thiago Macieira <thiagom@mail.com>
- Version:
- Id
- kasyncio.h,v 1.5 2002/09/08 14:59:59 tjansen Exp
Definition at line 40 of file kasyncio.h.
Member Function Documentation
|
Toggles the emission of the readyRead() signal whenever the device is ready for reading. This is useful if you want to know the first time the device is ready for reading and you don't want to read it now.
Implemented in KExtendedSocket. |
|
Toggles the emission of the readyWrite() signal whenever the device is ready for writing. This is useful if you want to know the first time the device is ready for writing and you don't want to write to it now.
Implemented in KExtendedSocket. |
|
This signal gets sent when the device is ready for reading.
|
|
This signal gets sent when the device is ready for writing.
|
The documentation for this class was generated from the following files: