~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.UI.PixmapCache.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.UI.PixmapCache</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.UI.PixmapCache</font></h1>
8
 
<p>
9
 
Module implementing a pixmap cache for icons.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#PixmapCache">PixmapCache</a></td>
15
 
<td>Class implementing a pixmap cache for icons.</td>
16
 
</tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr>
21
 
<td><a href="#getPixmap">getPixmap</a></td>
22
 
<td>Module function to retrieve a pixmap.</td>
23
 
</tr>
24
 
</table>
25
 
<hr /><hr />
26
 
<a NAME="PixmapCache" ID="PixmapCache"></a>
27
 
<h2><font color="#0000FF">PixmapCache</font></h2>
28
 
<p>
29
 
    Class implementing a pixmap cache for icons.
30
 
</p>
31
 
<h3><font color="#FF0000">Derived from</font></h3>
32
 
None
33
 
<h3><font color="#FF0000">Methods</font></h3>
34
 
<table>
35
 
<tr>
36
 
<td><a href="#PixmapCache.__init__">PixmapCache</a></td>
37
 
<td>Constructor</td>
38
 
</tr><tr>
39
 
<td><a href="#PixmapCache.getPixmap">getPixmap</a></td>
40
 
<td>Public method to retrieve a pixmap.</td>
41
 
</tr>
42
 
</table>
43
 
<p><a NAME="PixmapCache.__init__" ID="PixmapCache__init__"></a>
44
 
<h3><font color="#0000FF">PixmapCache (Constructor)</font></h3>
45
 
<b>PixmapCache</b>(<i></i>)
46
 
<p>
47
 
        Constructor
48
 
</p><a NAME="PixmapCache.getPixmap" ID="PixmapCachegetPixmap"></a>
49
 
<h3><font color="#0000FF">PixmapCache.getPixmap</font></h3>
50
 
<b>getPixmap</b>(<i>key</i>)
51
 
<p>
52
 
        Public method to retrieve a pixmap.
53
 
</p><dl>
54
 
<dt><i>key</i></dt>
55
 
<dd>
56
 
name of the wanted pixmap (string)
57
 
</dd>
58
 
</dl><dl>
59
 
<dt>Returns:</dt>
60
 
<dd>
61
 
the requested pixmap (QPixmap)
62
 
</dd>
63
 
</dl></p>
64
 
<div align="right"><a href="#top">Up</a></div>
65
 
<hr /><hr />
66
 
<a NAME="getPixmap" ID="getPixmap"></a>
67
 
<h2><font color="#0000FF">getPixmap</font></h2>
68
 
<b>getPixmap</b>(<i>key, cache = pixCache</i>)
69
 
<p>
70
 
    Module function to retrieve a pixmap.
71
 
</p><dl>
72
 
<dt><i>key</i></dt>
73
 
<dd>
74
 
name of the wanted pixmap (string)
75
 
</dd>
76
 
</dl><dl>
77
 
<dt>Returns:</dt>
78
 
<dd>
79
 
the requested pixmap (QPixmap)
80
 
</dd>
81
 
</dl>
82
 
<div align="right"><a href="#top">Up</a></div>
83
 
<hr />
84
 
</body></html>
 
 
b'\\ No newline at end of file'