| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|---|
| 2 | <!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistbox.cpp:634 -->
|
|---|
| 3 | <html>
|
|---|
| 4 | <head>
|
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|---|
| 6 | <title>QListBoxPixmap Class</title>
|
|---|
| 7 | <style type="text/css"><!--
|
|---|
| 8 | fn { margin-left: 1cm; text-indent: -1cm; }
|
|---|
| 9 | a:link { color: #004faf; text-decoration: none }
|
|---|
| 10 | a:visited { color: #672967; text-decoration: none }
|
|---|
| 11 | body { background: #ffffff; color: black; }
|
|---|
| 12 | --></style>
|
|---|
| 13 | </head>
|
|---|
| 14 | <body>
|
|---|
| 15 |
|
|---|
| 16 | <table border="0" cellpadding="0" cellspacing="0" width="100%">
|
|---|
| 17 | <tr bgcolor="#E5E5E5">
|
|---|
| 18 | <td valign=center>
|
|---|
| 19 | <a href="index.html">
|
|---|
| 20 | <font color="#004faf">Home</font></a>
|
|---|
| 21 | | <a href="classes.html">
|
|---|
| 22 | <font color="#004faf">All Classes</font></a>
|
|---|
| 23 | | <a href="mainclasses.html">
|
|---|
| 24 | <font color="#004faf">Main Classes</font></a>
|
|---|
| 25 | | <a href="annotated.html">
|
|---|
| 26 | <font color="#004faf">Annotated</font></a>
|
|---|
| 27 | | <a href="groups.html">
|
|---|
| 28 | <font color="#004faf">Grouped Classes</font></a>
|
|---|
| 29 | | <a href="functions.html">
|
|---|
| 30 | <font color="#004faf">Functions</font></a>
|
|---|
| 31 | </td>
|
|---|
| 32 | <td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QListBoxPixmap Class Reference</h1>
|
|---|
| 33 |
|
|---|
| 34 | <p>The QListBoxPixmap class provides list box items with a
|
|---|
| 35 | pixmap and optional text.
|
|---|
| 36 | <a href="#details">More...</a>
|
|---|
| 37 | <p><tt>#include <<a href="qlistbox-h.html">qlistbox.h</a>></tt>
|
|---|
| 38 | <p>Inherits <a href="qlistboxitem.html">QListBoxItem</a>.
|
|---|
| 39 | <p><a href="qlistboxpixmap-members.html">List of all member functions.</a>
|
|---|
| 40 | <h2>Public Members</h2>
|
|---|
| 41 | <ul>
|
|---|
| 42 | <li class=fn><a href="#QListBoxPixmap"><b>QListBoxPixmap</b></a> ( QListBox * listbox, const QPixmap & pixmap )</li>
|
|---|
| 43 | <li class=fn><a href="#QListBoxPixmap-2"><b>QListBoxPixmap</b></a> ( const QPixmap & pixmap )</li>
|
|---|
| 44 | <li class=fn><a href="#QListBoxPixmap-3"><b>QListBoxPixmap</b></a> ( QListBox * listbox, const QPixmap & pixmap, QListBoxItem * after )</li>
|
|---|
| 45 | <li class=fn><a href="#QListBoxPixmap-4"><b>QListBoxPixmap</b></a> ( QListBox * listbox, const QPixmap & pix, const QString & text )</li>
|
|---|
| 46 | <li class=fn><a href="#QListBoxPixmap-5"><b>QListBoxPixmap</b></a> ( const QPixmap & pix, const QString & text )</li>
|
|---|
| 47 | <li class=fn><a href="#QListBoxPixmap-6"><b>QListBoxPixmap</b></a> ( QListBox * listbox, const QPixmap & pix, const QString & text, QListBoxItem * after )</li>
|
|---|
| 48 | <li class=fn><a href="#~QListBoxPixmap"><b>~QListBoxPixmap</b></a> ()</li>
|
|---|
| 49 | <li class=fn>virtual const QPixmap * <a href="#pixmap"><b>pixmap</b></a> () const</li>
|
|---|
| 50 | <li class=fn>virtual int <a href="#height"><b>height</b></a> ( const QListBox * lb ) const</li>
|
|---|
| 51 | <li class=fn>virtual int <a href="#width"><b>width</b></a> ( const QListBox * lb ) const</li>
|
|---|
| 52 | </ul>
|
|---|
| 53 | <h2>Protected Members</h2>
|
|---|
| 54 | <ul>
|
|---|
| 55 | <li class=fn>virtual void <a href="#paint"><b>paint</b></a> ( QPainter * painter )</li>
|
|---|
| 56 | </ul>
|
|---|
| 57 | <hr><a name="details"></a><h2>Detailed Description</h2>
|
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 | The QListBoxPixmap class provides list box items with a
|
|---|
| 61 | pixmap and optional text.
|
|---|
| 62 | <p>
|
|---|
| 63 | <p> Items of this class are drawn with the pixmap on the left with the
|
|---|
| 64 | optional text to the right of the pixmap.
|
|---|
| 65 | <p> <p>See also <a href="qlistbox.html">QListBox</a>, <a href="qlistboxitem.html">QListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>.
|
|---|
| 66 |
|
|---|
| 67 | <hr><h2>Member Function Documentation</h2>
|
|---|
| 68 | <h3 class=fn><a name="QListBoxPixmap"></a>QListBoxPixmap::QListBoxPixmap ( <a href="qlistbox.html">QListBox</a> * listbox, const <a href="qpixmap.html">QPixmap</a> & pixmap )
|
|---|
| 69 | </h3>
|
|---|
| 70 | Constructs a new list box item in list box <em>listbox</em> showing the
|
|---|
| 71 | pixmap <em>pixmap</em>.
|
|---|
| 72 |
|
|---|
| 73 | <h3 class=fn><a name="QListBoxPixmap-2"></a>QListBoxPixmap::QListBoxPixmap ( const <a href="qpixmap.html">QPixmap</a> & pixmap )
|
|---|
| 74 | </h3>
|
|---|
| 75 | Constructs a new list box item showing the pixmap <em>pixmap</em>.
|
|---|
| 76 |
|
|---|
| 77 | <h3 class=fn><a name="QListBoxPixmap-3"></a>QListBoxPixmap::QListBoxPixmap ( <a href="qlistbox.html">QListBox</a> * listbox, const <a href="qpixmap.html">QPixmap</a> & pixmap, <a href="qlistboxitem.html">QListBoxItem</a> * after )
|
|---|
| 78 | </h3>
|
|---|
| 79 | Constructs a new list box item in list box <em>listbox</em> showing the
|
|---|
| 80 | pixmap <em>pixmap</em>. The item gets inserted after the item <em>after</em>,
|
|---|
| 81 | or at the beginning if <em>after</em> is 0.
|
|---|
| 82 |
|
|---|
| 83 | <h3 class=fn><a name="QListBoxPixmap-4"></a>QListBoxPixmap::QListBoxPixmap ( <a href="qlistbox.html">QListBox</a> * listbox, const <a href="qpixmap.html">QPixmap</a> & pix, const <a href="qstring.html">QString</a> & text )
|
|---|
| 84 | </h3>
|
|---|
| 85 | Constructs a new list box item in list box <em>listbox</em> showing the
|
|---|
| 86 | pixmap <em>pix</em> and the text <em>text</em>.
|
|---|
| 87 |
|
|---|
| 88 | <h3 class=fn><a name="QListBoxPixmap-5"></a>QListBoxPixmap::QListBoxPixmap ( const <a href="qpixmap.html">QPixmap</a> & pix, const <a href="qstring.html">QString</a> & text )
|
|---|
| 89 | </h3>
|
|---|
| 90 | Constructs a new list box item showing the pixmap <em>pix</em> and the
|
|---|
| 91 | text to <em>text</em>.
|
|---|
| 92 |
|
|---|
| 93 | <h3 class=fn><a name="QListBoxPixmap-6"></a>QListBoxPixmap::QListBoxPixmap ( <a href="qlistbox.html">QListBox</a> * listbox, const <a href="qpixmap.html">QPixmap</a> & pix, const <a href="qstring.html">QString</a> & text, <a href="qlistboxitem.html">QListBoxItem</a> * after )
|
|---|
| 94 | </h3>
|
|---|
| 95 | Constructs a new list box item in list box <em>listbox</em> showing the
|
|---|
| 96 | pixmap <em>pix</em> and the string <em>text</em>. The item gets inserted after
|
|---|
| 97 | the item <em>after</em>, or at the beginning if <em>after</em> is 0.
|
|---|
| 98 |
|
|---|
| 99 | <h3 class=fn><a name="~QListBoxPixmap"></a>QListBoxPixmap::~QListBoxPixmap ()
|
|---|
| 100 | </h3>
|
|---|
| 101 | Destroys the item.
|
|---|
| 102 |
|
|---|
| 103 | <h3 class=fn>int <a name="height"></a>QListBoxPixmap::height ( const <a href="qlistbox.html">QListBox</a> * lb ) const<tt> [virtual]</tt>
|
|---|
| 104 | </h3>
|
|---|
| 105 | Returns the height of the pixmap in list box <em>lb</em>.
|
|---|
| 106 | <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>().
|
|---|
| 107 |
|
|---|
| 108 | <p>Reimplemented from <a href="qlistboxitem.html#height">QListBoxItem</a>.
|
|---|
| 109 | <h3 class=fn>void <a name="paint"></a>QListBoxPixmap::paint ( <a href="qpainter.html">QPainter</a> * painter )<tt> [virtual protected]</tt>
|
|---|
| 110 | </h3>
|
|---|
| 111 | Draws the pixmap using <em>painter</em>.
|
|---|
| 112 |
|
|---|
| 113 | <p>Reimplemented from <a href="qlistboxitem.html#paint">QListBoxItem</a>.
|
|---|
| 114 | <h3 class=fn>const <a href="qpixmap.html">QPixmap</a> * <a name="pixmap"></a>QListBoxPixmap::pixmap () const<tt> [virtual]</tt>
|
|---|
| 115 | </h3>
|
|---|
| 116 |
|
|---|
| 117 | <p> Returns the pixmap associated with the item.
|
|---|
| 118 |
|
|---|
| 119 | <p>Reimplemented from <a href="qlistboxitem.html#pixmap">QListBoxItem</a>.
|
|---|
| 120 | <h3 class=fn>int <a name="width"></a>QListBoxPixmap::width ( const <a href="qlistbox.html">QListBox</a> * lb ) const<tt> [virtual]</tt>
|
|---|
| 121 | </h3>
|
|---|
| 122 | Returns the width of the pixmap plus some margin in list box <em>lb</em>.
|
|---|
| 123 | <p> <p>See also <a href="#paint">paint</a>() and <a href="#height">height</a>().
|
|---|
| 124 |
|
|---|
| 125 | <p>Reimplemented from <a href="qlistboxitem.html#width">QListBoxItem</a>.
|
|---|
| 126 | <!-- eof -->
|
|---|
| 127 | <hr><p>
|
|---|
| 128 | This file is part of the <a href="index.html">Qt toolkit</a>.
|
|---|
| 129 | Copyright © 1995-2007
|
|---|
| 130 | <a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
|
|---|
| 131 | <table width=100% cellspacing=0 border=0><tr>
|
|---|
| 132 | <td>Copyright © 2007
|
|---|
| 133 | <a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
|
|---|
| 134 | <td align=right><div align=right>Qt 3.3.8</div>
|
|---|
| 135 | </table></div></address></body>
|
|---|
| 136 | </html>
|
|---|