From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqimage.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqimage.html') diff --git a/doc/html/tqimage.html b/doc/html/tqimage.html index 3149642e9..a7b5f31c5 100644 --- a/doc/html/tqimage.html +++ b/doc/html/tqimage.html @@ -219,7 +219,7 @@ with load() (or in the constructor) or from an array of data inputFormatList() and outputFormatList().

Strings of text may be added to images using setText().

The TQImage class uses explicit sharing, -similar to that used by TQMemArray. +similar to that used by TQMemArray.

New image formats can be added as plugins.

See also TQImageIO, TQPixmap, Shared Classes, Graphics Classes, Image Processing Classes, and Implicitly and Explicitly Shared Classes. @@ -304,7 +304,7 @@ by using an unusual declaration: slightly more efficient (e.g. when the code is in a shared library) and ROMable when the application is to be stored in ROM. -

TQImage::TQImage ( const TQByteArray & array ) +

TQImage::TQImage ( const TQByteArray & array )

Constructs an image from the binary data array. It tries to guess the file format. @@ -651,10 +651,10 @@ guess the file format. explains how to add extra formats.

See also load(), save(), imageFormat(), TQPixmap::loadFromData(), and TQImageIO. -

bool TQImage::loadFromData ( TQByteArray buf, const char * format = 0 ) +

bool TQImage::loadFromData ( TQByteArray buf, const char * format = 0 )

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

Loads an image from the TQByteArray buf. +

Loads an image from the TQByteArray buf.

TQImage TQImage::mirror () const

@@ -792,7 +792,7 @@ can be used, for example, to save an image directly into a TQByteArray:
     TQImage image;
-    TQByteArray ba;
+    TQByteArray ba;
     TQBuffer buffer( ba );
     buffer.open( IO_WriteOnly );
     image.save( &buffer, "PNG" ); // writes image into ba in PNG format
-- 
cgit v1.2.3