eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.NetworkPage.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
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.NetworkPage</h1> 23 <h1>eric6.Preferences.ConfigurationPages.NetworkPage</h1>
24
23 <p> 25 <p>
24 Module implementing the Network configuration page. 26 Module implementing the Network 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="#NetworkPage">NetworkPage</a></td> 38 <td><a href="#NetworkPage">NetworkPage</a></td>
34 <td>Class implementing the Network configuration page.</td> 39 <td>Class implementing the Network 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="NetworkPage" ID="NetworkPage"></a> 53 <a NAME="NetworkPage" ID="NetworkPage"></a>
46 <h2>NetworkPage</h2> 54 <h2>NetworkPage</h2>
55
47 <p> 56 <p>
48 Class implementing the Network configuration page. 57 Class implementing the Network configuration page.
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_NetworkPage 60 ConfigurationPageBase, Ui_NetworkPage
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="#NetworkPage.__init__">NetworkPage</a></td> 76 <td><a href="#NetworkPage.__init__">NetworkPage</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#NetworkPage.on_clearProxyPasswordsButton_clicked">on_clearProxyPasswordsButton_clicked</a></td> 80 <td><a href="#NetworkPage.on_clearProxyPasswordsButton_clicked">on_clearProxyPasswordsButton_clicked</a></td>
67 <td>Private slot to clear the saved HTTP(S) proxy passwords.</td> 81 <td>Private slot to clear the saved HTTP(S) proxy passwords.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged">on_ftpProxyTypeCombo_currentIndexChanged</a></td> 84 <td><a href="#NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged">on_ftpProxyTypeCombo_currentIndexChanged</a></td>
70 <td>Private slot handling the selection of a proxy type.</td> 85 <td>Private slot handling the selection of a proxy type.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#NetworkPage.save">save</a></td> 88 <td><a href="#NetworkPage.save">save</a></td>
73 <td>Public slot to save the Networj configuration.</td> 89 <td>Public slot to save the Networj configuration.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#NetworkPage.setMode">setMode</a></td> 92 <td><a href="#NetworkPage.setMode">setMode</a></td>
76 <td>Public method to perform mode dependent setups.</td> 93 <td>Public method to perform mode dependent setups.</td>
77 </tr> 94 </tr>
78 </table> 95 </table>
79 <h3>Static Methods</h3> 96 <h3>Static Methods</h3>
97
80 <table> 98 <table>
81 <tr><td>None</td></tr> 99 <tr><td>None</td></tr>
82 </table> 100 </table>
101
83 <a NAME="NetworkPage.__init__" ID="NetworkPage.__init__"></a> 102 <a NAME="NetworkPage.__init__" ID="NetworkPage.__init__"></a>
84 <h4>NetworkPage (Constructor)</h4> 103 <h4>NetworkPage (Constructor)</h4>
85 <b>NetworkPage</b>(<i>configDialog</i>) 104 <b>NetworkPage</b>(<i>configDialog</i>)
105
86 <p> 106 <p>
87 Constructor 107 Constructor
88 </p><dl> 108 </p>
109 <dl>
110
89 <dt><i>configDialog</i></dt> 111 <dt><i>configDialog</i></dt>
90 <dd> 112 <dd>
91 reference to the configuration dialog 113 reference to the configuration dialog
92 (ConfigurationDialog) 114 (ConfigurationDialog)
93 </dd> 115 </dd>
94 </dl><a NAME="NetworkPage.on_clearProxyPasswordsButton_clicked" ID="NetworkPage.on_clearProxyPasswordsButton_clicked"></a> 116 </dl>
117 <a NAME="NetworkPage.on_clearProxyPasswordsButton_clicked" ID="NetworkPage.on_clearProxyPasswordsButton_clicked"></a>
95 <h4>NetworkPage.on_clearProxyPasswordsButton_clicked</h4> 118 <h4>NetworkPage.on_clearProxyPasswordsButton_clicked</h4>
96 <b>on_clearProxyPasswordsButton_clicked</b>(<i></i>) 119 <b>on_clearProxyPasswordsButton_clicked</b>(<i></i>)
120
97 <p> 121 <p>
98 Private slot to clear the saved HTTP(S) proxy passwords. 122 Private slot to clear the saved HTTP(S) proxy passwords.
99 </p><a NAME="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" ID="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged"></a> 123 </p>
124 <a NAME="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged" ID="NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged"></a>
100 <h4>NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged</h4> 125 <h4>NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged</h4>
101 <b>on_ftpProxyTypeCombo_currentIndexChanged</b>(<i>index</i>) 126 <b>on_ftpProxyTypeCombo_currentIndexChanged</b>(<i>index</i>)
127
102 <p> 128 <p>
103 Private slot handling the selection of a proxy type. 129 Private slot handling the selection of a proxy type.
104 </p><dl> 130 </p>
131 <dl>
132
105 <dt><i>index</i></dt> 133 <dt><i>index</i></dt>
106 <dd> 134 <dd>
107 index of the selected item (integer) 135 index of the selected item (integer)
108 </dd> 136 </dd>
109 </dl><a NAME="NetworkPage.save" ID="NetworkPage.save"></a> 137 </dl>
138 <a NAME="NetworkPage.save" ID="NetworkPage.save"></a>
110 <h4>NetworkPage.save</h4> 139 <h4>NetworkPage.save</h4>
111 <b>save</b>(<i></i>) 140 <b>save</b>(<i></i>)
141
112 <p> 142 <p>
113 Public slot to save the Networj configuration. 143 Public slot to save the Networj configuration.
114 </p><a NAME="NetworkPage.setMode" ID="NetworkPage.setMode"></a> 144 </p>
145 <a NAME="NetworkPage.setMode" ID="NetworkPage.setMode"></a>
115 <h4>NetworkPage.setMode</h4> 146 <h4>NetworkPage.setMode</h4>
116 <b>setMode</b>(<i>displayMode</i>) 147 <b>setMode</b>(<i>displayMode</i>)
148
117 <p> 149 <p>
118 Public method to perform mode dependent setups. 150 Public method to perform mode dependent setups.
119 </p><dl> 151 </p>
152 <dl>
153
120 <dt><i>displayMode</i></dt> 154 <dt><i>displayMode</i></dt>
121 <dd> 155 <dd>
122 mode of the configuration dialog 156 mode of the configuration dialog
123 (ConfigurationWidget.DefaultMode, 157 (ConfigurationWidget.DefaultMode,
124 ConfigurationWidget.HelpBrowserMode, 158 ConfigurationWidget.HelpBrowserMode,
125 ConfigurationWidget.WebBrowserMode) 159 ConfigurationWidget.WebBrowserMode)
126 </dd> 160 </dd>
127 </dl> 161 </dl>
128 <div align="right"><a href="#top">Up</a></div> 162 <div align="right"><a href="#top">Up</a></div>
129 <hr /><hr /> 163 <hr />
164 <hr />
130 <a NAME="create" ID="create"></a> 165 <a NAME="create" ID="create"></a>
131 <h2>create</h2> 166 <h2>create</h2>
132 <b>create</b>(<i>dlg</i>) 167 <b>create</b>(<i>dlg</i>)
168
133 <p> 169 <p>
134 Module function to create the configuration page. 170 Module function to create the configuration page.
135 </p><dl> 171 </p>
172 <dl>
173
136 <dt><i>dlg</i></dt> 174 <dt><i>dlg</i></dt>
137 <dd> 175 <dd>
138 reference to the configuration dialog 176 reference to the configuration dialog
139 </dd> 177 </dd>
140 </dl><dl> 178 </dl>
179 <dl>
141 <dt>Returns:</dt> 180 <dt>Returns:</dt>
142 <dd> 181 <dd>
143 reference to the instantiated page (ConfigurationPageBase) 182 reference to the instantiated page (ConfigurationPageBase)
144 </dd> 183 </dd>
145 </dl> 184 </dl>

eric ide

mercurial