diff options
Diffstat (limited to 'doc/man/man3/tqcanvasspline.3qt')
-rw-r--r-- | doc/man/man3/tqcanvasspline.3qt | 8 |
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, ...). |