src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PluginManagerPage.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10070
9f5758c0fec1
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.PluginManagerPage</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.Preferences.ConfigurationPages.PluginManagerPage</h1>
10
11 <p>
12 Module implementing the Plugin Manager configuration page.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#PluginManagerPage">PluginManagerPage</a></td>
25 <td>Class implementing the Plugin Manager configuration page.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31
32 <tr>
33 <td><a href="#create">create</a></td>
34 <td>Module function to create the configuration page.</td>
35 </tr>
36 </table>
37 <hr />
38 <hr />
39 <a NAME="PluginManagerPage" ID="PluginManagerPage"></a>
40 <h2>PluginManagerPage</h2>
41
42 <p>
43 Class implementing the Plugin Manager configuration page.
44 </p>
45 <h3>Derived from</h3>
46 ConfigurationPageBase, Ui_PluginManagerPage
47 <h3>Class Attributes</h3>
48
49 <table>
50 <tr><td>None</td></tr>
51 </table>
52 <h3>Class Methods</h3>
53
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58
59 <table>
60
61 <tr>
62 <td><a href="#PluginManagerPage.__init__">PluginManagerPage</a></td>
63 <td>Constructor</td>
64 </tr>
65 <tr>
66 <td><a href="#PluginManagerPage.on_repositoryUrlEditButton_toggled">on_repositoryUrlEditButton_toggled</a></td>
67 <td>Private slot to set the read only status of the repository URL line edit.</td>
68 </tr>
69 <tr>
70 <td><a href="#PluginManagerPage.save">save</a></td>
71 <td>Public slot to save the Viewmanager configuration.</td>
72 </tr>
73 </table>
74 <h3>Static Methods</h3>
75
76 <table>
77 <tr><td>None</td></tr>
78 </table>
79
80 <a NAME="PluginManagerPage.__init__" ID="PluginManagerPage.__init__"></a>
81 <h4>PluginManagerPage (Constructor)</h4>
82 <b>PluginManagerPage</b>(<i></i>)
83
84 <p>
85 Constructor
86 </p>
87 <a NAME="PluginManagerPage.on_repositoryUrlEditButton_toggled" ID="PluginManagerPage.on_repositoryUrlEditButton_toggled"></a>
88 <h4>PluginManagerPage.on_repositoryUrlEditButton_toggled</h4>
89 <b>on_repositoryUrlEditButton_toggled</b>(<i>checked</i>)
90
91 <p>
92 Private slot to set the read only status of the repository URL line
93 edit.
94 </p>
95 <dl>
96
97 <dt><i>checked</i></dt>
98 <dd>
99 state of the push button (boolean)
100 </dd>
101 </dl>
102 <a NAME="PluginManagerPage.save" ID="PluginManagerPage.save"></a>
103 <h4>PluginManagerPage.save</h4>
104 <b>save</b>(<i></i>)
105
106 <p>
107 Public slot to save the Viewmanager configuration.
108 </p>
109 <div align="right"><a href="#top">Up</a></div>
110 <hr />
111 <hr />
112 <a NAME="create" ID="create"></a>
113 <h2>create</h2>
114 <b>create</b>(<i>dlg</i>)
115
116 <p>
117 Module function to create the configuration page.
118 </p>
119 <dl>
120
121 <dt><i>dlg</i></dt>
122 <dd>
123 reference to the configuration dialog
124 </dd>
125 </dl>
126 <dl>
127 <dt>Return:</dt>
128 <dd>
129 reference to the instantiated page (ConfigurationPageBase)
130 </dd>
131 </dl>
132 <div align="right"><a href="#top">Up</a></div>
133 <hr />
134 </body></html>

eric ide

mercurial