source: trunk/doc/html/qlistboxpixmap.html

Last change on this file was 190, checked in by rudi, 14 years ago

reference documentation added

File size: 7.7 KB
Line 
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"><!--
8fn { margin-left: 1cm; text-indent: -1cm; }
9a:link { color: #004faf; text-decoration: none }
10a:visited { color: #672967; text-decoration: none }
11body { 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&nbsp;Classes</font></a>
23 | <a href="mainclasses.html">
24<font color="#004faf">Main&nbsp;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&nbsp;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
35pixmap and optional text.
36<a href="#details">More...</a>
37<p><tt>#include &lt;<a href="qlistbox-h.html">qlistbox.h</a>&gt;</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&nbsp;*&nbsp;listbox, const&nbsp;QPixmap&nbsp;&amp;&nbsp;pixmap )</li>
43<li class=fn><a href="#QListBoxPixmap-2"><b>QListBoxPixmap</b></a> ( const&nbsp;QPixmap&nbsp;&amp;&nbsp;pixmap )</li>
44<li class=fn><a href="#QListBoxPixmap-3"><b>QListBoxPixmap</b></a> ( QListBox&nbsp;*&nbsp;listbox, const&nbsp;QPixmap&nbsp;&amp;&nbsp;pixmap, QListBoxItem&nbsp;*&nbsp;after )</li>
45<li class=fn><a href="#QListBoxPixmap-4"><b>QListBoxPixmap</b></a> ( QListBox&nbsp;*&nbsp;listbox, const&nbsp;QPixmap&nbsp;&amp;&nbsp;pix, const&nbsp;QString&nbsp;&amp;&nbsp;text )</li>
46<li class=fn><a href="#QListBoxPixmap-5"><b>QListBoxPixmap</b></a> ( const&nbsp;QPixmap&nbsp;&amp;&nbsp;pix, const&nbsp;QString&nbsp;&amp;&nbsp;text )</li>
47<li class=fn><a href="#QListBoxPixmap-6"><b>QListBoxPixmap</b></a> ( QListBox&nbsp;*&nbsp;listbox, const&nbsp;QPixmap&nbsp;&amp;&nbsp;pix, const&nbsp;QString&nbsp;&amp;&nbsp;text, QListBoxItem&nbsp;*&nbsp;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&nbsp;QListBox&nbsp;*&nbsp;lb ) const</li>
51<li class=fn>virtual int <a href="#width"><b>width</b></a> ( const&nbsp;QListBox&nbsp;*&nbsp;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&nbsp;*&nbsp;painter )</li>
56</ul>
57<hr><a name="details"></a><h2>Detailed Description</h2>
58
59
60The QListBoxPixmap class provides list box items with a
61pixmap and optional text.
62<p>
63<p> Items of this class are drawn with the pixmap on the left with the
64optional 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>&nbsp;*&nbsp;listbox, const&nbsp;<a href="qpixmap.html">QPixmap</a>&nbsp;&amp;&nbsp;pixmap )
69</h3>
70Constructs a new list box item in list box <em>listbox</em> showing the
71pixmap <em>pixmap</em>.
72
73<h3 class=fn><a name="QListBoxPixmap-2"></a>QListBoxPixmap::QListBoxPixmap ( const&nbsp;<a href="qpixmap.html">QPixmap</a>&nbsp;&amp;&nbsp;pixmap )
74</h3>
75Constructs 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>&nbsp;*&nbsp;listbox, const&nbsp;<a href="qpixmap.html">QPixmap</a>&nbsp;&amp;&nbsp;pixmap, <a href="qlistboxitem.html">QListBoxItem</a>&nbsp;*&nbsp;after )
78</h3>
79Constructs a new list box item in list box <em>listbox</em> showing the
80pixmap <em>pixmap</em>. The item gets inserted after the item <em>after</em>,
81or 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>&nbsp;*&nbsp;listbox, const&nbsp;<a href="qpixmap.html">QPixmap</a>&nbsp;&amp;&nbsp;pix, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;text )
84</h3>
85Constructs a new list box item in list box <em>listbox</em> showing the
86pixmap <em>pix</em> and the text <em>text</em>.
87
88<h3 class=fn><a name="QListBoxPixmap-5"></a>QListBoxPixmap::QListBoxPixmap ( const&nbsp;<a href="qpixmap.html">QPixmap</a>&nbsp;&amp;&nbsp;pix, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;text )
89</h3>
90Constructs a new list box item showing the pixmap <em>pix</em> and the
91text to <em>text</em>.
92
93<h3 class=fn><a name="QListBoxPixmap-6"></a>QListBoxPixmap::QListBoxPixmap ( <a href="qlistbox.html">QListBox</a>&nbsp;*&nbsp;listbox, const&nbsp;<a href="qpixmap.html">QPixmap</a>&nbsp;&amp;&nbsp;pix, const&nbsp;<a href="qstring.html">QString</a>&nbsp;&amp;&nbsp;text, <a href="qlistboxitem.html">QListBoxItem</a>&nbsp;*&nbsp;after )
94</h3>
95Constructs a new list box item in list box <em>listbox</em> showing the
96pixmap <em>pix</em> and the string <em>text</em>. The item gets inserted after
97the 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>
101Destroys the item.
102
103<h3 class=fn>int <a name="height"></a>QListBoxPixmap::height ( const&nbsp;<a href="qlistbox.html">QListBox</a>&nbsp;*&nbsp;lb ) const<tt> [virtual]</tt>
104</h3>
105Returns 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>&nbsp;*&nbsp;painter )<tt> [virtual protected]</tt>
110</h3>
111Draws the pixmap using <em>painter</em>.
112
113<p>Reimplemented from <a href="qlistboxitem.html#paint">QListBoxItem</a>.
114<h3 class=fn>const&nbsp;<a href="qpixmap.html">QPixmap</a>&nbsp;* <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&nbsp;<a href="qlistbox.html">QListBox</a>&nbsp;*&nbsp;lb ) const<tt> [virtual]</tt>
121</h3>
122Returns 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>
128This file is part of the <a href="index.html">Qt toolkit</a>.
129Copyright &copy; 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 &copy; 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>
Note: See TracBrowser for help on using the repository browser.