diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 17:28:28 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 17:28:28 -0500 |
commit | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch) | |
tree | 7c336cbed3a93807a34cd4df39b2f92a7d48a141 /doc/html/ntqiodevice.html | |
parent | f27c2533f735d53c6b555f387c6390c0690cc246 (diff) | |
download | tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqiodevice.html')
-rw-r--r-- | doc/html/ntqiodevice.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqiodevice.html b/doc/html/ntqiodevice.html index 16b77679f..8452d22c0 100644 --- a/doc/html/ntqiodevice.html +++ b/doc/html/ntqiodevice.html @@ -39,7 +39,7 @@ body { background: #ffffff; color: black; } <p><a href="qiodevice-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li class=fn>typedef Q_ULONG <a href="#Offset"><b>Offset</b></a></li> +<li class=fn>typedef TQ_ULONG <a href="#Offset"><b>Offset</b></a></li> <li class=fn><a href="#TQIODevice"><b>TQIODevice</b></a> ()</li> <li class=fn>virtual <a href="#~TQIODevice"><b>~TQIODevice</b></a> ()</li> <li class=fn>int <a href="#flags"><b>flags</b></a> () const</li> @@ -68,10 +68,10 @@ body { background: #ffffff; color: black; } <li class=fn>virtual bool <a href="#at-2"><b>at</b></a> ( Offset pos )</li> <li class=fn>virtual bool <a href="#atEnd"><b>atEnd</b></a> () const</li> <li class=fn>bool <a href="#reset"><b>reset</b></a> ()</li> -<li class=fn>virtual Q_LONG <a href="#readBlock"><b>readBlock</b></a> ( char * data, Q_ULONG maxlen ) = 0</li> -<li class=fn>virtual Q_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const char * data, Q_ULONG len ) = 0</li> -<li class=fn>virtual Q_LONG <a href="#readLine"><b>readLine</b></a> ( char * data, Q_ULONG maxlen )</li> -<li class=fn>Q_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const TQByteArray & data )</li> +<li class=fn>virtual TQ_LONG <a href="#readBlock"><b>readBlock</b></a> ( char * data, TQ_ULONG maxlen ) = 0</li> +<li class=fn>virtual TQ_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const char * data, TQ_ULONG len ) = 0</li> +<li class=fn>virtual TQ_LONG <a href="#readLine"><b>readLine</b></a> ( char * data, TQ_ULONG maxlen )</li> +<li class=fn>TQ_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const TQByteArray & data )</li> <li class=fn>virtual TQByteArray <a href="#readAll"><b>readAll</b></a> ()</li> <li class=fn>virtual int <a href="#getch"><b>getch</b></a> () = 0</li> <li class=fn>virtual int <a href="#putch"><b>putch</b></a> ( int ch ) = 0</li> @@ -414,7 +414,7 @@ binary data. Cannot be combined with <a href="ntqfile.html#open">IO_Raw</a>. This convenience function returns all of the remaining data in the device. -<h3 class=fn>Q_LONG <a name="readBlock"></a>TQIODevice::readBlock ( char * data, Q_ULONG maxlen )<tt> [pure virtual]</tt> +<h3 class=fn>TQ_LONG <a name="readBlock"></a>TQIODevice::readBlock ( char * data, TQ_ULONG maxlen )<tt> [pure virtual]</tt> </h3> <p> Reads at most <em>maxlen</em> bytes from the I/O device into <em>data</em> and @@ -427,7 +427,7 @@ return 0 if there are no bytes to read. <p>Example: <a href="distributor-example.html#x2667">distributor/distributor.ui.h</a>. <p>Reimplemented in <a href="ntqsocket.html#readBlock">TQSocket</a> and <a href="ntqsocketdevice.html#readBlock">TQSocketDevice</a>. -<h3 class=fn>Q_LONG <a name="readLine"></a>TQIODevice::readLine ( char * data, Q_ULONG maxlen )<tt> [virtual]</tt> +<h3 class=fn>TQ_LONG <a name="readLine"></a>TQIODevice::readLine ( char * data, TQ_ULONG maxlen )<tt> [virtual]</tt> </h3> Reads a line of text, (or up to <em>maxlen</em> bytes if a newline isn't encountered) plus a terminating '\0' into <em>data</em>. If there is a @@ -523,7 +523,7 @@ the index position if it is not zero. <p> <p>See also <a href="#getch">getch</a>() and <a href="#putch">putch</a>(). <p>Reimplemented in <a href="ntqfile.html#ungetch">TQFile</a> and <a href="ntqsocket.html#ungetch">TQSocket</a>. -<h3 class=fn>Q_LONG <a name="writeBlock"></a>TQIODevice::writeBlock ( const char * data, Q_ULONG len )<tt> [pure virtual]</tt> +<h3 class=fn>TQ_LONG <a name="writeBlock"></a>TQIODevice::writeBlock ( const char * data, TQ_ULONG len )<tt> [pure virtual]</tt> </h3> <p> Writes <em>len</em> bytes from <em>data</em> to the I/O device and returns the @@ -534,7 +534,7 @@ number of bytes actually written. <p>Example: <a href="distributor-example.html#x2668">distributor/distributor.ui.h</a>. <p>Reimplemented in <a href="ntqbuffer.html#writeBlock">TQBuffer</a>, <a href="ntqsocket.html#writeBlock">TQSocket</a>, and <a href="ntqsocketdevice.html#writeBlock">TQSocketDevice</a>. -<h3 class=fn>Q_LONG <a name="writeBlock-2"></a>TQIODevice::writeBlock ( const <a href="qbytearray.html">TQByteArray</a> & data ) +<h3 class=fn>TQ_LONG <a name="writeBlock-2"></a>TQIODevice::writeBlock ( const <a href="qbytearray.html">TQByteArray</a> & data ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This convenience function is the same as calling <a href="#writeBlock">writeBlock</a>( |