diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/qbytearray.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 2cad08230..f775ec1a8 100644 --- a/doc/html/qbytearray.html +++ b/doc/html/qbytearray.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qcstring.cpp:488 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tqcstring.cpp:488 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -34,10 +34,10 @@ body { background: #ffffff; color: black; } <p>The TQByteArray class provides an array of bytes. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qcstring-h.html">ntqcstring.h</a>></tt> -<p>Inherits <a href="ntqmemarray.html">TQMemArray</a><char>. -<p>Inherited by <a href="ntqbitarray.html">TQBitArray</a> and <a href="ntqcstring.html">TQCString</a>. -<p><a href="qbytearray-members.html">List of all member functions.</a> +<p><tt>#include <<a href="tqcstring-h.html">tqcstring.h</a>></tt> +<p>Inherits <a href="tqmemarray.html">TQMemArray</a><char>. +<p>Inherited by <a href="tqbitarray.html">TQBitArray</a> and <a href="tqcstring.html">TQCString</a>. +<p><a href="tqbytearray-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn><a href="#TQByteArray"><b>TQByteArray</b></a> ()</li> @@ -59,7 +59,7 @@ The TQByteArray class provides an array of bytes. <p> The TQByteArray class provides an <a href="shclass.html#explicitly-shared">explicitly shared</a> array of bytes. It is useful for manipulating memory areas with custom data. -TQByteArray is implemented as a <a href="ntqmemarray.html">TQMemArray</a><char>. See the <a href="ntqmemarray.html">TQMemArray</a> documentation for further information. +TQByteArray is implemented as a <a href="tqmemarray.html">TQMemArray</a><char>. See the <a href="tqmemarray.html">TQMemArray</a> documentation for further information. <p>See also <a href="collection.html">Collection Classes</a> and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> @@ -74,7 +74,7 @@ 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>tqCompress ( const <a href="qbytearray.html">TQByteArray</a> & data ) +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="qCompress"></a>tqCompress ( const <a href="tqbytearray.html">TQByteArray</a> & data ) </h3> <p> @@ -82,14 +82,14 @@ TQByteArray is implemented as a <a href="ntqmemarray.html">TQMemArray</a><cha array using zlib. <p> <p>See also <a href="#qUncompress">tqUncompress</a>(). -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress-2"></a>tqCompress ( const uchar * data, int nbytes ) +<h3 class=fn><a href="tqbytearray.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>tqUncompress ( const <a href="qbytearray.html">TQByteArray</a> & data ) +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="qUncompress"></a>tqUncompress ( const <a href="tqbytearray.html">TQByteArray</a> & data ) </h3> <p> @@ -99,7 +99,7 @@ array. <p> <p>See also <a href="#qCompress">tqCompress</a>(). -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress-2"></a>tqUncompress ( const uchar * data, int nbytes ) +<h3 class=fn><a href="tqbytearray.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. |