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/ntqasyncio.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 doc/html/ntqasyncio.html (limited to 'doc/html/ntqasyncio.html') diff --git a/doc/html/ntqasyncio.html b/doc/html/ntqasyncio.html new file mode 100644 index 00000000..4f8664fd --- /dev/null +++ b/doc/html/ntqasyncio.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 <ntqasyncio.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.1