📄 qcanvaspixmap.3qt
字号:
'\" t.TH QCanvasPixmap 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 NAMEQCanvasPixmap \- Pixmap in a QCanvas.PP\fC#include <qcanvas.h>\fR.PPInherits QPixmap..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQCanvasPixmap\fR ( const QString & datafilename )".br.ti -1c.BI "\fBQCanvasPixmap\fR ( const QImage & image )".br.ti -1c.BI "\fBQCanvasPixmap\fR ( const QPixmap & pm, const QPoint & offset )".br.ti -1c.BI "\fB~QCanvasPixmap\fR ()".br.ti -1c.BI "int \fBoffsetX\fR () const".br.ti -1c.BI "int \fBoffsetY\fR () const".br.ti -1c.BI "void \fBsetOffset\fR ( int x, int y )".br.in -1c.SH DESCRIPTIONThe QCanvasPixmap class provides a pixmap in a QCanvas..PPThe pixmap is a QPixmap and can only be set in the constructor. There are three different constructors, one taking a QPixmap, one a QImage and one a file name that refers to a file in any supported file format (see QImageIO)..PPQCanvasPixmap can have a hotspot which is defined in terms of an (x, y) offset. When you create a QCanvasPixmap from a PNG file or from a QImage that has a QImage::offset(), the offset() is initialized appropriately, otherwise the constructor leaves it at (0, 0). You can set it later using setOffset(). When the QCanvasPixmap is used in a QCanvasSprite, the offset position is the point at QCanvasItem::x() and QCanvasItem::y(), not the top-left corner of the pixmap..PPNote that for QCanvasPixmap objects created by a QCanvasSprite, the position of each QCanvasPixmap object is set so that the hotspot stays in the same position..PPLike any other canvas item canvas pixmaps can be moved with QCanvasItem::move() and QCanvasItem::moveBy(), or by setting coordinates with QCanvasItem::setX(), QCanvasItem::setY() and QCanvasItem::setZ()..PPSee also QCanvasPixmapArray, QCanvasItem, QCanvasSprite, Graphics Classes and Image Processing Classes..SH MEMBER FUNCTION DOCUMENTATION.SH "QCanvasPixmap::QCanvasPixmap ( const QString & datafilename )"Constructs a QCanvasPixmap that uses the image stored in \fIdatafilename\fR..SH "QCanvasPixmap::QCanvasPixmap ( const QImage & image )"Constructs a QCanvasPixmap from the image \fIimage\fR..SH "QCanvasPixmap::QCanvasPixmap ( const QPixmap & pm, const QPoint & offset )"Constructs a QCanvasPixmap from the pixmap \fIpm\fR using the offset \fIoffset\fR..SH "QCanvasPixmap::~QCanvasPixmap ()"Destroys the pixmap..SH "int QCanvasPixmap::offsetX () const"Returns the X-offset of the pixmap's hotspot..PPSee also setOffset()..SH "int QCanvasPixmap::offsetY () const"Returns the Y-offset of the pixmap's hotspot..PPSee also setOffset()..SH "void QCanvasPixmap::setOffset ( int x, int y )"Sets the offset of the pixmap's hotspot to (\fIx\fR, \fIy\fR)..PPNote that you must not call this function if any QCanvasSpritesare currently showing this pixmap..SH "SEE ALSO".BR http://doc.trolltech.com/qcanvaspixmap.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 (qcanvaspixmap.3qt) and the Qtversion (3.0.0).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -