'\" t .TH TQCanvasPolygon 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. .\" .ad l .nh .SH NAME TQCanvasPolygon \- Polygon on a TQCanvas .SH SYNOPSIS \fC#include \fR .PP Inherits TQCanvasPolygonalItem. .PP Inherited by TQCanvasSpline. .PP .SS "Public Members" .in +1c .ti -1c .BI "\fBTQCanvasPolygon\fR ( TQCanvas * canvas )" .br .ti -1c .BI "\fB~TQCanvasPolygon\fR ()" .br .ti -1c .BI "void \fBsetPoints\fR ( TQPointArray pa )" .br .ti -1c .BI "TQPointArray \fBpoints\fR () const" .br .ti -1c .BI "virtual TQPointArray \fBareaPoints\fR () const" .br .ti -1c .BI "virtual int \fBrtti\fR () const" .br .in -1c .SS "Protected Members" .in +1c .ti -1c .BI "virtual void \fBdrawShape\fR ( TQPainter & p )" .br .in -1c .SH DESCRIPTION The TQCanvasPolygon class provides a polygon on a TQCanvas. .PP Paints a polygon with a TQBrush. The polygon's points can be set in the constructor or set or changed later using setPoints(). Use points() to retrieve the points, or areaPoints() to retrieve the points relative to the canvas's origin. .PP The polygon can be drawn on a painter with drawShape(). .PP Like any other canvas item polygons can be moved with TQCanvasItem::move() and TQCanvasItem::moveBy(), or by setting coordinates with TQCanvasItem::setX(), TQCanvasItem::setY() and TQCanvasItem::setZ(). .PP Note: TQCanvasPolygon does not use the pen. .PP See also Graphics Classes and Image Processing Classes. .SH MEMBER FUNCTION DOCUMENTATION .SH "TQCanvasPolygon::TQCanvasPolygon ( TQCanvas * canvas )" Constructs a point-less polygon on the canvas \fIcanvas\fR. You should call setPoints() before using it further. .SH "TQCanvasPolygon::~TQCanvasPolygon ()" Destroys the polygon. .SH "TQPointArray TQCanvasPolygon::areaPoints () const\fC [virtual]\fR" Returns the vertices of the polygon translated by the polygon's current x(), y() position, i.e. relative to the canvas's origin. .PP See also setPoints() and points(). .PP Reimplemented from TQCanvasPolygonalItem. .SH "void TQCanvasPolygon::drawShape ( TQPainter & p )\fC [virtual protected]\fR" Draws the polygon using the painter \fIp\fR. .PP Note that TQCanvasPolygon does not support an outline (the pen is always NoPen). .PP Reimplemented from TQCanvasPolygonalItem. .SH "TQPointArray TQCanvasPolygon::points () const" Returns the vertices of the polygon, not translated by the position. .PP See also setPoints() and areaPoints(). .SH "int TQCanvasPolygon::rtti () const\fC [virtual]\fR" Returns 4 (TQCanvasItem::Rtti_Polygon). .PP See also TQCanvasItem::rtti(). .PP Reimplemented from TQCanvasPolygonalItem. .PP Reimplemented in TQCanvasSpline. .SH "void TQCanvasPolygon::setPoints ( TQPointArray pa )" Sets the points of the polygon to be \fIpa\fR. These points will have their x and y coordinates automatically translated by x(), y() as the polygon is moved. .SH "SEE ALSO" .BR http://doc.trolltech.com/tqcanvaspolygon.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the license file included in the distribution for a complete license statement. .SH AUTHOR Generated automatically from the source code. .SH BUGS If you find a bug in Qt, please report it as described in .BR http://doc.trolltech.com/bughowto.html . Good bug reports help us to help you. Thank you. .P The definitive TQt documentation is provided in HTML format; it is located at $TQTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . Please include the name of the manual page (tqcanvaspolygon.3qt) and the Qt version (3.3.8).