From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qdatasource.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qdatasource.html') diff --git a/doc/html/qdatasource.html b/doc/html/qdatasource.html index 33e2131e0..42a1c03b3 100644 --- a/doc/html/qdatasource.html +++ b/doc/html/qdatasource.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }

The TQDataSource class is an asynchronous producer of data. More... -

#include <qasyncio.h> -

Inherits TQAsyncIO. +

#include <ntqasyncio.h> +

Inherits TQAsyncIO.

Inherited by TQIODeviceSource.

List of all member functions.

Public Members

@@ -56,7 +56,7 @@ asynchronous manner. This means that at some time not determined by the data source, blocks of data will be taken from it for processing. The data source is able to limit the maximum size of such blocks which it is currently able to provide. -

See also TQAsyncIO, TQDataSink, and TQDataPump. +

See also TQAsyncIO, TQDataSink, and TQDataPump.


Member Function Documentation

void TQDataSource::enableRewind ( bool on ) [virtual] @@ -65,7 +65,7 @@ If this function is called with on set to TRUE, and rewind() function to subsequently operate as described. If rewindable() is FALSE, the function should call TQDataSource::enableRewind(), which aborts with -a qFatal() error. +a qFatal() error.

For example, a network connection may choose to use a disk cache of input only if rewinding is enabled before the first buffer-full of data is discarded, returning FALSE in rewindable() if that first buffer @@ -75,7 +75,7 @@ is discarded.

void TQDataSource::maybeReady ()

This should be called whenever readyToSend() might have become non-zero. -It is merely calls TQAsyncIO::ready() if readyToSend() is non-zero. +It is merely calls TQAsyncIO::ready() if readyToSend() is non-zero.

int TQDataSource::readyToSend () [pure virtual]

-- cgit v1.2.1