diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.UI.PixmapCache.html --- a/Documentation/Source/eric5.UI.PixmapCache.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.UI.PixmapCache.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.UI.PixmapCache</h1> <p> -Module implementing a pixmap cache for icons. +Module implementing a pixmap cache for icons. </p> <h3>Global Attributes</h3> <table> @@ -32,27 +32,27 @@ <table> <tr> <td><a href="#PixmapCache">PixmapCache</a></td> -<td>Class implementing a pixmap cache for icons.</td> +<td>Class implementing a pixmap cache for icons.</td> </tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#addSearchPath">addSearchPath</a></td> -<td>Module function to add a path to the search path.</td> +<td>Module function to add a path to the search path.</td> </tr><tr> <td><a href="#getIcon">getIcon</a></td> -<td>Module function to retrieve an icon.</td> +<td>Module function to retrieve an icon.</td> </tr><tr> <td><a href="#getPixmap">getPixmap</a></td> -<td>Module function to retrieve a pixmap.</td> +<td>Module function to retrieve a pixmap.</td> </tr> </table> <hr /><hr /> <a NAME="PixmapCache" ID="PixmapCache"></a> <h2>PixmapCache</h2> <p> - Class implementing a pixmap cache for icons. + Class implementing a pixmap cache for icons. </p> <h3>Derived from</h3> object @@ -64,44 +64,44 @@ <table> <tr> <td><a href="#PixmapCache.__init__">PixmapCache</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#PixmapCache.addSearchPath">addSearchPath</a></td> -<td>Public method to add a path to the search path.</td> +<td>Public method to add a path to the search path.</td> </tr><tr> <td><a href="#PixmapCache.getPixmap">getPixmap</a></td> -<td>Public method to retrieve a pixmap.</td> +<td>Public method to retrieve a pixmap.</td> </tr> </table> <a NAME="PixmapCache.__init__" ID="PixmapCache.__init__"></a> <h4>PixmapCache (Constructor)</h4> <b>PixmapCache</b>(<i></i>) <p> - Constructor + Constructor </p><a NAME="PixmapCache.addSearchPath" ID="PixmapCache.addSearchPath"></a> <h4>PixmapCache.addSearchPath</h4> <b>addSearchPath</b>(<i>path</i>) <p> - Public method to add a path to the search path. + Public method to add a path to the search path. </p><dl> <dt><i>path</i></dt> <dd> -path to add (string) +path to add (string) </dd> </dl><a NAME="PixmapCache.getPixmap" ID="PixmapCache.getPixmap"></a> <h4>PixmapCache.getPixmap</h4> <b>getPixmap</b>(<i>key</i>) <p> - Public method to retrieve a pixmap. + Public method to retrieve a pixmap. </p><dl> <dt><i>key</i></dt> <dd> -name of the wanted pixmap (string) +name of the wanted pixmap (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -the requested pixmap (QPixmap) +the requested pixmap (QPixmap) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -110,11 +110,11 @@ <h2>addSearchPath</h2> <b>addSearchPath</b>(<i>path, cache = pixCache</i>) <p> - Module function to add a path to the search path. + Module function to add a path to the search path. </p><dl> <dt><i>path</i></dt> <dd> -path to add (string) +path to add (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -123,16 +123,16 @@ <h2>getIcon</h2> <b>getIcon</b>(<i>key, cache = pixCache</i>) <p> - Module function to retrieve an icon. + Module function to retrieve an icon. </p><dl> <dt><i>key</i></dt> <dd> -name of the wanted icon (string) +name of the wanted icon (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -the requested icon (QIcon) +the requested icon (QIcon) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -141,16 +141,16 @@ <h2>getPixmap</h2> <b>getPixmap</b>(<i>key, cache = pixCache</i>) <p> - Module function to retrieve a pixmap. + Module function to retrieve a pixmap. </p><dl> <dt><i>key</i></dt> <dd> -name of the wanted pixmap (string) +name of the wanted pixmap (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -the requested pixmap (QPixmap) +the requested pixmap (QPixmap) </dd> </dl> <div align="right"><a href="#top">Up</a></div>