diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqcanvassprite.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqcanvassprite.3qt')
-rw-r--r-- | doc/man/man3/tqcanvassprite.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqcanvassprite.3qt b/doc/man/man3/tqcanvassprite.3qt index 97570c3bf..b5c466670 100644 --- a/doc/man/man3/tqcanvassprite.3qt +++ b/doc/man/man3/tqcanvassprite.3qt @@ -46,7 +46,7 @@ Inherits TQCanvasItem. .BI "virtual int \fBrtti\fR () const" .br .ti -1c -.BI "virtual QRect \fBboundingRect\fR () const" +.BI "virtual TQRect \fBboundingRect\fR () const" .br .ti -1c .BI "int \fBwidth\fR () const" @@ -148,7 +148,7 @@ This is an overloaded member function, provided for convenience. It behaves esse Returns what the y-coordinate of the top edge of the sprite would be if the sprite (actually its hotspot) were moved to y-position \fIny\fR. .PP See also leftEdge(), rightEdge(), and topEdge(). -.SH "QRect TQCanvasSprite::boundingRect () const\fC [virtual]\fR" +.SH "TQRect TQCanvasSprite::boundingRect () const\fC [virtual]\fR" Returns the bounding rectangle for the image in the sprite's current frame. This assumes that the images are tightly cropped (i.e. do not have transparent pixels all along a side). .PP Reimplemented from TQCanvasItem. |