src/eric7/Documentation/Source/eric7.EricGui.EricPixmapCache.html

branch
eric7
changeset 10676
d1479a4f1426
parent 10671
f2d75784e574
equal deleted inserted replaced
10675:c8118e766ee6 10676:d1479a4f1426
139 139
140 <dt><i>key</i> (str)</dt> 140 <dt><i>key</i> (str)</dt>
141 <dd> 141 <dd>
142 name of the wanted pixmap 142 name of the wanted pixmap
143 </dd> 143 </dd>
144 <dt><i>size</i> (QSize)</dt> 144 <dt><i>size</i> (QSize (optional))</dt>
145 <dd> 145 <dd>
146 requested size 146 requested size (defaults to None)
147 </dd> 147 </dd>
148 </dl> 148 </dl>
149 <dl> 149 <dl>
150 <dt>Return:</dt> 150 <dt>Return:</dt>
151 <dd> 151 <dd>
201 201
202 <dt><i>path</i> (str)</dt> 202 <dt><i>path</i> (str)</dt>
203 <dd> 203 <dd>
204 path to add 204 path to add
205 </dd> 205 </dd>
206 <dt><i>cache</i> (EricPixmapCache)</dt> 206 <dt><i>cache</i> (EricPixmapCache (optional))</dt>
207 <dd> 207 <dd>
208 reference to the pixmap cache object 208 reference to the pixmap cache object (defaults to pixCache)
209 </dd> 209 </dd>
210 </dl> 210 </dl>
211 <div align="right"><a href="#top">Up</a></div> 211 <div align="right"><a href="#top">Up</a></div>
212 <hr /> 212 <hr />
213 <hr /> 213 <hr />
222 222
223 <dt><i>keys</i> (list of str)</dt> 223 <dt><i>keys</i> (list of str)</dt>
224 <dd> 224 <dd>
225 list of names of icons 225 list of names of icons
226 </dd> 226 </dd>
227 <dt><i>size</i> (QSize)</dt> 227 <dt><i>size</i> (QSize (optional))</dt>
228 <dd> 228 <dd>
229 requested size of individual icons 229 requested size of individual icons (defaults to None)
230 </dd> 230 </dd>
231 <dt><i>cache</i> (EricPixmapCache)</dt> 231 <dt><i>cache</i> (EricPixmapCache (optional))</dt>
232 <dd> 232 <dd>
233 reference to the pixmap cache object 233 reference to the pixmap cache object (defaults to pixCache)
234 </dd> 234 </dd>
235 </dl> 235 </dl>
236 <dl> 236 <dl>
237 <dt>Return:</dt> 237 <dt>Return:</dt>
238 <dd> 238 <dd>
259 259
260 <dt><i>key</i> (str)</dt> 260 <dt><i>key</i> (str)</dt>
261 <dd> 261 <dd>
262 name of the wanted pixmap 262 name of the wanted pixmap
263 </dd> 263 </dd>
264 <dt><i>size</i> (QSize)</dt> 264 <dt><i>size</i> (QSize (optional))</dt>
265 <dd> 265 <dd>
266 requested size 266 requested size (defaults to None)
267 </dd> 267 </dd>
268 <dt><i>cache</i> (EricPixmapCache)</dt> 268 <dt><i>cache</i> (EricPixmapCache (optional))</dt>
269 <dd> 269 <dd>
270 reference to the pixmap cache object 270 reference to the pixmap cache object (defaults to pixCache)
271 </dd> 271 </dd>
272 </dl> 272 </dl>
273 <dl> 273 <dl>
274 <dt>Return:</dt> 274 <dt>Return:</dt>
275 <dd> 275 <dd>
296 296
297 <dt><i>key</i> (str)</dt> 297 <dt><i>key</i> (str)</dt>
298 <dd> 298 <dd>
299 name of the wanted pixmap 299 name of the wanted pixmap
300 </dd> 300 </dd>
301 <dt><i>size</i> (QSize)</dt> 301 <dt><i>size</i> (QSize (optional))</dt>
302 <dd> 302 <dd>
303 requested size 303 requested size (defaults to None)
304 </dd> 304 </dd>
305 <dt><i>cache</i> (EricPixmapCache)</dt> 305 <dt><i>cache</i> (EricPixmapCache (optional))</dt>
306 <dd> 306 <dd>
307 reference to the pixmap cache object 307 reference to the pixmap cache object (defaults to pixCache)
308 </dd> 308 </dd>
309 </dl> 309 </dl>
310 <dl> 310 <dl>
311 <dt>Return:</dt> 311 <dt>Return:</dt>
312 <dd> 312 <dd>
333 333
334 <dt><i>key</i> (str)</dt> 334 <dt><i>key</i> (str)</dt>
335 <dd> 335 <dd>
336 name of the wanted pixmap 336 name of the wanted pixmap
337 </dd> 337 </dd>
338 <dt><i>size</i> (QSize)</dt> 338 <dt><i>size</i> (QSize (optional))</dt>
339 <dd> 339 <dd>
340 requested size 340 requested size (defaults to None)
341 </dd> 341 </dd>
342 <dt><i>cache</i> (EricPixmapCache)</dt> 342 <dt><i>cache</i> (EricPixmapCache (optional))</dt>
343 <dd> 343 <dd>
344 reference to the pixmap cache object 344 reference to the pixmap cache object (defaults to pixCache)
345 </dd> 345 </dd>
346 </dl> 346 </dl>
347 <dl> 347 <dl>
348 <dt>Return:</dt> 348 <dt>Return:</dt>
349 <dd> 349 <dd>
370 370
371 <dt><i>path</i> (str)</dt> 371 <dt><i>path</i> (str)</dt>
372 <dd> 372 <dd>
373 path to remove 373 path to remove
374 </dd> 374 </dd>
375 <dt><i>cache</i> (EricPixmapCache)</dt> 375 <dt><i>cache</i> (EricPixmapCache (optional))</dt>
376 <dd> 376 <dd>
377 reference to the pixmap cache object 377 reference to the pixmap cache object (defaults to pixCache)
378 </dd> 378 </dd>
379 </dl> 379 </dl>
380 <div align="right"><a href="#top">Up</a></div> 380 <div align="right"><a href="#top">Up</a></div>
381 <hr /> 381 <hr />
382 <hr /> 382 <hr />
392 <dt><i>vectorFirst</i> (bool (optional))</dt> 392 <dt><i>vectorFirst</i> (bool (optional))</dt>
393 <dd> 393 <dd>
394 flag indicating the preference of vector icons 394 flag indicating the preference of vector icons
395 (defaults to True) 395 (defaults to True)
396 </dd> 396 </dd>
397 <dt><i>cache</i> (EricPixmapCache (optional))</dt>
398 <dd>
399 reference to the pixmap cache object (defaults to pixCache)
400 </dd>
397 </dl> 401 </dl>
398 <div align="right"><a href="#top">Up</a></div> 402 <div align="right"><a href="#top">Up</a></div>
399 <hr /> 403 <hr />
400 </body></html> 404 </body></html>

eric ide

mercurial