124 <p> |
124 <p> |
125 Constructor |
125 Constructor |
126 </p> |
126 </p> |
127 <dl> |
127 <dl> |
128 |
128 |
129 <dt><i>manager</i></dt> |
129 <dt><i>manager</i> (IrcNetworkManager)</dt> |
130 <dd> |
130 <dd> |
131 reference to the IRC network manager (IrcNetworkManager) |
131 reference to the IRC network manager |
132 </dd> |
132 </dd> |
133 <dt><i>parent</i></dt> |
133 <dt><i>parent</i> (QWidget)</dt> |
134 <dd> |
134 <dd> |
135 reference to the parent widget (QWidget) |
135 reference to the parent widget |
136 </dd> |
136 </dd> |
137 </dl> |
137 </dl> |
138 <a NAME="IrcNetworkListDialog.__checkButtons" ID="IrcNetworkListDialog.__checkButtons"></a> |
138 <a NAME="IrcNetworkListDialog.__checkButtons" ID="IrcNetworkListDialog.__checkButtons"></a> |
139 <h4>IrcNetworkListDialog.__checkButtons</h4> |
139 <h4>IrcNetworkListDialog.__checkButtons</h4> |
140 <b>__checkButtons</b>(<i></i>) |
140 <b>__checkButtons</b>(<i></i>) |
149 <p> |
149 <p> |
150 Private method to (re-)set the data of a network entry. |
150 Private method to (re-)set the data of a network entry. |
151 </p> |
151 </p> |
152 <dl> |
152 <dl> |
153 |
153 |
154 <dt><i>itm</i></dt> |
154 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
155 <dd> |
155 <dd> |
156 reference to the network entry (QTreeWidgetItem) |
156 reference to the network entry |
157 </dd> |
157 </dd> |
158 </dl> |
158 </dl> |
159 <a NAME="IrcNetworkListDialog.__refreshNetworksList" ID="IrcNetworkListDialog.__refreshNetworksList"></a> |
159 <a NAME="IrcNetworkListDialog.__refreshNetworksList" ID="IrcNetworkListDialog.__refreshNetworksList"></a> |
160 <h4>IrcNetworkListDialog.__refreshNetworksList</h4> |
160 <h4>IrcNetworkListDialog.__refreshNetworksList</h4> |
161 <b>__refreshNetworksList</b>(<i></i>) |
161 <b>__refreshNetworksList</b>(<i></i>) |
177 <p> |
177 <p> |
178 Private method to set the auto-connect entry of a network item. |
178 Private method to set the auto-connect entry of a network item. |
179 </p> |
179 </p> |
180 <dl> |
180 <dl> |
181 |
181 |
182 <dt><i>itm</i></dt> |
182 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
183 <dd> |
183 <dd> |
184 reference to the network item (QTreeWidgetItem) |
184 reference to the network item |
185 </dd> |
185 </dd> |
186 <dt><i>on</i></dt> |
186 <dt><i>on</i> (bool)</dt> |
187 <dd> |
187 <dd> |
188 flag indicating the auto-connect state (boolean) |
188 flag indicating the auto-connect state |
189 </dd> |
189 </dd> |
190 </dl> |
190 </dl> |
191 <a NAME="IrcNetworkListDialog.on_autoConnectButton_clicked" ID="IrcNetworkListDialog.on_autoConnectButton_clicked"></a> |
191 <a NAME="IrcNetworkListDialog.on_autoConnectButton_clicked" ID="IrcNetworkListDialog.on_autoConnectButton_clicked"></a> |
192 <h4>IrcNetworkListDialog.on_autoConnectButton_clicked</h4> |
192 <h4>IrcNetworkListDialog.on_autoConnectButton_clicked</h4> |
193 <b>on_autoConnectButton_clicked</b>(<i>checked</i>) |
193 <b>on_autoConnectButton_clicked</b>(<i>checked</i>) |
195 <p> |
195 <p> |
196 Private slot handling the auto-connect selection. |
196 Private slot handling the auto-connect selection. |
197 </p> |
197 </p> |
198 <dl> |
198 <dl> |
199 |
199 |
200 <dt><i>checked</i></dt> |
200 <dt><i>checked</i> (bool)</dt> |
201 <dd> |
201 <dd> |
202 flag indicating the state of the button (boolean) |
202 flag indicating the state of the button |
203 </dd> |
203 </dd> |
204 </dl> |
204 </dl> |
205 <a NAME="IrcNetworkListDialog.on_deleteButton_clicked" ID="IrcNetworkListDialog.on_deleteButton_clicked"></a> |
205 <a NAME="IrcNetworkListDialog.on_deleteButton_clicked" ID="IrcNetworkListDialog.on_deleteButton_clicked"></a> |
206 <h4>IrcNetworkListDialog.on_deleteButton_clicked</h4> |
206 <h4>IrcNetworkListDialog.on_deleteButton_clicked</h4> |
207 <b>on_deleteButton_clicked</b>(<i></i>) |
207 <b>on_deleteButton_clicked</b>(<i></i>) |
230 <p> |
230 <p> |
231 Private slot handling the collapse of a top level item. |
231 Private slot handling the collapse of a top level item. |
232 </p> |
232 </p> |
233 <dl> |
233 <dl> |
234 |
234 |
235 <dt><i>item</i></dt> |
235 <dt><i>item</i> (QTreeWidgetItem)</dt> |
236 <dd> |
236 <dd> |
237 reference to the collapsed item (QTreeWidgetItem) |
237 reference to the collapsed item |
238 </dd> |
238 </dd> |
239 </dl> |
239 </dl> |
240 <a NAME="IrcNetworkListDialog.on_networksList_itemExpanded" ID="IrcNetworkListDialog.on_networksList_itemExpanded"></a> |
240 <a NAME="IrcNetworkListDialog.on_networksList_itemExpanded" ID="IrcNetworkListDialog.on_networksList_itemExpanded"></a> |
241 <h4>IrcNetworkListDialog.on_networksList_itemExpanded</h4> |
241 <h4>IrcNetworkListDialog.on_networksList_itemExpanded</h4> |
242 <b>on_networksList_itemExpanded</b>(<i>item</i>) |
242 <b>on_networksList_itemExpanded</b>(<i>item</i>) |
244 <p> |
244 <p> |
245 Private slot handling the expansion of a top level item. |
245 Private slot handling the expansion of a top level item. |
246 </p> |
246 </p> |
247 <dl> |
247 <dl> |
248 |
248 |
249 <dt><i>item</i></dt> |
249 <dt><i>item</i> (QTreeWidgetItem)</dt> |
250 <dd> |
250 <dd> |
251 reference to the expanded item (QTreeWidgetItem) |
251 reference to the expanded item |
252 </dd> |
252 </dd> |
253 </dl> |
253 </dl> |
254 <a NAME="IrcNetworkListDialog.on_networksList_itemSelectionChanged" ID="IrcNetworkListDialog.on_networksList_itemSelectionChanged"></a> |
254 <a NAME="IrcNetworkListDialog.on_networksList_itemSelectionChanged" ID="IrcNetworkListDialog.on_networksList_itemSelectionChanged"></a> |
255 <h4>IrcNetworkListDialog.on_networksList_itemSelectionChanged</h4> |
255 <h4>IrcNetworkListDialog.on_networksList_itemSelectionChanged</h4> |
256 <b>on_networksList_itemSelectionChanged</b>(<i></i>) |
256 <b>on_networksList_itemSelectionChanged</b>(<i></i>) |