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