qlistboxpixmap.3qt

来自「tmark1.11:用于生成QT/EMBEDDED应用工程的Markfile文件」· 3QT 代码 · 共 80 行

3QT
80
字号
.TH QListBoxPixmap 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-.\" Copyright 1992-1999 Troll Tech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQListBoxPixmap \- List box items with a pixmap.SH SYNOPSIS.br.PP\fC#include <qlistbox.h>\fR.PPInherits QListBoxItem..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQListBoxPixmap\fR ( QListBox * " "listbox" ", const QPixmap & )".br.ti -1c.BI "\fBQListBoxPixmap\fR ( const QPixmap & )".br.ti -1c.BI "\fB~QListBoxPixmap\fR ()".br.ti -1c.BI "virtual const QPixmap* \fBpixmap\fR () const".br.ti -1c.BI "virtual int \fBheight\fR ( const QListBox * ) const".br.ti -1c.BI "int \fBwidth\fR ( const QListBox * ) const".br.in -1c.SS "Protected Members".in +1c.ti -1c.BI "virtual void \fBpaint\fR ( QPainter * )".br.in -1c.SH DESCRIPTIONThe QListBoxPixmap class provides list box items with a pixmap..PPSee also: QListBox and QListBoxItem..SH MEMBER FUNCTION DOCUMENTATION.SH "QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pixmap )"Creates a new list box item in listbox \fIlistbox\fR showing the pixmap \fIpixmap.\fR.SH "QListBoxPixmap::QListBoxPixmap ( const QPixmap & pixmap )"Creates a new list box item showing the pixmap \fIpixmap.\fR.SH "QListBoxPixmap::~QListBoxPixmap ()"Destroys the item..SH "int QListBoxPixmap::height ( const QListBox * ) const \fC[virtual]\fR"Returns the height of the pixmap..PPSee also: paint() and width()..PPReimplemented from QListBoxItem..SH "void QListBoxPixmap::paint ( QPainter * painter ) \fC[virtual protected]\fR"Draws the pixmap using \fIpainter.\fR.PPReimplemented from QListBoxItem..SH "const QPixmap * QListBoxPixmap::pixmap () const \fC[virtual]\fR"Returns the pixmap connected with the item..PPReimplemented from QListBoxItem..SH "int QListBoxPixmap::width ( const QListBox * ) const"Returns the width of the pixmap, plus some margin..PPSee also:  paint() and height()..SH "SEE ALSO".BR http://www.troll.no/qt/qlistboxpixmap.html.SH COPYRIGHTCopyright 1992-1999 Troll Tech AS.  See the license file included inthe distribution for a complete license statement..SH AUTHORGenerated automatically from the source code.

⌨️ 快捷键说明

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