⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qcanvaspolygon.3qt

📁 Linux下的基于X11的图形开发环境。
💻 3QT
字号:
'\" t.TH QCanvasPolygon 3qt "9 December 2002" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2001 Trolltech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQCanvasPolygon \- Polygon on a QCanvas.SH SYNOPSIS\fC#include <qcanvas.h>\fR.PPInherits QCanvasPolygonalItem..PPInherited by QCanvasSpline..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQCanvasPolygon\fR ( QCanvas * canvas )".br.ti -1c.BI "\fB~QCanvasPolygon\fR ()".br.ti -1c.BI "void \fBsetPoints\fR ( QPointArray pa )".br.ti -1c.BI "QPointArray \fBpoints\fR () const".br.ti -1c.BI "virtual QPointArray \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 ( QPainter & p )".br.in -1c.SH DESCRIPTIONThe QCanvasPolygon class provides a polygon on a QCanvas..PPPaints a polygon with a QBrush. 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..PPThe polygon can be drawn on a painter with drawShape()..PPLike any other canvas item polygons can be moved with QCanvasItem::move() and QCanvasItem::moveBy(), or by setting coordinates with QCanvasItem::setX(), QCanvasItem::setY() and QCanvasItem::setZ()..PPNote: QCanvasPolygon does not use the pen..PPSee also Graphics Classes and Image Processing Classes..SH MEMBER FUNCTION DOCUMENTATION.SH "QCanvasPolygon::QCanvasPolygon ( QCanvas * canvas )"Constructs a point-less polygon on the canvas \fIcanvas\fR. You should call setPoints() before using it further..SH "QCanvasPolygon::~QCanvasPolygon ()"Destroys the polygon..SH "QPointArray QCanvasPolygon::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..PPSee also setPoints() and points()..PPReimplemented from QCanvasPolygonalItem..SH "void QCanvasPolygon::drawShape ( QPainter & p )\fC [virtual protected]\fR"Draws the polygon using the painter \fIp\fR..PPNote that QCanvasPolygon does not support an outline (pen is always NoPen)..PPReimplemented from QCanvasPolygonalItem..SH "QPointArray QCanvasPolygon::points () const"Returns the vertices of the polygon, not translated by the position..PPSee also setPoints() and areaPoints()..SH "int QCanvasPolygon::rtti () const\fC [virtual]\fR"Returns 4 (QCanvasItem::Rtti_Polygon)..PPSee also QCanvasItem::rtti()..PPReimplemented from QCanvasPolygonalItem..PPReimplemented in QCanvasSpline..SH "void QCanvasPolygon::setPoints ( QPointArray pa )"Sets the points of the polygon to be \fIpa\fR. These points will havetheir x and y coordinates automatically translated by x(), y() as thepolygon is moved..SH "SEE ALSO".BR http://doc.trolltech.com/qcanvaspolygon.html.BR http://www.trolltech.com/faq/tech.html.SH COPYRIGHTCopyright 1992-2001 Trolltech AS, http://www.trolltech.com.  See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code..SH BUGSIf 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..PThe definitive Qt documentation is provided in HTML format; it islocated at $QTDIR/doc/html and can be read using Qt Assistant or witha web browser. This man page is provided as a convenience for thoseusers who prefer man pages, although this format is not officiallysupported by Trolltech. .PIf you find errors in this manual page, please report them to.BR qt-bugs@trolltech.com .Please include the name of the manual page (qcanvaspolygon.3qt) and the Qtversion (3.1.1).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -