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

branch
eric7
changeset 10671
f2d75784e574
parent 10479
856476537696
child 10676
d1479a4f1426
equal deleted inserted replaced
10670:bfa05f79d932 10671:f2d75784e574
48 </tr> 48 </tr>
49 <tr> 49 <tr>
50 <td><a href="#removeSearchPath">removeSearchPath</a></td> 50 <td><a href="#removeSearchPath">removeSearchPath</a></td>
51 <td>Public method to remove a path from the search path.</td> 51 <td>Public method to remove a path from the search path.</td>
52 </tr> 52 </tr>
53 <tr>
54 <td><a href="#setPreferVectorIcons">setPreferVectorIcons</a></td>
55 <td>Function to set the preference of vector based icons.</td>
56 </tr>
53 </table> 57 </table>
54 58
55 <hr /> 59 <hr />
56 <hr /> 60 <hr />
57 <a NAME="EricPixmapCache" ID="EricPixmapCache"></a> 61 <a NAME="EricPixmapCache" ID="EricPixmapCache"></a>
62 66
63 <h3>Derived from</h3> 67 <h3>Derived from</h3>
64 None 68 None
65 <h3>Class Attributes</h3> 69 <h3>Class Attributes</h3>
66 <table> 70 <table>
67 <tr><td>SupportedExtensions</td></tr> 71 <tr><td>SupportedExtensionsPixel</td></tr>
72 <tr><td>SupportedExtensionsVector</td></tr>
68 </table> 73 </table>
69 74
70 <h3>Class Methods</h3> 75 <h3>Class Methods</h3>
71 <table> 76 <table>
72 <tr><td>None</td></tr> 77 <tr><td>None</td></tr>
87 <td>Public method to retrieve a pixmap.</td> 92 <td>Public method to retrieve a pixmap.</td>
88 </tr> 93 </tr>
89 <tr> 94 <tr>
90 <td><a href="#EricPixmapCache.removeSearchPath">removeSearchPath</a></td> 95 <td><a href="#EricPixmapCache.removeSearchPath">removeSearchPath</a></td>
91 <td>Public method to remove a path from the search path.</td> 96 <td>Public method to remove a path from the search path.</td>
97 </tr>
98 <tr>
99 <td><a href="#EricPixmapCache.setPreferVectorIcons">setPreferVectorIcons</a></td>
100 <td>Public method to set the preference of vector based icons.</td>
92 </tr> 101 </tr>
93 </table> 102 </table>
94 103
95 <h3>Static Methods</h3> 104 <h3>Static Methods</h3>
96 <table> 105 <table>
161 <dt><i>path</i> (str)</dt> 170 <dt><i>path</i> (str)</dt>
162 <dd> 171 <dd>
163 path to remove 172 path to remove
164 </dd> 173 </dd>
165 </dl> 174 </dl>
175 <a NAME="EricPixmapCache.setPreferVectorIcons" ID="EricPixmapCache.setPreferVectorIcons"></a>
176 <h4>EricPixmapCache.setPreferVectorIcons</h4>
177 <b>setPreferVectorIcons</b>(<i>vectorFirst=True</i>)
178 <p>
179 Public method to set the preference of vector based icons.
180 </p>
181
182 <dl>
183
184 <dt><i>vectorFirst</i> (bool (optional))</dt>
185 <dd>
186 flag indicating the preference of vector icons
187 (defaults to True)
188 </dd>
189 </dl>
166 <div align="right"><a href="#top">Up</a></div> 190 <div align="right"><a href="#top">Up</a></div>
167 <hr /> 191 <hr />
168 <hr /> 192 <hr />
169 <a NAME="addSearchPath" ID="addSearchPath"></a> 193 <a NAME="addSearchPath" ID="addSearchPath"></a>
170 <h2>addSearchPath</h2> 194 <h2>addSearchPath</h2>
353 reference to the pixmap cache object 377 reference to the pixmap cache object
354 </dd> 378 </dd>
355 </dl> 379 </dl>
356 <div align="right"><a href="#top">Up</a></div> 380 <div align="right"><a href="#top">Up</a></div>
357 <hr /> 381 <hr />
382 <hr />
383 <a NAME="setPreferVectorIcons" ID="setPreferVectorIcons"></a>
384 <h2>setPreferVectorIcons</h2>
385 <b>setPreferVectorIcons</b>(<i>vectorFirst=True, cache=pixCache</i>)
386 <p>
387 Function to set the preference of vector based icons.
388 </p>
389
390 <dl>
391
392 <dt><i>vectorFirst</i> (bool (optional))</dt>
393 <dd>
394 flag indicating the preference of vector icons
395 (defaults to True)
396 </dd>
397 </dl>
398 <div align="right"><a href="#top">Up</a></div>
399 <hr />
358 </body></html> 400 </body></html>

eric ide

mercurial