diff options
author | Timothy Pearson <[email protected]> | 2012-06-17 17:28:28 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-17 17:28:28 -0500 |
commit | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch) | |
tree | 7c336cbed3a93807a34cd4df39b2f92a7d48a141 /doc/html/ntqbuffer.html | |
parent | f27c2533f735d53c6b555f387c6390c0690cc246 (diff) | |
download | tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqbuffer.html')
-rw-r--r-- | doc/html/ntqbuffer.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqbuffer.html b/doc/html/ntqbuffer.html index 7f0714de8..2b208c29b 100644 --- a/doc/html/ntqbuffer.html +++ b/doc/html/ntqbuffer.html @@ -44,8 +44,8 @@ body { background: #ffffff; color: black; } <li class=fn><a href="#~TQBuffer"><b>~TQBuffer</b></a> ()</li> <li class=fn>TQByteArray <a href="#buffer"><b>buffer</b></a> () const</li> <li class=fn>bool <a href="#setBuffer"><b>setBuffer</b></a> ( TQByteArray buf )</li> -<li class=fn>virtual Q_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const char * p, Q_ULONG len )</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="#writeBlock"><b>writeBlock</b></a> ( const char * p, TQ_ULONG len )</li> +<li class=fn>TQ_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const TQByteArray & data )</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -120,7 +120,7 @@ Replaces the buffer's contents with <em>buf</em> and returns TRUE. modified because <a href="qbytearray.html">TQByteArray</a> is an <a href="shclass.html#explicitly-shared">explicitly shared</a> class. <p> <p>See also <a href="#buffer">buffer</a>(), <a href="ntqiodevice.html#open">open</a>(), and <a href="ntqiodevice.html#close">close</a>(). -<h3 class=fn>Q_LONG <a name="writeBlock"></a>TQBuffer::writeBlock ( const char * p, Q_ULONG len )<tt> [virtual]</tt> +<h3 class=fn>TQ_LONG <a name="writeBlock"></a>TQBuffer::writeBlock ( const char * p, TQ_ULONG len )<tt> [virtual]</tt> </h3> Writes <em>len</em> bytes from <em>p</em> into the buffer at the current index position, overwriting any characters there and extending the @@ -129,7 +129,7 @@ buffer if necessary. Returns the number of bytes actually written. <p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>(). <p>Reimplemented from <a href="ntqiodevice.html#writeBlock">TQIODevice</a>. -<h3 class=fn>Q_LONG <a name="writeBlock-2"></a>TQBuffer::writeBlock ( const <a href="qbytearray.html">TQByteArray</a> & data ) +<h3 class=fn>TQ_LONG <a name="writeBlock-2"></a>TQBuffer::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 |