25 #include <tqiodevice.h>
26 #include "tdelibs_export.h"
28 class KAsyncIOPrivate;
38 class TDECORE_EXPORT
KAsyncIO:
public TQObject,
public TQIODevice
81 virtual void virtual_hook(
int id,
void* data );
Asynchronous I/O Support.
void readyRead()
This signal gets sent when the device is ready for reading.
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.
void readyWrite()
This signal gets sent when the device is ready for writing.