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

branch
eric7
changeset 10479
856476537696
parent 10064
8c3207703dac
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.PluginManager.PluginUtilities</h1> 9 <h1>eric7.PluginManager.PluginUtilities</h1>
10
11 <p> 10 <p>
12 Module implementing common utility functions needed for plugin management. 11 Module implementing common utility functions needed for plugin management.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22 <tr><td>None</td></tr> 21 <tr><td>None</td></tr>
23 </table> 22 </table>
23
24 <h3>Functions</h3> 24 <h3>Functions</h3>
25
26 <table> 25 <table>
27
28 <tr> 26 <tr>
29 <td><a href="#getPluginHeaderEntry">getPluginHeaderEntry</a></td> 27 <td><a href="#getPluginHeaderEntry">getPluginHeaderEntry</a></td>
30 <td>Function to get an entry of the plugin header.</td> 28 <td>Function to get an entry of the plugin header.</td>
31 </tr> 29 </tr>
32 <tr> 30 <tr>
33 <td><a href="#hasPluginHeaderEntry">hasPluginHeaderEntry</a></td> 31 <td><a href="#hasPluginHeaderEntry">hasPluginHeaderEntry</a></td>
34 <td>Function to check, if the plugin header contains the given entry.</td> 32 <td>Function to check, if the plugin header contains the given entry.</td>
35 </tr> 33 </tr>
36 </table> 34 </table>
35
37 <hr /> 36 <hr />
38 <hr /> 37 <hr />
39 <a NAME="getPluginHeaderEntry" ID="getPluginHeaderEntry"></a> 38 <a NAME="getPluginHeaderEntry" ID="getPluginHeaderEntry"></a>
40 <h2>getPluginHeaderEntry</h2> 39 <h2>getPluginHeaderEntry</h2>
41 <b>getPluginHeaderEntry</b>(<i>plugin, entry, default</i>) 40 <b>getPluginHeaderEntry</b>(<i>plugin, entry, default</i>)
42
43 <p> 41 <p>
44 Function to get an entry of the plugin header. 42 Function to get an entry of the plugin header.
45 </p> 43 </p>
44
46 <dl> 45 <dl>
47 46
48 <dt><i>plugin</i> (module)</dt> 47 <dt><i>plugin</i> (module)</dt>
49 <dd> 48 <dd>
50 reference to the plugin module 49 reference to the plugin module
74 <hr /> 73 <hr />
75 <hr /> 74 <hr />
76 <a NAME="hasPluginHeaderEntry" ID="hasPluginHeaderEntry"></a> 75 <a NAME="hasPluginHeaderEntry" ID="hasPluginHeaderEntry"></a>
77 <h2>hasPluginHeaderEntry</h2> 76 <h2>hasPluginHeaderEntry</h2>
78 <b>hasPluginHeaderEntry</b>(<i>plugin, entry</i>) 77 <b>hasPluginHeaderEntry</b>(<i>plugin, entry</i>)
79
80 <p> 78 <p>
81 Function to check, if the plugin header contains the given entry. 79 Function to check, if the plugin header contains the given entry.
82 </p> 80 </p>
81
83 <dl> 82 <dl>
84 83
85 <dt><i>plugin</i> (module)</dt> 84 <dt><i>plugin</i> (module)</dt>
86 <dd> 85 <dd>
87 reference to the plugin module 86 reference to the plugin module

eric ide

mercurial