diff options
author | Michele Calgaro <[email protected]> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /doc/html/tqdatasource.html | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqdatasource.html')
-rw-r--r-- | doc/html/tqdatasource.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdatasource.html b/doc/html/tqdatasource.html index 9f2e5b065..8966d4469 100644 --- a/doc/html/tqdatasource.html +++ b/doc/html/tqdatasource.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/qasyncio.cpp:131 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/kernel/tqasyncio.cpp:131 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQDataSource class is an asynchronous producer of data. <a href="#details">More...</a> -<p><tt>#include <<a href="qasyncio-h.html">ntqasyncio.h</a>></tt> -<p>Inherits <a href="ntqasyncio.html">TQAsyncIO</a>. +<p><tt>#include <<a href="tqasyncio-h.html">tqasyncio.h</a>></tt> +<p>Inherits <a href="tqasyncio.html">TQAsyncIO</a>. <p>Inherited by <a href="tqiodevicesource.html">TQIODeviceSource</a>. <p><a href="tqdatasource-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -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. -<p> <p>See also <a href="ntqasyncio.html">TQAsyncIO</a>, <a href="tqdatasink.html">TQDataSink</a>, and <a href="tqdatapump.html">TQDataPump</a>. +<p> <p>See also <a href="tqasyncio.html">TQAsyncIO</a>, <a href="tqdatasink.html">TQDataSink</a>, and <a href="tqdatapump.html">TQDataPump</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn>void <a name="enableRewind"></a>TQDataSource::enableRewind ( bool on )<tt> [virtual]</tt> @@ -75,7 +75,7 @@ is discarded. <h3 class=fn>void <a name="maybeReady"></a>TQDataSource::maybeReady () </h3> This should be called whenever <a href="#readyToSend">readyToSend</a>() might have become non-zero. -It is merely calls <a href="ntqasyncio.html#ready">TQAsyncIO::ready</a>() if readyToSend() is non-zero. +It is merely calls <a href="tqasyncio.html#ready">TQAsyncIO::ready</a>() if readyToSend() is non-zero. <h3 class=fn>int <a name="readyToSend"></a>TQDataSource::readyToSend ()<tt> [pure virtual]</tt> </h3> |