87 <td>Public method to retrieve a pixmap.</td> |
92 <td>Public method to retrieve a pixmap.</td> |
88 </tr> |
93 </tr> |
89 <tr> |
94 <tr> |
90 <td><a href="#EricPixmapCache.removeSearchPath">removeSearchPath</a></td> |
95 <td><a href="#EricPixmapCache.removeSearchPath">removeSearchPath</a></td> |
91 <td>Public method to remove a path from the search path.</td> |
96 <td>Public method to remove a path from the search path.</td> |
|
97 </tr> |
|
98 <tr> |
|
99 <td><a href="#EricPixmapCache.setPreferVectorIcons">setPreferVectorIcons</a></td> |
|
100 <td>Public method to set the preference of vector based icons.</td> |
92 </tr> |
101 </tr> |
93 </table> |
102 </table> |
94 |
103 |
95 <h3>Static Methods</h3> |
104 <h3>Static Methods</h3> |
96 <table> |
105 <table> |
161 <dt><i>path</i> (str)</dt> |
170 <dt><i>path</i> (str)</dt> |
162 <dd> |
171 <dd> |
163 path to remove |
172 path to remove |
164 </dd> |
173 </dd> |
165 </dl> |
174 </dl> |
|
175 <a NAME="EricPixmapCache.setPreferVectorIcons" ID="EricPixmapCache.setPreferVectorIcons"></a> |
|
176 <h4>EricPixmapCache.setPreferVectorIcons</h4> |
|
177 <b>setPreferVectorIcons</b>(<i>vectorFirst=True</i>) |
|
178 <p> |
|
179 Public method to set the preference of vector based icons. |
|
180 </p> |
|
181 |
|
182 <dl> |
|
183 |
|
184 <dt><i>vectorFirst</i> (bool (optional))</dt> |
|
185 <dd> |
|
186 flag indicating the preference of vector icons |
|
187 (defaults to True) |
|
188 </dd> |
|
189 </dl> |
166 <div align="right"><a href="#top">Up</a></div> |
190 <div align="right"><a href="#top">Up</a></div> |
167 <hr /> |
191 <hr /> |
168 <hr /> |
192 <hr /> |
169 <a NAME="addSearchPath" ID="addSearchPath"></a> |
193 <a NAME="addSearchPath" ID="addSearchPath"></a> |
170 <h2>addSearchPath</h2> |
194 <h2>addSearchPath</h2> |
353 reference to the pixmap cache object |
377 reference to the pixmap cache object |
354 </dd> |
378 </dd> |
355 </dl> |
379 </dl> |
356 <div align="right"><a href="#top">Up</a></div> |
380 <div align="right"><a href="#top">Up</a></div> |
357 <hr /> |
381 <hr /> |
|
382 <hr /> |
|
383 <a NAME="setPreferVectorIcons" ID="setPreferVectorIcons"></a> |
|
384 <h2>setPreferVectorIcons</h2> |
|
385 <b>setPreferVectorIcons</b>(<i>vectorFirst=True, cache=pixCache</i>) |
|
386 <p> |
|
387 Function to set the preference of vector based icons. |
|
388 </p> |
|
389 |
|
390 <dl> |
|
391 |
|
392 <dt><i>vectorFirst</i> (bool (optional))</dt> |
|
393 <dd> |
|
394 flag indicating the preference of vector icons |
|
395 (defaults to True) |
|
396 </dd> |
|
397 </dl> |
|
398 <div align="right"><a href="#top">Up</a></div> |
|
399 <hr /> |
358 </body></html> |
400 </body></html> |