summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcanvasline.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcanvasline.3qt')
-rw-r--r--doc/man/man3/tqcanvasline.3qt38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/man/man3/tqcanvasline.3qt b/doc/man/man3/tqcanvasline.3qt
index b23e79564..c360a76d6 100644
--- a/doc/man/man3/tqcanvasline.3qt
+++ b/doc/man/man3/tqcanvasline.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QCanvasLine 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQCanvasLine 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,19 +7,19 @@
.ad l
.nh
.SH NAME
-QCanvasLine \- Line on a QCanvas
+TQCanvasLine \- Line on a TQCanvas
.SH SYNOPSIS
-\fC#include <ntqcanvas.h>\fR
+\fC#include <tqcanvas.h>\fR
.PP
-Inherits QCanvasPolygonalItem.
+Inherits TQCanvasPolygonalItem.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQCanvasLine\fR ( QCanvas * canvas )"
+.BI "\fBTQCanvasLine\fR ( TQCanvas * canvas )"
.br
.ti -1c
-.BI "\fB~QCanvasLine\fR ()"
+.BI "\fB~TQCanvasLine\fR ()"
.br
.ti -1c
.BI "void \fBsetPoints\fR ( int xa, int ya, int xb, int yb )"
@@ -35,41 +35,41 @@ Inherits QCanvasPolygonalItem.
.br
.in -1c
.SH DESCRIPTION
-The QCanvasLine class provides a line on a QCanvas.
+The TQCanvasLine class provides a line on a TQCanvas.
.PP
-The line inherits functionality from QCanvasPolygonalItem, for example the setPen() function. The start and end points of the line are set with setPoints().
+The line inherits functionality from TQCanvasPolygonalItem, for example the setPen() function. The start and end points of the line are set with setPoints().
.PP
-Like any other canvas item lines can be moved with QCanvasItem::move() and QCanvasItem::moveBy(), or by setting coordinates with QCanvasItem::setX(), QCanvasItem::setY() and QCanvasItem::setZ().
+Like any other canvas item lines can be moved with TQCanvasItem::move() and TQCanvasItem::moveBy(), or by setting coordinates with TQCanvasItem::setX(), TQCanvasItem::setY() and TQCanvasItem::setZ().
.PP
See also Graphics Classes and Image Processing Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QCanvasLine::QCanvasLine ( QCanvas * canvas )"
+.SH "TQCanvasLine::TQCanvasLine ( TQCanvas * canvas )"
Constructs a line from (0,0) to (0,0) on \fIcanvas\fR.
.PP
See also setPoints().
-.SH "QCanvasLine::~QCanvasLine ()"
+.SH "TQCanvasLine::~TQCanvasLine ()"
Destroys the line.
-.SH "QPoint QCanvasLine::endPoint () const"
+.SH "QPoint TQCanvasLine::endPoint () const"
Returns the end point of the line.
.PP
See also setPoints() and startPoint().
-.SH "int QCanvasLine::rtti () const\fC [virtual]\fR"
-Returns 7 (QCanvasItem::Rtti_Line).
+.SH "int TQCanvasLine::rtti () const\fC [virtual]\fR"
+Returns 7 (TQCanvasItem::Rtti_Line).
.PP
-See also QCanvasItem::rtti().
+See also TQCanvasItem::rtti().
.PP
-Reimplemented from QCanvasPolygonalItem.
-.SH "void QCanvasLine::setPoints ( int xa, int ya, int xb, int yb )"
+Reimplemented from TQCanvasPolygonalItem.
+.SH "void TQCanvasLine::setPoints ( int xa, int ya, int xb, int yb )"
Sets the line's start point to (\fIxa\fR, \fIya\fR) and its end point to (\fIxb\fR, \fIyb\fR).
.PP
Example: canvas/canvas.cpp.
-.SH "QPoint QCanvasLine::startPoint () const"
+.SH "QPoint TQCanvasLine::startPoint () const"
Returns the start point of the line.
.PP
See also setPoints() and endPoint().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qcanvasline.html
+.BR http://doc.trolltech.com/tqcanvasline.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the