XDispatch 0.6.1
Signals | Public Member Functions | Protected Member Functions
QDispatchSourceTypeIODeviceWrite Class Reference

Provides a source dispatching the handler each time the QIODevice has finished to write data. More...

#include <QtDispatch/qdispatchsource.h>

Inheritance diagram for QDispatchSourceTypeIODeviceWrite:

List of all members.

Signals

void ready (QObject *=NULL)
 This signal shall be emitted each time the source the type represents has news available.

Public Member Functions

 QDispatchSourceTypeIODeviceWrite (QIODevice *)
 ~QDispatchSourceTypeIODeviceWrite ()

Protected Member Functions

virtual void init (QThread *)

Detailed Description

Provides a source dispatching the handler each time the QIODevice has finished to write data.

QDispatchSource::data() will return a pointer to the QIODevice that has written the data, normally this is the device you passed upon creating this type

Deletion of the QIODevice is your own responsibility

Definition at line 152 of file qdispatchsource.h.


Constructor & Destructor Documentation

QDispatchSourceTypeIODeviceWrite::QDispatchSourceTypeIODeviceWrite ( QIODevice *  )
QDispatchSourceTypeIODeviceWrite::~QDispatchSourceTypeIODeviceWrite ( )

Member Function Documentation

virtual void QDispatchSourceTypeIODeviceWrite::init ( QThread *  ) [protected, virtual]
void QDispatchSourceType::ready ( QObject *  = NULL) [signal, inherited]

This signal shall be emitted each time the source the type represents has news available.

The passed QObject* shall either be the new data available or a pointer to another QObject associated with the source.

The pointer passed here can later be obtained by the handler by using QDispatchSource::data()


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Thu Apr 12 2012 09:50:43 for XDispatch by Doxygen 1.7.4
© 2010-2012 MLBA (about | privacy) All Rights reserved.