diff options
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. |