Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KAsyncIO Class Reference

Asynchronous I/O support. More...

#include <kasyncio.h>

Inheritance diagram for KAsyncIO:

KBufferedIO KExtendedSocket List of all members.

Signals

void readyRead ()
void readyWrite ()

Public Methods

virtual void enableRead (bool enable)=0
virtual void enableWrite (bool enable)=0

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

virtual void KAsyncIO::enableRead bool    enable [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.

Parameters:
true  to enable, false to disable the readyRead() signal

Implemented in KExtendedSocket.

virtual void KAsyncIO::enableWrite bool    enable [pure virtual]
 

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.

Parameters:
true  to enable, false to disable the readyWrite() signal

Implemented in KExtendedSocket.

void KAsyncIO::readyRead   [signal]
 

This signal gets sent when the device is ready for reading.

void KAsyncIO::readyWrite   [signal]
 

This signal gets sent when the device is ready for writing.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:06 2003 for kdelibs by doxygen1.2.18