summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvasrectangle.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqcanvasrectangle.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-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/tqcanvasrectangle.3qt')
-rw-r--r--doc/man/man3/tqcanvasrectangle.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqcanvasrectangle.3qt b/doc/man/man3/tqcanvasrectangle.3qt
index f82ece5a9..076eb6211 100644
--- a/doc/man/man3/tqcanvasrectangle.3qt
+++ b/doc/man/man3/tqcanvasrectangle.3qt
@@ -19,7 +19,7 @@ Inherits TQCanvasPolygonalItem.
.BI "\fBTQCanvasRectangle\fR ( TQCanvas * canvas )"
.br
.ti -1c
-.BI "\fBTQCanvasRectangle\fR ( const QRect & r, TQCanvas * canvas )"
+.BI "\fBTQCanvasRectangle\fR ( const TQRect & r, TQCanvas * canvas )"
.br
.ti -1c
.BI "\fBTQCanvasRectangle\fR ( int x, int y, int width, int height, TQCanvas * canvas )"
@@ -40,7 +40,7 @@ Inherits TQCanvasPolygonalItem.
.BI "TQSize \fBsize\fR () const"
.br
.ti -1c
-.BI "QRect \fBrect\fR () const"
+.BI "TQRect \fBrect\fR () const"
.br
.ti -1c
.BI "virtual int \fBrtti\fR () const"
@@ -52,7 +52,7 @@ Inherits TQCanvasPolygonalItem.
.BI "virtual void \fBdrawShape\fR ( TQPainter & p )"
.br
.ti -1c
-.BI "virtual QPointArray \fBchunks\fR () const"
+.BI "virtual TQPointArray \fBchunks\fR () const"
.br
.in -1c
.SH DESCRIPTION
@@ -70,13 +70,13 @@ See also Graphics Classes and Image Processing Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQCanvasRectangle::TQCanvasRectangle ( TQCanvas * canvas )"
Constructs a rectangle at position (0,0) with both width and height set to 32 pixels on \fIcanvas\fR.
-.SH "TQCanvasRectangle::TQCanvasRectangle ( const QRect & r, TQCanvas * canvas )"
+.SH "TQCanvasRectangle::TQCanvasRectangle ( const TQRect & r, TQCanvas * canvas )"
Constructs a rectangle positioned and sized by \fIr\fR on \fIcanvas\fR.
.SH "TQCanvasRectangle::TQCanvasRectangle ( int x, int y, int width, int height, TQCanvas * canvas )"
Constructs a rectangle at position (\fIx\fR, \fIy\fR) and size \fIwidth\fR by \fIheight\fR, on \fIcanvas\fR.
.SH "TQCanvasRectangle::~TQCanvasRectangle ()"
Destroys the rectangle.
-.SH "QPointArray TQCanvasRectangle::chunks () const\fC [virtual protected]\fR"
+.SH "TQPointArray TQCanvasRectangle::chunks () const\fC [virtual protected]\fR"
Simply calls TQCanvasItem::chunks().
.SH "void TQCanvasRectangle::drawShape ( TQPainter & p )\fC [virtual protected]\fR"
Draws the rectangle on painter \fIp\fR.
@@ -86,8 +86,8 @@ Example: canvas/canvas.cpp.
Reimplemented from TQCanvasPolygonalItem.
.SH "int TQCanvasRectangle::height () const"
Returns the height of the rectangle.
-.SH "QRect TQCanvasRectangle::rect () const"
-Returns the integer-converted x(), y() position and size() of the rectangle as a QRect.
+.SH "TQRect TQCanvasRectangle::rect () const"
+Returns the integer-converted x(), y() position and size() of the rectangle as a TQRect.
.SH "int TQCanvasRectangle::rtti () const\fC [virtual]\fR"
Returns 5 (TQCanvasItem::Rtti_Rectangle).
.PP