diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qiodevicesource.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qiodevicesource.html')
-rw-r--r-- | doc/html/qiodevicesource.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qiodevicesource.html b/doc/html/qiodevicesource.html index a5d6eef50..5fc222e48 100644 --- a/doc/html/qiodevicesource.html +++ b/doc/html/qiodevicesource.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQIODeviceSource class is a TQDataSource that draws data from a TQIODevice. <a href="#details">More...</a> -<p><tt>#include <<a href="qasyncio-h.html">qasyncio.h</a>></tt> +<p><tt>#include <<a href="qasyncio-h.html">ntqasyncio.h</a>></tt> <p>Inherits <a href="qdatasource.html">TQDataSource</a>. <p><a href="qiodevicesource-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -50,13 +50,13 @@ body { background: #ffffff; color: black; } <b>This class is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> The TQIODeviceSource class is a TQDataSource that draws data from a <a href="qiodevice.html">TQIODevice</a>. -<p> This class encapsulates retrieving data from a TQIODevice (such as a <a href="qfile.html">TQFile</a>). +<p> The TQIODeviceSource class is a TQDataSource that draws data from a <a href="ntqiodevice.html">TQIODevice</a>. +<p> This class encapsulates retrieving data from a TQIODevice (such as a <a href="ntqfile.html">TQFile</a>). <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQIODeviceSource"></a>TQIODeviceSource::TQIODeviceSource ( <a href="qiodevice.html">TQIODevice</a> * device, int buffer_size = 4096 ) +<h3 class=fn><a name="TQIODeviceSource"></a>TQIODeviceSource::TQIODeviceSource ( <a href="ntqiodevice.html">TQIODevice</a> * device, int buffer_size = 4096 ) </h3> -Constructs a TQIODeviceSource from the <a href="qiodevice.html">TQIODevice</a> <em>device</em>. The TQIODevice +Constructs a TQIODeviceSource from the <a href="ntqiodevice.html">TQIODevice</a> <em>device</em>. The TQIODevice <em>must</em> be dynamically allocated, becomes owned by the TQIODeviceSource, and will be deleted when the TQIODeviceSource is destroyed. <em>buffer_size</em> determines the size of buffering to use between asynchronous operations. @@ -65,7 +65,7 @@ the operation will be with other processing. <h3 class=fn><a name="~TQIODeviceSource"></a>TQIODeviceSource::~TQIODeviceSource () </h3> -Destroys the TQIODeviceSource, deleting the <a href="qiodevice.html">TQIODevice</a> from which it was +Destroys the TQIODeviceSource, deleting the <a href="ntqiodevice.html">TQIODevice</a> from which it was constructed. <h3 class=fn>void <a name="enableRewind"></a>TQIODeviceSource::enableRewind ( bool on )<tt> [virtual]</tt> @@ -82,7 +82,7 @@ Ready until end-of-file. <p>Reimplemented from <a href="qdatasource.html#readyToSend">TQDataSource</a>. <h3 class=fn>void <a name="rewind"></a>TQIODeviceSource::rewind ()<tt> [virtual]</tt> </h3> -Calls reset() on the <a href="qiodevice.html">TQIODevice</a>. +Calls reset() on the <a href="ntqiodevice.html">TQIODevice</a>. <p>Reimplemented from <a href="qdatasource.html#rewind">TQDataSource</a>. <h3 class=fn>bool <a name="rewindable"></a>TQIODeviceSource::rewindable () const<tt> [virtual]</tt> |