summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvasspline.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/tqcanvasspline.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/tqcanvasspline.3qt')
-rw-r--r--doc/man/man3/tqcanvasspline.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqcanvasspline.3qt b/doc/man/man3/tqcanvasspline.3qt
index 8424e675b..700d376ed 100644
--- a/doc/man/man3/tqcanvasspline.3qt
+++ b/doc/man/man3/tqcanvasspline.3qt
@@ -22,10 +22,10 @@ Inherits TQCanvasPolygon.
.BI "\fB~TQCanvasSpline\fR ()"
.br
.ti -1c
-.BI "void \fBsetControlPoints\fR ( QPointArray ctrl, bool close = TRUE )"
+.BI "void \fBsetControlPoints\fR ( TQPointArray ctrl, bool close = TRUE )"
.br
.ti -1c
-.BI "QPointArray \fBcontrolPoints\fR () const"
+.BI "TQPointArray \fBcontrolPoints\fR () const"
.br
.ti -1c
.BI "bool \fBclosed\fR () const"
@@ -57,7 +57,7 @@ See also setControlPoints().
Destroy the spline.
.SH "bool TQCanvasSpline::closed () const"
Returns TRUE if the control points are a closed set; otherwise returns FALSE.
-.SH "QPointArray TQCanvasSpline::controlPoints () const"
+.SH "TQPointArray TQCanvasSpline::controlPoints () const"
Returns the current set of control points.
.PP
See also setControlPoints() and closed().
@@ -67,7 +67,7 @@ Returns 8 (TQCanvasItem::Rtti_Spline).
See also TQCanvasItem::rtti().
.PP
Reimplemented from TQCanvasPolygon.
-.SH "void TQCanvasSpline::setControlPoints ( QPointArray ctrl, bool close = TRUE )"
+.SH "void TQCanvasSpline::setControlPoints ( TQPointArray ctrl, bool close = TRUE )"
Set the spline control points to \fIctrl\fR.
.PP
If \fIclose\fR is TRUE, then the first point in \fIctrl\fR will be re-used as the last point, and the number of control points must be a multiple of 3. If \fIclose\fR is FALSE, one additional control point is required, and the number of control points must be one of (4, 7, 10, 13, ...).