25#include <tqiodevice.h>
26#include "tdelibs_export.h"
38class TDECORE_EXPORT KAsyncIO:
public TQObject,
public TQIODevice
49 KAsyncIO& operator=(KAsyncIO&);
81 virtual void virtual_hook(
int id,
void* data );
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.