Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The Q3ListBoxPixmap class provides list box items with a pixmap and optional text. More...
#include <Q3ListBoxPixmap>
This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information.
Inherits Q3ListBoxItem.
The Q3ListBoxPixmap class provides list box items with a pixmap and optional text.
Items of this class are drawn with the pixmap on the left with the optional text to the right of the pixmap.
See also Q3ListBox and Q3ListBoxItem.
Constructs a new list box item in list box listbox showing the pixmap pixmap.
Constructs a new list box item showing the pixmap pixmap.
Constructs a new list box item in list box listbox showing the pixmap pixmap. The item gets inserted after the item after, or at the beginning if after is 0.
Constructs a new list box item in list box listbox showing the pixmap pix and the text text.
Constructs a new list box item showing the pixmap pix and the text to text.
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, or at the beginning if after is 0.
Destroys the item.
Returns the height of the pixmap in list box lb.
Reimplemented from Q3ListBoxItem.
Draws the pixmap using painter.
Reimplemented from Q3ListBoxItem.
Returns the pixmap associated with the item.
Reimplemented from Q3ListBoxItem.
Returns the width of the pixmap plus some margin in list box lb.
Reimplemented from Q3ListBoxItem.
See also paint() and height().
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |