QListBoxPixmap Class Reference
The QListBoxPixmap class provides list box items with a pixmap
and an optional text.
More...
#include <qlistbox.h>
Inherits QListBoxItem.
List of all member functions.
Public Members
QListBoxPixmap ( QListBox * listbox, const QPixmap & pixmap, QListBoxItem * after )
QListBoxPixmap ( QListBox * listbox, const QPixmap & pix, const QString & text )
QListBoxPixmap ( QListBox * listbox, const QPixmap & pix, const QString & text, QListBoxItem * after )
virtual const QPixmap *
pixmap () const
virtual int
height ( const QListBox * lb ) const
virtual int
width ( const QListBox * lb ) const
Protected Members
virtual void
paint ( QPainter * painter )
Detailed Description
The QListBoxPixmap class provides list box items with a pixmap
and an optional text.
See also QListBox and QListBoxItem.
Member Function Documentation
QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pixmap )
Constructs a new list box item in list box listbox showing the pixmap pixmap.
QListBoxPixmap::QListBoxPixmap ( const QPixmap & pixmap )
Constructs a new list box item showing the pixmap pixmap.
QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pixmap, QListBoxItem * after )
Constructs a new list box item in list box listbox showing the pixmap pixmap. The item
gets inserted after the item after.
QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pix, const QString & text )
Constructs a new list box item in list box listbox showing the pixmap
pix and the text text.
QListBoxPixmap::QListBoxPixmap ( const QPixmap & pix, const QString & text )
Constructs a new list box item in the list box showing the pixmap
pix, setting the text to text.
QListBoxPixmap::QListBoxPixmap ( QListBox * listbox, const QPixmap & pix, const QString & text, QListBoxItem * after )
Constructs a new list box item in list box listbox showing the pixmap
pix and the string text. The item gets inserted after the
item after.
QListBoxPixmap::~QListBoxPixmap ()
Destroys the item.
int QListBoxPixmap::height ( const QListBox * lb ) const [virtual]
Returns the height of the pixmap.
See also paint() and width().
Reimplemented from QListBoxItem.
void QListBoxPixmap::paint ( QPainter * painter ) [virtual protected]
Draws the pixmap using painter.
Reimplemented from QListBoxItem.
const QPixmap * QListBoxPixmap::pixmap () const [virtual]
Returns the pixmap connected with the item.
Reimplemented from QListBoxItem.
int QListBoxPixmap::width ( const QListBox * lb ) const [virtual]
Returns the width of the pixmap plus some margin.
See also paint() and height().
Reimplemented from QListBoxItem.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit,
copyright © 1995-2001
Trolltech, all rights reserved.
Copyright © 2001 Trolltech | Trademarks
| Qt version 3.0.0-beta1-beta1
|