38 <table> |
38 <table> |
39 <tr> |
39 <tr> |
40 <td><a href="#addSearchPath">addSearchPath</a></td> |
40 <td><a href="#addSearchPath">addSearchPath</a></td> |
41 <td>Module function to add a path to the search path.</td> |
41 <td>Module function to add a path to the search path.</td> |
42 </tr><tr> |
42 </tr><tr> |
|
43 <td><a href="#getCombinedIcon">getCombinedIcon</a></td> |
|
44 <td>Module function to retrieve a symbolic link icon.</td> |
|
45 </tr><tr> |
43 <td><a href="#getIcon">getIcon</a></td> |
46 <td><a href="#getIcon">getIcon</a></td> |
44 <td>Module function to retrieve an icon.</td> |
47 <td>Module function to retrieve an icon.</td> |
45 </tr><tr> |
48 </tr><tr> |
46 <td><a href="#getPixmap">getPixmap</a></td> |
49 <td><a href="#getPixmap">getPixmap</a></td> |
47 <td>Module function to retrieve a pixmap.</td> |
50 <td>Module function to retrieve a pixmap.</td> |
130 reference to the pixmap cache object (PixmapCache) |
133 reference to the pixmap cache object (PixmapCache) |
131 </dd> |
134 </dd> |
132 </dl> |
135 </dl> |
133 <div align="right"><a href="#top">Up</a></div> |
136 <div align="right"><a href="#top">Up</a></div> |
134 <hr /><hr /> |
137 <hr /><hr /> |
|
138 <a NAME="getCombinedIcon" ID="getCombinedIcon"></a> |
|
139 <h2>getCombinedIcon</h2> |
|
140 <b>getCombinedIcon</b>(<i>keys, cache=pixCache</i>) |
|
141 <p> |
|
142 Module function to retrieve a symbolic link icon. |
|
143 </p><dl> |
|
144 <dt><i>keys</i></dt> |
|
145 <dd> |
|
146 list of names of icons (string) |
|
147 </dd><dt><i>cache</i></dt> |
|
148 <dd> |
|
149 reference to the pixmap cache object (PixmapCache) |
|
150 </dd> |
|
151 </dl><dl> |
|
152 <dt>Returns:</dt> |
|
153 <dd> |
|
154 the requested icon (QIcon) |
|
155 </dd> |
|
156 </dl> |
|
157 <div align="right"><a href="#top">Up</a></div> |
|
158 <hr /><hr /> |
135 <a NAME="getIcon" ID="getIcon"></a> |
159 <a NAME="getIcon" ID="getIcon"></a> |
136 <h2>getIcon</h2> |
160 <h2>getIcon</h2> |
137 <b>getIcon</b>(<i>key, cache=pixCache</i>) |
161 <b>getIcon</b>(<i>key, cache=pixCache</i>) |
138 <p> |
162 <p> |
139 Module function to retrieve an icon. |
163 Module function to retrieve an icon. |