--- a/src/eric7/Documentation/Source/eric7.EricGui.EricPixmapCache.html Sun Apr 07 19:23:30 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricGui.EricPixmapCache.html Sun Apr 07 19:58:46 2024 +0200 @@ -50,6 +50,10 @@ <td><a href="#removeSearchPath">removeSearchPath</a></td> <td>Public method to remove a path from the search path.</td> </tr> +<tr> +<td><a href="#setPreferVectorIcons">setPreferVectorIcons</a></td> +<td>Function to set the preference of vector based icons.</td> +</tr> </table> <hr /> @@ -64,7 +68,8 @@ None <h3>Class Attributes</h3> <table> -<tr><td>SupportedExtensions</td></tr> +<tr><td>SupportedExtensionsPixel</td></tr> +<tr><td>SupportedExtensionsVector</td></tr> </table> <h3>Class Methods</h3> @@ -90,6 +95,10 @@ <td><a href="#EricPixmapCache.removeSearchPath">removeSearchPath</a></td> <td>Public method to remove a path from the search path.</td> </tr> +<tr> +<td><a href="#EricPixmapCache.setPreferVectorIcons">setPreferVectorIcons</a></td> +<td>Public method to set the preference of vector based icons.</td> +</tr> </table> <h3>Static Methods</h3> @@ -163,6 +172,21 @@ path to remove </dd> </dl> +<a NAME="EricPixmapCache.setPreferVectorIcons" ID="EricPixmapCache.setPreferVectorIcons"></a> +<h4>EricPixmapCache.setPreferVectorIcons</h4> +<b>setPreferVectorIcons</b>(<i>vectorFirst=True</i>) +<p> + Public method to set the preference of vector based icons. +</p> + +<dl> + +<dt><i>vectorFirst</i> (bool (optional))</dt> +<dd> +flag indicating the preference of vector icons + (defaults to True) +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -355,4 +379,22 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="setPreferVectorIcons" ID="setPreferVectorIcons"></a> +<h2>setPreferVectorIcons</h2> +<b>setPreferVectorIcons</b>(<i>vectorFirst=True, cache=pixCache</i>) +<p> + Function to set the preference of vector based icons. +</p> + +<dl> + +<dt><i>vectorFirst</i> (bool (optional))</dt> +<dd> +flag indicating the preference of vector icons + (defaults to True) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html>