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/man/man3/tqbytearray.3qt | |
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/man/man3/tqbytearray.3qt')
-rw-r--r-- | doc/man/man3/tqbytearray.3qt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/doc/man/man3/tqbytearray.3qt b/doc/man/man3/tqbytearray.3qt index 388ab1afb..28c0e6a53 100644 --- a/doc/man/man3/tqbytearray.3qt +++ b/doc/man/man3/tqbytearray.3qt @@ -1,5 +1,5 @@ '\" t -.TH QByteArray 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQByteArray 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,74 +7,74 @@ .ad l .nh .SH NAME -QByteArray \- Array of bytes +TQByteArray \- Array of bytes .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.</p> .PP -\fC#include <ntqcstring.h>\fR +\fC#include <tqcstring.h>\fR .PP -Inherits QMemArray<char>. +Inherits TQMemArray<char>. .PP -Inherited by QBitArray and QCString. +Inherited by TQBitArray and TQCString. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQByteArray\fR ()" +.BI "\fBTQByteArray\fR ()" .br .ti -1c -.BI "\fBQByteArray\fR ( int size )" +.BI "\fBTQByteArray\fR ( int size )" .br .in -1c .SH RELATED FUNCTION DOCUMENTATION .in +1c .ti -1c -.BI "QByteArray \fBqCompress\fR ( const QByteArray & data )" +.BI "TQByteArray \fBqCompress\fR ( const TQByteArray & data )" .br .ti -1c -.BI "QByteArray \fBqCompress\fR ( const uchar * data, int nbytes )" +.BI "TQByteArray \fBqCompress\fR ( const uchar * data, int nbytes )" .br .ti -1c -.BI "QByteArray \fBqUncompress\fR ( const QByteArray & data )" +.BI "TQByteArray \fBqUncompress\fR ( const TQByteArray & data )" .br .ti -1c -.BI "QByteArray \fBqUncompress\fR ( const uchar * data, int nbytes )" +.BI "TQByteArray \fBqUncompress\fR ( const uchar * data, int nbytes )" .br .in -1c .SH DESCRIPTION -The QByteArray class provides an array of bytes. +The TQByteArray class provides an array of bytes. .PP -The QByteArray class provides an explicitly shared array of bytes. It is useful for manipulating memory areas with custom data. QByteArray is implemented as a QMemArray<char>. See the QMemArray documentation for further information. +The TQByteArray class provides an explicitly shared array of bytes. It is useful for manipulating memory areas with custom data. TQByteArray is implemented as a TQMemArray<char>. See the TQMemArray documentation for further information. .PP See also Collection Classes and Non-GUI Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QByteArray::QByteArray ()" -Constructs an empty QByteArray. -.SH "QByteArray::QByteArray ( int size )" -Constructs a QByteArray of size \fIsize\fR. +.SH "TQByteArray::TQByteArray ()" +Constructs an empty TQByteArray. +.SH "TQByteArray::TQByteArray ( int size )" +Constructs a TQByteArray of size \fIsize\fR. .SH RELATED FUNCTION DOCUMENTATION -.SH "QByteArray tqCompress ( const QByteArray & data )" +.SH "TQByteArray tqCompress ( const TQByteArray & data )" Compresses the array \fIdata\fR and returns the compressed byte array using zlib. .PP See also tqUncompress(). -.SH "QByteArray tqCompress ( const uchar * data, int nbytes )" +.SH "TQByteArray tqCompress ( const uchar * data, int nbytes )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Compresses the array \fIdata\fR which is \fInbytes\fR long and returns the compressed byte array. -.SH "QByteArray tqUncompress ( const QByteArray & data )" +.SH "TQByteArray tqUncompress ( const TQByteArray & data )" Uncompresses the array \fIdata\fR and returns the uncompressed byte array. .PP -Returns an empty QByteArray if the input data was corrupt. +Returns an empty TQByteArray if the input data was corrupt. .PP See also tqCompress(). -.SH "QByteArray tqUncompress ( const uchar * data, int nbytes )" +.SH "TQByteArray tqUncompress ( const uchar * data, int nbytes )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Uncompresses the array \fIdata\fR which is \fInbytes\fR long and returns the uncompressed byte array. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qbytearray.html +.BR http://doc.trolltech.com/tqbytearray.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |