From 6cee20f4cbb42baa0a37d21c8bd52cf40ae13935 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 25 Dec 2024 13:15:25 +0900 Subject: Rename *.html files that were missed out during previous qt->tqt renaming Signed-off-by: Michele Calgaro --- doc/html/qbytearray.html | 118 ----------------------------------------------- 1 file changed, 118 deletions(-) delete mode 100644 doc/html/qbytearray.html (limited to 'doc/html/qbytearray.html') diff --git a/doc/html/qbytearray.html b/doc/html/qbytearray.html deleted file mode 100644 index bd5ca50b0..000000000 --- a/doc/html/qbytearray.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - -TQByteArray Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQByteArray Class Reference

- -

The TQByteArray class provides an array of bytes. -More... -

All the functions in this class are reentrant when TQt is built with thread support.

-

#include <tqcstring.h> -

Inherits TQMemArray<char>. -

Inherited by TQBitArray and TQCString. -

List of all member functions. -

Public Members

- -

Related Functions

- -

Detailed Description

- - - -The TQByteArray class provides an array of bytes. -

- -

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

See also Collection Classes and Non-GUI Classes. - -


Member Function Documentation

-

TQByteArray::TQByteArray () -

- -

Constructs an empty TQByteArray. - -

TQByteArray::TQByteArray ( int size ) -

- -

Constructs a TQByteArray of size size. - -


Related Functions

-

TQByteArray tqCompress ( const TQByteArray & data ) -

- -

-

Compresses the array data and returns the compressed byte -array using zlib. -

See also tqUncompress(). - -

TQByteArray tqCompress ( const uchar * data, int nbytes ) -

- -

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -

Compresses the array data which is nbytes long and returns the -compressed byte array. - -

TQByteArray tqUncompress ( const TQByteArray & data ) -

- -

-

Uncompresses the array data and returns the uncompressed byte -array. -

Returns an empty TQByteArray if the input data was corrupt. - -

See also tqCompress(). - -

TQByteArray tqUncompress ( const uchar * data, int nbytes ) -

- -

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -

Uncompresses the array data which is nbytes long and returns -the uncompressed byte array. - - -


-This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- -- cgit v1.2.1