📄 qcanvasrectangle.3qt
字号:
'\" t.TH QCanvasRectangle 3qt "11 October 2001" "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 NAMEQCanvasRectangle \- Rectangle on a QCanvas.PP\fC#include <qcanvas.h>\fR.PPInherits QCanvasPolygonalItem..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQCanvasRectangle\fR ( QCanvas * canvas )".br.ti -1c.BI "\fBQCanvasRectangle\fR ( const QRect & r, QCanvas * canvas )".br.ti -1c.BI "\fBQCanvasRectangle\fR ( int x, int y, int width, int height, QCanvas * canvas )".br.ti -1c.BI "\fB~QCanvasRectangle\fR ()".br.ti -1c.BI "int \fBwidth\fR () const".br.ti -1c.BI "int \fBheight\fR () const".br.ti -1c.BI "void \fBsetSize\fR ( int width, int height )".br.ti -1c.BI "QSize \fBsize\fR () const".br.ti -1c.BI "QRect \fBrect\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.ti -1c.BI "virtual QPointArray \fBchunks\fR () const".br.in -1c.SH DESCRIPTIONThe QCanvasRectangle class provides a rectangle on a QCanvas..PPThis item paints a single rectangle which may have any pen() and brush(), but may not be tilted/rotated. For rotated rectangles, use QCanvasPolygon..PPThe rectangle's size and initial position can be set in the constructor. The size can set or changed later using setSize(). Use height() and width() to retrieve the rectangle's dimensions..PPThe rectangle can be drawn on a painter with drawShape()..PPLike any other canvas item rectangles can be moved with QCanvasItem::move() and QCanvasItem::moveBy(), or by setting coordinates with QCanvasItem::setX(), QCanvasItem::setY() and QCanvasItem::setZ()..PPSee also Graphics Classes and Image Processing Classes..SH MEMBER FUNCTION DOCUMENTATION.SH "QCanvasRectangle::QCanvasRectangle ( QCanvas * canvas )"Constructs a rectangle at position (0,0) with both width and height set to 32 pixels on \fIcanvas\fR..SH "QCanvasRectangle::QCanvasRectangle ( const QRect & r, QCanvas * canvas )"Constructs a rectangle positioned and sized by \fIr\fR on \fIcanvas\fR..SH "QCanvasRectangle::QCanvasRectangle ( int x, int y, int width, int height, QCanvas * canvas )"Constructs a rectangle at position (\fIx\fR, \fIy\fR) and size \fIwidth\fR by \fIheight\fR, on \fIcanvas\fR..SH "QCanvasRectangle::~QCanvasRectangle ()"Destroys the rectangle..SH "QPointArray QCanvasRectangle::chunks () const\fC [virtual protected]\fR"Simply calls QCanvasItem::chunks()..SH "void QCanvasRectangle::drawShape ( QPainter & p )\fC [virtual protected]\fR"Draws the rectangle on painter \fIp\fR..PPReimplemented from QCanvasPolygonalItem..SH "int QCanvasRectangle::height () const"Returns the height of the rectangle..SH "QRect QCanvasRectangle::rect () const"Returns the integer-converted x(), y() position and size() of the rectangle as a QRect..SH "int QCanvasRectangle::rtti () const\fC [virtual]\fR"Returns 5 (QCanvasItem::Rtti_Rectangle)..PPSee also QCanvasItem::rtti()..PPReimplemented from QCanvasPolygonalItem..SH "void QCanvasRectangle::setSize ( int width, int height )"Sets the \fIwidth\fR and \fIheight\fR of the rectangle..SH "QSize QCanvasRectangle::size () const"Returns the width() and height() of the rectangle..PPSee also rect() and setSize()..SH "int QCanvasRectangle::width () const"Returns the width of the rectangle..SH "SEE ALSO".BR http://doc.trolltech.com/qcanvasrectangle.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 (qcanvasrectangle.3qt) and the Qtversion (3.0.0).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -