diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdatasink.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdatasink.html')
-rw-r--r-- | doc/html/qdatasink.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qdatasink.html b/doc/html/qdatasink.html index 3ff7aefdb..5d46fabb3 100644 --- a/doc/html/qdatasink.html +++ b/doc/html/qdatasink.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQDataSink class is an asynchronous consumer of data. <a href="#details">More...</a> -<p><tt>#include <<a href="qasyncio-h.html">qasyncio.h</a>></tt> -<p>Inherits <a href="qasyncio.html">TQAsyncIO</a>. +<p><tt>#include <<a href="qasyncio-h.html">ntqasyncio.h</a>></tt> +<p>Inherits <a href="ntqasyncio.html">TQAsyncIO</a>. <p><a href="qdatasink-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -53,7 +53,7 @@ asynchronous manner. This means that at some time not determined by the data sink, blocks of data are given to it from processing. The data sink is able to limit the maximum size of such blocks which it is currently able to process. -<p> <p>See also <a href="qasyncio.html">TQAsyncIO</a>, <a href="qdatasource.html">TQDataSource</a>, and <a href="qdatapump.html">TQDataPump</a>. +<p> <p>See also <a href="ntqasyncio.html">TQAsyncIO</a>, <a href="qdatasource.html">TQDataSource</a>, and <a href="qdatapump.html">TQDataPump</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn>void <a name="eof"></a>TQDataSink::eof ()<tt> [pure virtual]</tt> @@ -65,7 +65,7 @@ processing. <h3 class=fn>void <a name="maybeReady"></a>TQDataSink::maybeReady () </h3> This should be called whenever <a href="#readyToReceive">readyToReceive</a>() might have become non-zero. -It is merely calls <a href="qasyncio.html#ready">TQAsyncIO::ready</a>() if readyToReceive() is non-zero. +It is merely calls <a href="ntqasyncio.html#ready">TQAsyncIO::ready</a>() if readyToReceive() is non-zero. <h3 class=fn>int <a name="readyToReceive"></a>TQDataSink::readyToReceive ()<tt> [pure virtual]</tt> </h3> |