|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.EricServerPage</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.EricServerPage</h1> |
|
10 <p> |
|
11 Module implementing the eric-ide server related settings. |
|
12 </p> |
|
13 |
|
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>None</td></tr> |
|
17 </table> |
|
18 |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#EricServerPage">EricServerPage</a></td> |
|
23 <td>Class implementing the eric-ide server related settings.</td> |
|
24 </tr> |
|
25 </table> |
|
26 |
|
27 <h3>Functions</h3> |
|
28 <table> |
|
29 <tr> |
|
30 <td><a href="#create">create</a></td> |
|
31 <td>Module function to create the configuration page.</td> |
|
32 </tr> |
|
33 </table> |
|
34 |
|
35 <hr /> |
|
36 <hr /> |
|
37 <a NAME="EricServerPage" ID="EricServerPage"></a> |
|
38 <h2>EricServerPage</h2> |
|
39 <p> |
|
40 Class implementing the eric-ide server related settings. |
|
41 </p> |
|
42 |
|
43 <h3>Derived from</h3> |
|
44 ConfigurationPageBase, Ui_EricServerPage |
|
45 <h3>Class Attributes</h3> |
|
46 <table> |
|
47 <tr><td>None</td></tr> |
|
48 </table> |
|
49 |
|
50 <h3>Class Methods</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 |
|
55 <h3>Methods</h3> |
|
56 <table> |
|
57 <tr> |
|
58 <td><a href="#EricServerPage.__init__">EricServerPage</a></td> |
|
59 <td>Constructor</td> |
|
60 </tr> |
|
61 <tr> |
|
62 <td><a href="#EricServerPage.save">save</a></td> |
|
63 <td>Public slot to save the Cooperation configuration.</td> |
|
64 </tr> |
|
65 </table> |
|
66 |
|
67 <h3>Static Methods</h3> |
|
68 <table> |
|
69 <tr><td>None</td></tr> |
|
70 </table> |
|
71 |
|
72 |
|
73 <a NAME="EricServerPage.__init__" ID="EricServerPage.__init__"></a> |
|
74 <h4>EricServerPage (Constructor)</h4> |
|
75 <b>EricServerPage</b>(<i></i>) |
|
76 <p> |
|
77 Constructor |
|
78 </p> |
|
79 |
|
80 <a NAME="EricServerPage.save" ID="EricServerPage.save"></a> |
|
81 <h4>EricServerPage.save</h4> |
|
82 <b>save</b>(<i></i>) |
|
83 <p> |
|
84 Public slot to save the Cooperation configuration. |
|
85 </p> |
|
86 |
|
87 <div align="right"><a href="#top">Up</a></div> |
|
88 <hr /> |
|
89 <hr /> |
|
90 <a NAME="create" ID="create"></a> |
|
91 <h2>create</h2> |
|
92 <b>create</b>(<i>dlg</i>) |
|
93 <p> |
|
94 Module function to create the configuration page. |
|
95 </p> |
|
96 |
|
97 <dl> |
|
98 |
|
99 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
|
100 <dd> |
|
101 reference to the configuration dialog |
|
102 </dd> |
|
103 </dl> |
|
104 <dl> |
|
105 <dt>Return:</dt> |
|
106 <dd> |
|
107 reference to the instantiated page |
|
108 </dd> |
|
109 </dl> |
|
110 <dl> |
|
111 <dt>Return Type:</dt> |
|
112 <dd> |
|
113 ConfigurationPageBase |
|
114 </dd> |
|
115 </dl> |
|
116 <div align="right"><a href="#top">Up</a></div> |
|
117 <hr /> |
|
118 </body></html> |