class KAsyncIO

asynchronous I/O support. More...

Contains pure virtuals
Definition#include <kasyncio.h>
InheritsQIODevice (qt) [public ], QObject (qt) [public ]
Inherited byKBufferedIO, KExtendedSocket
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Methods


Detailed Description

Asynchronous I/O Support

This abstract class provides basic functionality for asynchronous I/O support.

 KAsyncIO ()

KAsyncIO

[protected]

void  enableRead (bool enable)

enableRead

[pure virtual]

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.

void  enableWrite (bool enable)

enableWrite

[pure virtual]

Ditto for readyWrite

void  readyRead ()

readyRead

[signal]

This signal gets sent when the device is ready for reading

void  readyWrite ()

readyWrite

[signal]

This signal gets sent when the device is ready for writing

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]