src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html

branch
eric7
changeset 10428
a071d4065202
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
128 <p> 128 <p>
129 Constructor 129 Constructor
130 </p> 130 </p>
131 <dl> 131 <dl>
132 132
133 <dt><i>manager</i></dt> 133 <dt><i>manager</i> (IrcNetworkManager)</dt>
134 <dd> 134 <dd>
135 reference to the IRC network manager object 135 reference to the IRC network manager object
136 (IrcNetworkManager) 136 </dd>
137 </dd> 137 <dt><i>networkName</i> (str)</dt>
138 <dt><i>networkName</i></dt> 138 <dd>
139 <dd> 139 name of the network to work on
140 name of the network to work on (string) 140 </dd>
141 </dd> 141 <dt><i>parent</i> (QWidget)</dt>
142 <dt><i>parent</i></dt> 142 <dd>
143 <dd> 143 reference to the parent widget
144 reference to the parent widget (QWidget)
145 </dd> 144 </dd>
146 </dl> 145 </dl>
147 <a NAME="IrcNetworkEditDialog.__editChannel" ID="IrcNetworkEditDialog.__editChannel"></a> 146 <a NAME="IrcNetworkEditDialog.__editChannel" ID="IrcNetworkEditDialog.__editChannel"></a>
148 <h4>IrcNetworkEditDialog.__editChannel</h4> 147 <h4>IrcNetworkEditDialog.__editChannel</h4>
149 <b>__editChannel</b>(<i>itm</i>) 148 <b>__editChannel</b>(<i>itm</i>)
151 <p> 150 <p>
152 Private method to edit a channel. 151 Private method to edit a channel.
153 </p> 152 </p>
154 <dl> 153 <dl>
155 154
156 <dt><i>itm</i></dt> 155 <dt><i>itm</i> (QTreeWidgetItem)</dt>
157 <dd> 156 <dd>
158 reference to the item to be edited (QTreeWidgetItem) 157 reference to the item to be edited
159 </dd> 158 </dd>
160 </dl> 159 </dl>
161 <a NAME="IrcNetworkEditDialog.__refreshIdentityCombo" ID="IrcNetworkEditDialog.__refreshIdentityCombo"></a> 160 <a NAME="IrcNetworkEditDialog.__refreshIdentityCombo" ID="IrcNetworkEditDialog.__refreshIdentityCombo"></a>
162 <h4>IrcNetworkEditDialog.__refreshIdentityCombo</h4> 161 <h4>IrcNetworkEditDialog.__refreshIdentityCombo</h4>
163 <b>__refreshIdentityCombo</b>(<i>currentIdentity</i>) 162 <b>__refreshIdentityCombo</b>(<i>currentIdentity</i>)
165 <p> 164 <p>
166 Private method to refresh the identity combo. 165 Private method to refresh the identity combo.
167 </p> 166 </p>
168 <dl> 167 <dl>
169 168
170 <dt><i>currentIdentity</i></dt> 169 <dt><i>currentIdentity</i> (str)</dt>
171 <dd> 170 <dd>
172 name of the identity to select (string) 171 name of the identity to select
173 </dd> 172 </dd>
174 </dl> 173 </dl>
175 <a NAME="IrcNetworkEditDialog.__updateOkButton" ID="IrcNetworkEditDialog.__updateOkButton"></a> 174 <a NAME="IrcNetworkEditDialog.__updateOkButton" ID="IrcNetworkEditDialog.__updateOkButton"></a>
176 <h4>IrcNetworkEditDialog.__updateOkButton</h4> 175 <h4>IrcNetworkEditDialog.__updateOkButton</h4>
177 <b>__updateOkButton</b>(<i></i>) 176 <b>__updateOkButton</b>(<i></i>)
187 Public method to get the network object. 186 Public method to get the network object.
188 </p> 187 </p>
189 <dl> 188 <dl>
190 <dt>Return:</dt> 189 <dt>Return:</dt>
191 <dd> 190 <dd>
192 edited network object (IrcNetwork) 191 edited network object
192 </dd>
193 </dl>
194 <dl>
195 <dt>Return Type:</dt>
196 <dd>
197 IrcNetwork
193 </dd> 198 </dd>
194 </dl> 199 </dl>
195 <a NAME="IrcNetworkEditDialog.on_addChannelButton_clicked" ID="IrcNetworkEditDialog.on_addChannelButton_clicked"></a> 200 <a NAME="IrcNetworkEditDialog.on_addChannelButton_clicked" ID="IrcNetworkEditDialog.on_addChannelButton_clicked"></a>
196 <h4>IrcNetworkEditDialog.on_addChannelButton_clicked</h4> 201 <h4>IrcNetworkEditDialog.on_addChannelButton_clicked</h4>
197 <b>on_addChannelButton_clicked</b>(<i></i>) 202 <b>on_addChannelButton_clicked</b>(<i></i>)
206 <p> 211 <p>
207 Private slot to handle the activation of a channel entry. 212 Private slot to handle the activation of a channel entry.
208 </p> 213 </p>
209 <dl> 214 <dl>
210 215
211 <dt><i>item</i></dt> 216 <dt><i>item</i> (QTreeWidgetItem)</dt>
212 <dd> 217 <dd>
213 reference to the activated item (QTreeWidgetItem) 218 reference to the activated item
214 </dd> 219 </dd>
215 <dt><i>column</i></dt> 220 <dt><i>column</i> (int)</dt>
216 <dd> 221 <dd>
217 column the activation occurred in (integer) 222 column the activation occurred in
218 </dd> 223 </dd>
219 </dl> 224 </dl>
220 <a NAME="IrcNetworkEditDialog.on_channelList_itemSelectionChanged" ID="IrcNetworkEditDialog.on_channelList_itemSelectionChanged"></a> 225 <a NAME="IrcNetworkEditDialog.on_channelList_itemSelectionChanged" ID="IrcNetworkEditDialog.on_channelList_itemSelectionChanged"></a>
221 <h4>IrcNetworkEditDialog.on_channelList_itemSelectionChanged</h4> 226 <h4>IrcNetworkEditDialog.on_channelList_itemSelectionChanged</h4>
222 <b>on_channelList_itemSelectionChanged</b>(<i></i>) 227 <b>on_channelList_itemSelectionChanged</b>(<i></i>)
273 <p> 278 <p>
274 Private slot to handle changes of the network name. 279 Private slot to handle changes of the network name.
275 </p> 280 </p>
276 <dl> 281 <dl>
277 282
278 <dt><i>txt</i></dt> 283 <dt><i>txt</i> (str)</dt>
279 <dd> 284 <dd>
280 text entered into the network name edit (string) 285 text entered into the network name edit
281 </dd> 286 </dd>
282 </dl> 287 </dl>
283 <a NAME="IrcNetworkEditDialog.on_serverEdit_textChanged" ID="IrcNetworkEditDialog.on_serverEdit_textChanged"></a> 288 <a NAME="IrcNetworkEditDialog.on_serverEdit_textChanged" ID="IrcNetworkEditDialog.on_serverEdit_textChanged"></a>
284 <h4>IrcNetworkEditDialog.on_serverEdit_textChanged</h4> 289 <h4>IrcNetworkEditDialog.on_serverEdit_textChanged</h4>
285 <b>on_serverEdit_textChanged</b>(<i>txt</i>) 290 <b>on_serverEdit_textChanged</b>(<i>txt</i>)
287 <p> 292 <p>
288 Private slot to handle changes of the server name. 293 Private slot to handle changes of the server name.
289 </p> 294 </p>
290 <dl> 295 <dl>
291 296
292 <dt><i>txt</i></dt> 297 <dt><i>txt</i> (str)</dt>
293 <dd> 298 <dd>
294 text entered into the server name edit (string) 299 text entered into the server name edit
295 </dd> 300 </dd>
296 </dl> 301 </dl>
297 <div align="right"><a href="#top">Up</a></div> 302 <div align="right"><a href="#top">Up</a></div>
298 <hr /> 303 <hr />
299 </body></html> 304 </body></html>

eric ide

mercurial