summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimage.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-02 21:37:22 +0900
committerMichele Calgaro <[email protected]>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/man/man3/tqimage.3qt
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqimage.3qt')
-rw-r--r--doc/man/man3/tqimage.3qt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqimage.3qt b/doc/man/man3/tqimage.3qt
index ef4aacbf3..5d6dcf2bc 100644
--- a/doc/man/man3/tqimage.3qt
+++ b/doc/man/man3/tqimage.3qt
@@ -23,7 +23,7 @@ TQImage \- Hardware-independent pixmap representation with direct access to the
.BI "\fBTQImage\fR ( int w, int h, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
.br
.ti -1c
-.BI "\fBTQImage\fR ( const QSize & size, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
+.BI "\fBTQImage\fR ( const TQSize & size, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
.br
.ti -1c
.BI "\fBTQImage\fR ( const TQString & fileName, const char * format = 0 )"
@@ -80,7 +80,7 @@ TQImage \- Hardware-independent pixmap representation with direct access to the
.BI "int \fBheight\fR () const"
.br
.ti -1c
-.BI "QSize \fBsize\fR () const"
+.BI "TQSize \fBsize\fR () const"
.br
.ti -1c
.BI "QRect \fBrect\fR () const"
@@ -137,7 +137,7 @@ TQImage \- Hardware-independent pixmap representation with direct access to the
.BI "bool \fBcreate\fR ( int width, int height, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
.br
.ti -1c
-.BI "bool \fBcreate\fR ( const QSize &, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
+.BI "bool \fBcreate\fR ( const TQSize &, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
.br
.ti -1c
.BI "void \fBreset\fR ()"
@@ -167,13 +167,13 @@ TQImage \- Hardware-independent pixmap representation with direct access to the
.BI "TQImage \fBsmoothScale\fR ( int w, int h, ScaleMode mode = ScaleFree ) const"
.br
.ti -1c
-.BI "TQImage \fBsmoothScale\fR ( const QSize & s, ScaleMode mode = ScaleFree ) const"
+.BI "TQImage \fBsmoothScale\fR ( const TQSize & s, ScaleMode mode = ScaleFree ) const"
.br
.ti -1c
.BI "TQImage \fBscale\fR ( int w, int h, ScaleMode mode = ScaleFree ) const"
.br
.ti -1c
-.BI "TQImage \fBscale\fR ( const QSize & s, ScaleMode mode = ScaleFree ) const"
+.BI "TQImage \fBscale\fR ( const TQSize & s, ScaleMode mode = ScaleFree ) const"
.br
.ti -1c
.BI "TQImage \fBscaleWidth\fR ( int w ) const"
@@ -412,7 +412,7 @@ Constructs an image with \fIw\fR width, \fIh\fR height, \fIdepth\fR bits per pix
Using this constructor is the same as first constructing a null image and then calling the create() function.
.PP
See also create().
-.SH "TQImage::TQImage ( const QSize & size, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
+.SH "TQImage::TQImage ( const TQSize & size, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
Constructs an image with size \fIsize\fR pixels, depth \fIdepth\fR bits, \fInumColors\fR and \fIbitOrder\fR endianness.
.PP
Using this constructor is the same as first constructing a null image and then calling the create() function.
@@ -560,7 +560,7 @@ This function allocates a color table and a buffer for the image data. The image
The image buffer is allocated as a single block that consists of a table of scanline pointers (jumpTable()) and the image data (bits()).
.PP
See also fill(), width(), height(), depth(), numColors(), bitOrder(), jumpTable(), scanLine(), bits(), bytesPerLine(), and numBytes().
-.SH "bool TQImage::create ( const QSize &, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
+.SH "bool TQImage::create ( const TQSize &, int depth, int numColors = 0, Endian bitOrder = IgnoreEndian )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.SH "TQImage TQImage::createAlphaMask ( int conversion_flags = 0 ) const"
Builds and returns a 1-bpp mask from the alpha buffer in this image. Returns a null image if alpha buffer mode is disabled.
@@ -842,7 +842,7 @@ If either the width \fIw\fR or the height \fIh\fR is 0 or negative, this functio
This function uses a simple, fast algorithm. If you need better quality, use smoothScale() instead.
.PP
See also scaleWidth(), scaleHeight(), smoothScale(), and xForm().
-.SH "TQImage TQImage::scale ( const QSize & s, ScaleMode mode = ScaleFree ) const"
+.SH "TQImage TQImage::scale ( const TQSize & s, ScaleMode mode = ScaleFree ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
The requested size of the image is \fIs\fR.
@@ -913,7 +913,7 @@ If the image is a paletted image (depth() <= 8) and \fIindex_or_rgb\fR >= numCol
See also pixelIndex(), pixel(), tqRgb(), tqRgba(), and valid().
.SH "void TQImage::setText ( const char * key, const char * lang, const TQString & s )"
Records string \fIs\fR for the keyword \fIkey\fR. The \fIkey\fR should be a portable keyword recognizable by other software - some suggested values can be found in the PNG specification. \fIs\fR can be any text. \fIlang\fR should specify the language code (see RFC 1766) or 0.
-.SH "QSize TQImage::size () const"
+.SH "TQSize TQImage::size () const"
Returns the size of the image, i.e. its width and height.
.PP
See also width(), height(), and rect().
@@ -931,7 +931,7 @@ Copyright (C) 1989, 1991 by Jef Poskanzer.
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. This software is provided "as is" without express or implied warranty.
.PP
See also scale() and mirror().
-.SH "TQImage TQImage::smoothScale ( const QSize & s, ScaleMode mode = ScaleFree ) const"
+.SH "TQImage TQImage::smoothScale ( const TQSize & s, ScaleMode mode = ScaleFree ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
The requested size of the image is \fIs\fR.