diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-25 14:05:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-25 14:05:14 -0600 |
commit | bd87b2af9dde0633e56a792665cdec7a9675da95 (patch) | |
tree | 372fc8bc287d9712646388e9543b291a30b9cbd6 /doc/html/qbytearray.html | |
parent | c5e69959c9eeb6a1396f1a60d7cf4f9781a2d47c (diff) | |
download | tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.tar.gz tqt3-bd87b2af9dde0633e56a792665cdec7a9675da95.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/qbytearray.html')
-rw-r--r-- | doc/html/qbytearray.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qbytearray.html b/doc/html/qbytearray.html index b9aa987c1..2cad08230 100644 --- a/doc/html/qbytearray.html +++ b/doc/html/qbytearray.html @@ -45,10 +45,10 @@ body { background: #ffffff; color: black; } </ul> <h2>Related Functions</h2> <ul> -<li class=fn>TQByteArray <a href="#qCompress"><b>qCompress</b></a> ( const TQByteArray & data )</li> -<li class=fn>TQByteArray <a href="#qCompress-2"><b>qCompress</b></a> ( const uchar * data, int nbytes )</li> -<li class=fn>TQByteArray <a href="#qUncompress"><b>qUncompress</b></a> ( const TQByteArray & data )</li> -<li class=fn>TQByteArray <a href="#qUncompress-2"><b>qUncompress</b></a> ( const uchar * data, int nbytes )</li> +<li class=fn>TQByteArray <a href="#qCompress"><b>tqCompress</b></a> ( const TQByteArray & data )</li> +<li class=fn>TQByteArray <a href="#qCompress-2"><b>tqCompress</b></a> ( const uchar * data, int nbytes )</li> +<li class=fn>TQByteArray <a href="#qUncompress"><b>tqUncompress</b></a> ( const TQByteArray & data )</li> +<li class=fn>TQByteArray <a href="#qUncompress-2"><b>tqUncompress</b></a> ( const uchar * data, int nbytes )</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -74,22 +74,22 @@ TQByteArray is implemented as a <a href="ntqmemarray.html">TQMemArray</a><cha <p> Constructs a TQByteArray of size <em>size</em>. <hr><h2>Related Functions</h2> -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress"></a>qCompress ( const <a href="qbytearray.html">TQByteArray</a> & data ) +<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress"></a>tqCompress ( const <a href="qbytearray.html">TQByteArray</a> & data ) </h3> <p> <p> Compresses the array <em>data</em> and returns the compressed byte array using zlib. -<p> <p>See also <a href="#qUncompress">qUncompress</a>(). +<p> <p>See also <a href="#qUncompress">tqUncompress</a>(). -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress-2"></a>qCompress ( const uchar * data, int nbytes ) +<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress-2"></a>tqCompress ( const uchar * data, int nbytes ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Compresses the array <em>data</em> which is <em>nbytes</em> long and returns the compressed byte array. -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress"></a>qUncompress ( const <a href="qbytearray.html">TQByteArray</a> & data ) +<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress"></a>tqUncompress ( const <a href="qbytearray.html">TQByteArray</a> & data ) </h3> <p> @@ -97,9 +97,9 @@ compressed byte array. array. <p> Returns an empty TQByteArray if the input data was corrupt. -<p> <p>See also <a href="#qCompress">qCompress</a>(). +<p> <p>See also <a href="#qCompress">tqCompress</a>(). -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress-2"></a>qUncompress ( const uchar * data, int nbytes ) +<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress-2"></a>tqUncompress ( const uchar * data, int nbytes ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. |