From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qasyncio.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 doc/html/qasyncio.html (limited to 'doc/html/qasyncio.html') diff --git a/doc/html/qasyncio.html b/doc/html/qasyncio.html new file mode 100644 index 000000000..c1570404a --- /dev/null +++ b/doc/html/qasyncio.html @@ -0,0 +1,83 @@ + + + + + +TQAsyncIO Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQAsyncIO Class Reference
[obsolete]

+ +

The TQAsyncIO class encapsulates I/O asynchronicity. +More... +

#include <qasyncio.h> +

Inherited by TQDataSink and TQDataSource. +

List of all member functions. +

Public Members

+ +

Protected Members

+ +

Detailed Description

+ + +This class is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. +

The TQAsyncIO class encapsulates I/O asynchronicity. +

The TQt classes for asynchronous input/output provide a simple +mechanism to allow large files or slow data sources to be processed +without using large amounts of memory or blocking the user interface. +

This facility is used in TQt to drive animated images. See TQImageConsumer. + +


Member Function Documentation

+

TQAsyncIO::~TQAsyncIO () [virtual] +

+Destroys the async IO object. + +

void TQAsyncIO::connect ( TQObject * obj, const char * member ) +

+Ensures that only one object, obj and function, member, can +respond to changes in readiness. + +

void TQAsyncIO::ready () [protected] +

+Derived classes should call this when they change from being +unready to ready. + + +

+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.3