--- a/src/eric7/Documentation/Source/eric7.EricGui.EricPixmapCache.html Mon Apr 08 16:21:46 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricGui.EricPixmapCache.html Mon Apr 08 17:02:11 2024 +0200 @@ -141,9 +141,9 @@ <dd> name of the wanted pixmap </dd> -<dt><i>size</i> (QSize)</dt> +<dt><i>size</i> (QSize (optional))</dt> <dd> -requested size +requested size (defaults to None) </dd> </dl> <dl> @@ -203,9 +203,9 @@ <dd> path to add </dd> -<dt><i>cache</i> (EricPixmapCache)</dt> +<dt><i>cache</i> (EricPixmapCache (optional))</dt> <dd> -reference to the pixmap cache object +reference to the pixmap cache object (defaults to pixCache) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -224,13 +224,13 @@ <dd> list of names of icons </dd> -<dt><i>size</i> (QSize)</dt> +<dt><i>size</i> (QSize (optional))</dt> <dd> -requested size of individual icons +requested size of individual icons (defaults to None) </dd> -<dt><i>cache</i> (EricPixmapCache)</dt> +<dt><i>cache</i> (EricPixmapCache (optional))</dt> <dd> -reference to the pixmap cache object +reference to the pixmap cache object (defaults to pixCache) </dd> </dl> <dl> @@ -261,13 +261,13 @@ <dd> name of the wanted pixmap </dd> -<dt><i>size</i> (QSize)</dt> +<dt><i>size</i> (QSize (optional))</dt> <dd> -requested size +requested size (defaults to None) </dd> -<dt><i>cache</i> (EricPixmapCache)</dt> +<dt><i>cache</i> (EricPixmapCache (optional))</dt> <dd> -reference to the pixmap cache object +reference to the pixmap cache object (defaults to pixCache) </dd> </dl> <dl> @@ -298,13 +298,13 @@ <dd> name of the wanted pixmap </dd> -<dt><i>size</i> (QSize)</dt> +<dt><i>size</i> (QSize (optional))</dt> <dd> -requested size +requested size (defaults to None) </dd> -<dt><i>cache</i> (EricPixmapCache)</dt> +<dt><i>cache</i> (EricPixmapCache (optional))</dt> <dd> -reference to the pixmap cache object +reference to the pixmap cache object (defaults to pixCache) </dd> </dl> <dl> @@ -335,13 +335,13 @@ <dd> name of the wanted pixmap </dd> -<dt><i>size</i> (QSize)</dt> +<dt><i>size</i> (QSize (optional))</dt> <dd> -requested size +requested size (defaults to None) </dd> -<dt><i>cache</i> (EricPixmapCache)</dt> +<dt><i>cache</i> (EricPixmapCache (optional))</dt> <dd> -reference to the pixmap cache object +reference to the pixmap cache object (defaults to pixCache) </dd> </dl> <dl> @@ -372,9 +372,9 @@ <dd> path to remove </dd> -<dt><i>cache</i> (EricPixmapCache)</dt> +<dt><i>cache</i> (EricPixmapCache (optional))</dt> <dd> -reference to the pixmap cache object +reference to the pixmap cache object (defaults to pixCache) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -394,6 +394,10 @@ flag indicating the preference of vector icons (defaults to True) </dd> +<dt><i>cache</i> (EricPixmapCache (optional))</dt> +<dd> +reference to the pixmap cache object (defaults to pixCache) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />