src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryReader.html

branch
eric7
changeset 10938
2a7e115e2198
equal deleted inserted replaced
10937:3478c206c787 10938:2a7e115e2198
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.PluginManager.PluginRepositoryReader</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.PluginManager.PluginRepositoryReader</h1>
10 <p>
11 Module to read the plug-in repository contents file.
12 </p>
13
14 <h3>Global Attributes</h3>
15 <table>
16 <tr><td>pluginRepositoryFileFormatVersion</td></tr>
17 </table>
18
19 <h3>Classes</h3>
20 <table>
21 <tr>
22 <td><a href="#PluginRepositoryReader">PluginRepositoryReader</a></td>
23 <td>Class to read the plug-in repository contents file.</td>
24 </tr>
25 </table>
26
27 <h3>Functions</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31
32 <hr />
33 <hr />
34 <a NAME="PluginRepositoryReader" ID="PluginRepositoryReader"></a>
35 <h2>PluginRepositoryReader</h2>
36 <p>
37 Class to read the plug-in repository contents file.
38 </p>
39
40 <h3>Derived from</h3>
41 XMLStreamReaderBase
42 <h3>Class Attributes</h3>
43 <table>
44 <tr><td>supportedVersions</td></tr>
45 </table>
46
47 <h3>Class Methods</h3>
48 <table>
49 <tr><td>None</td></tr>
50 </table>
51
52 <h3>Methods</h3>
53 <table>
54 <tr>
55 <td><a href="#PluginRepositoryReader.__init__">PluginRepositoryReader</a></td>
56 <td>Constructor</td>
57 </tr>
58 <tr>
59 <td><a href="#PluginRepositoryReader.__readPlugin">__readPlugin</a></td>
60 <td>Private method to read the plug-in info.</td>
61 </tr>
62 <tr>
63 <td><a href="#PluginRepositoryReader.readXML">readXML</a></td>
64 <td>Public method to read and parse the XML document.</td>
65 </tr>
66 </table>
67
68 <h3>Static Methods</h3>
69 <table>
70 <tr><td>None</td></tr>
71 </table>
72
73
74 <a NAME="PluginRepositoryReader.__init__" ID="PluginRepositoryReader.__init__"></a>
75 <h4>PluginRepositoryReader (Constructor)</h4>
76 <b>PluginRepositoryReader</b>(<i>device, entryCallback</i>)
77 <p>
78 Constructor
79 </p>
80
81 <dl>
82
83 <dt><i>device</i> (QIODevice)</dt>
84 <dd>
85 reference to the I/O device to read from
86 </dd>
87 <dt><i>entryCallback</i> (function)</dt>
88 <dd>
89 reference to a function to be called once the
90 data for a plug-in has been read
91 </dd>
92 </dl>
93 <a NAME="PluginRepositoryReader.__readPlugin" ID="PluginRepositoryReader.__readPlugin"></a>
94 <h4>PluginRepositoryReader.__readPlugin</h4>
95 <b>__readPlugin</b>(<i></i>)
96 <p>
97 Private method to read the plug-in info.
98 </p>
99
100 <a NAME="PluginRepositoryReader.readXML" ID="PluginRepositoryReader.readXML"></a>
101 <h4>PluginRepositoryReader.readXML</h4>
102 <b>readXML</b>(<i></i>)
103 <p>
104 Public method to read and parse the XML document.
105 </p>
106
107 <div align="right"><a href="#top">Up</a></div>
108 <hr />
109 </body></html>

eric ide

mercurial