eric6/Documentation/Source/eric6.UI.PixmapCache.html

changeset 7489
6543bcd150fd
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
diff -r 36ec7469f492 -r 6543bcd150fd eric6/Documentation/Source/eric6.UI.PixmapCache.html
--- a/eric6/Documentation/Source/eric6.UI.PixmapCache.html	Tue Mar 31 19:15:51 2020 +0200
+++ b/eric6/Documentation/Source/eric6.UI.PixmapCache.html	Tue Mar 31 19:16:06 2020 +0200
@@ -63,6 +63,10 @@
 <td><a href="#getSymlinkIcon">getSymlinkIcon</a></td>
 <td>Module function to retrieve a symbolic link icon.</td>
 </tr>
+<tr>
+<td><a href="#removeSearchPath">removeSearchPath</a></td>
+<td>Public method to remove a path from the search path.</td>
+</tr>
 </table>
 <hr />
 <hr />
@@ -100,6 +104,10 @@
 <td><a href="#PixmapCache.getPixmap">getPixmap</a></td>
 <td>Public method to retrieve a pixmap.</td>
 </tr>
+<tr>
+<td><a href="#PixmapCache.removeSearchPath">removeSearchPath</a></td>
+<td>Public method to remove a path from the search path.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -123,9 +131,9 @@
 </p>
 <dl>
 
-<dt><i>path</i></dt>
+<dt><i>path</i> (str)</dt>
 <dd>
-path to add (string)
+path to add
 </dd>
 </dl>
 <a NAME="PixmapCache.getPixmap" ID="PixmapCache.getPixmap"></a>
@@ -158,6 +166,20 @@
 QPixmap
 </dd>
 </dl>
+<a NAME="PixmapCache.removeSearchPath" ID="PixmapCache.removeSearchPath"></a>
+<h4>PixmapCache.removeSearchPath</h4>
+<b>removeSearchPath</b>(<i>path</i>)
+
+<p>
+        Public method to remove a path from the search path.
+</p>
+<dl>
+
+<dt><i>path</i> (str)</dt>
+<dd>
+path to remove
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -170,13 +192,13 @@
 </p>
 <dl>
 
-<dt><i>path</i></dt>
+<dt><i>path</i> (str)</dt>
 <dd>
-path to add (string)
+path to add
 </dd>
-<dt><i>cache</i></dt>
+<dt><i>cache</i> (PixmapCache)</dt>
 <dd>
-reference to the pixmap cache object (PixmapCache)
+reference to the pixmap cache object
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -329,4 +351,25 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="removeSearchPath" ID="removeSearchPath"></a>
+<h2>removeSearchPath</h2>
+<b>removeSearchPath</b>(<i>path, cache=pixCache</i>)
+
+<p>
+    Public method to remove a path from the search path.
+</p>
+<dl>
+
+<dt><i>path</i> (str)</dt>
+<dd>
+path to remove
+</dd>
+<dt><i>cache</i> (PixmapCache)</dt>
+<dd>
+reference to the pixmap cache object
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial