144 <p> |
144 <p> |
145 Constructor |
145 Constructor |
146 </p> |
146 </p> |
147 <dl> |
147 <dl> |
148 |
148 |
149 <dt><i>toollist</i></dt> |
149 <dt><i>toollist</i> (list)</dt> |
150 <dd> |
150 <dd> |
151 list of configured tools |
151 list of configured tools |
152 </dd> |
152 </dd> |
153 <dt><i>parent</i></dt> |
153 <dt><i>parent</i> (QWidget)</dt> |
154 <dd> |
154 <dd> |
155 parent widget (QWidget) |
155 parent widget |
156 </dd> |
156 </dd> |
157 </dl> |
157 </dl> |
158 <a NAME="ToolConfigurationDialog.__findModeIndex" ID="ToolConfigurationDialog.__findModeIndex"></a> |
158 <a NAME="ToolConfigurationDialog.__findModeIndex" ID="ToolConfigurationDialog.__findModeIndex"></a> |
159 <h4>ToolConfigurationDialog.__findModeIndex</h4> |
159 <h4>ToolConfigurationDialog.__findModeIndex</h4> |
160 <b>__findModeIndex</b>(<i>shortName</i>) |
160 <b>__findModeIndex</b>(<i>shortName</i>) |
162 <p> |
162 <p> |
163 Private method to find the mode index by its short name. |
163 Private method to find the mode index by its short name. |
164 </p> |
164 </p> |
165 <dl> |
165 <dl> |
166 |
166 |
167 <dt><i>shortName</i></dt> |
167 <dt><i>shortName</i> (str)</dt> |
168 <dd> |
168 <dd> |
169 short name of the mode (string) |
169 short name of the mode |
170 </dd> |
170 </dd> |
171 </dl> |
171 </dl> |
172 <dl> |
172 <dl> |
173 <dt>Return:</dt> |
173 <dt>Return:</dt> |
174 <dd> |
174 <dd> |
175 index of the mode (integer) |
175 index of the mode |
|
176 </dd> |
|
177 </dl> |
|
178 <dl> |
|
179 <dt>Return Type:</dt> |
|
180 <dd> |
|
181 int |
176 </dd> |
182 </dd> |
177 </dl> |
183 </dl> |
178 <a NAME="ToolConfigurationDialog.__swap" ID="ToolConfigurationDialog.__swap"></a> |
184 <a NAME="ToolConfigurationDialog.__swap" ID="ToolConfigurationDialog.__swap"></a> |
179 <h4>ToolConfigurationDialog.__swap</h4> |
185 <h4>ToolConfigurationDialog.__swap</h4> |
180 <b>__swap</b>(<i>itm1, itm2</i>) |
186 <b>__swap</b>(<i>itm1, itm2</i>) |
182 <p> |
188 <p> |
183 Private method used two swap two list entries given by their index. |
189 Private method used two swap two list entries given by their index. |
184 </p> |
190 </p> |
185 <dl> |
191 <dl> |
186 |
192 |
187 <dt><i>itm1</i></dt> |
193 <dt><i>itm1</i> (int)</dt> |
188 <dd> |
194 <dd> |
189 index of first entry (int) |
195 index of first entry |
190 </dd> |
196 </dd> |
191 <dt><i>itm2</i></dt> |
197 <dt><i>itm2</i> (int)</dt> |
192 <dd> |
198 <dd> |
193 index of second entry (int) |
199 index of second entry |
194 </dd> |
200 </dd> |
195 </dl> |
201 </dl> |
196 <a NAME="ToolConfigurationDialog.__toolEntryChanged" ID="ToolConfigurationDialog.__toolEntryChanged"></a> |
202 <a NAME="ToolConfigurationDialog.__toolEntryChanged" ID="ToolConfigurationDialog.__toolEntryChanged"></a> |
197 <h4>ToolConfigurationDialog.__toolEntryChanged</h4> |
203 <h4>ToolConfigurationDialog.__toolEntryChanged</h4> |
198 <b>__toolEntryChanged</b>(<i></i>) |
204 <b>__toolEntryChanged</b>(<i></i>) |
212 <dd> |
218 <dd> |
213 a list of tuples containing the menu text, the executable, |
219 a list of tuples containing the menu text, the executable, |
214 the executables arguments and a redirection flag |
220 the executables arguments and a redirection flag |
215 </dd> |
221 </dd> |
216 </dl> |
222 </dl> |
|
223 <dl> |
|
224 <dt>Return Type:</dt> |
|
225 <dd> |
|
226 list of [tuple of (str, str, list of str, bool)] |
|
227 </dd> |
|
228 </dl> |
217 <a NAME="ToolConfigurationDialog.on_addButton_clicked" ID="ToolConfigurationDialog.on_addButton_clicked"></a> |
229 <a NAME="ToolConfigurationDialog.on_addButton_clicked" ID="ToolConfigurationDialog.on_addButton_clicked"></a> |
218 <h4>ToolConfigurationDialog.on_addButton_clicked</h4> |
230 <h4>ToolConfigurationDialog.on_addButton_clicked</h4> |
219 <b>on_addButton_clicked</b>(<i></i>) |
231 <b>on_addButton_clicked</b>(<i></i>) |
220 |
232 |
221 <p> |
233 <p> |
228 <p> |
240 <p> |
229 Private slot called, when the arguments string was changed. |
241 Private slot called, when the arguments string was changed. |
230 </p> |
242 </p> |
231 <dl> |
243 <dl> |
232 |
244 |
233 <dt><i>text</i></dt> |
245 <dt><i>text</i> (str)</dt> |
234 <dd> |
246 <dd> |
235 the new text (string) (ignored) |
247 the new text (ignored) |
236 </dd> |
248 </dd> |
237 </dl> |
249 </dl> |
238 <a NAME="ToolConfigurationDialog.on_changeButton_clicked" ID="ToolConfigurationDialog.on_changeButton_clicked"></a> |
250 <a NAME="ToolConfigurationDialog.on_changeButton_clicked" ID="ToolConfigurationDialog.on_changeButton_clicked"></a> |
239 <h4>ToolConfigurationDialog.on_changeButton_clicked</h4> |
251 <h4>ToolConfigurationDialog.on_changeButton_clicked</h4> |
240 <b>on_changeButton_clicked</b>(<i></i>) |
252 <b>on_changeButton_clicked</b>(<i></i>) |
277 <p> |
289 <p> |
278 Private slot called, when the executable was changed. |
290 Private slot called, when the executable was changed. |
279 </p> |
291 </p> |
280 <dl> |
292 <dl> |
281 |
293 |
282 <dt><i>text</i></dt> |
294 <dt><i>text</i> (str)</dt> |
283 <dd> |
295 <dd> |
284 the new text (string) (ignored) |
296 the new text (ignored) |
285 </dd> |
297 </dd> |
286 </dl> |
298 </dl> |
287 <a NAME="ToolConfigurationDialog.on_iconPicker_textChanged" ID="ToolConfigurationDialog.on_iconPicker_textChanged"></a> |
299 <a NAME="ToolConfigurationDialog.on_iconPicker_textChanged" ID="ToolConfigurationDialog.on_iconPicker_textChanged"></a> |
288 <h4>ToolConfigurationDialog.on_iconPicker_textChanged</h4> |
300 <h4>ToolConfigurationDialog.on_iconPicker_textChanged</h4> |
289 <b>on_iconPicker_textChanged</b>(<i>text</i>) |
301 <b>on_iconPicker_textChanged</b>(<i>text</i>) |
291 <p> |
303 <p> |
292 Private slot called, when the icon path was changed. |
304 Private slot called, when the icon path was changed. |
293 </p> |
305 </p> |
294 <dl> |
306 <dl> |
295 |
307 |
296 <dt><i>text</i></dt> |
308 <dt><i>text</i> (str)</dt> |
297 <dd> |
309 <dd> |
298 the new text (string) (ignored) |
310 the new text (ignored) |
299 </dd> |
311 </dd> |
300 </dl> |
312 </dl> |
301 <a NAME="ToolConfigurationDialog.on_menuEdit_textChanged" ID="ToolConfigurationDialog.on_menuEdit_textChanged"></a> |
313 <a NAME="ToolConfigurationDialog.on_menuEdit_textChanged" ID="ToolConfigurationDialog.on_menuEdit_textChanged"></a> |
302 <h4>ToolConfigurationDialog.on_menuEdit_textChanged</h4> |
314 <h4>ToolConfigurationDialog.on_menuEdit_textChanged</h4> |
303 <b>on_menuEdit_textChanged</b>(<i>text</i>) |
315 <b>on_menuEdit_textChanged</b>(<i>text</i>) |
305 <p> |
317 <p> |
306 Private slot called, when the menu text was changed. |
318 Private slot called, when the menu text was changed. |
307 </p> |
319 </p> |
308 <dl> |
320 <dl> |
309 |
321 |
310 <dt><i>text</i></dt> |
322 <dt><i>text</i> (str)</dt> |
311 <dd> |
323 <dd> |
312 the new text (string) (ignored) |
324 the new text (ignored) |
313 </dd> |
325 </dd> |
314 </dl> |
326 </dl> |
315 <a NAME="ToolConfigurationDialog.on_newButton_clicked" ID="ToolConfigurationDialog.on_newButton_clicked"></a> |
327 <a NAME="ToolConfigurationDialog.on_newButton_clicked" ID="ToolConfigurationDialog.on_newButton_clicked"></a> |
316 <h4>ToolConfigurationDialog.on_newButton_clicked</h4> |
328 <h4>ToolConfigurationDialog.on_newButton_clicked</h4> |
317 <b>on_newButton_clicked</b>(<i></i>) |
329 <b>on_newButton_clicked</b>(<i></i>) |
326 <p> |
338 <p> |
327 Private slot called, when the redirection mode was changed. |
339 Private slot called, when the redirection mode was changed. |
328 </p> |
340 </p> |
329 <dl> |
341 <dl> |
330 |
342 |
331 <dt><i>index</i></dt> |
343 <dt><i>index</i> (int)</dt> |
332 <dd> |
344 <dd> |
333 the selected mode index (integer) (ignored) |
345 the selected mode index (ignored) |
334 </dd> |
346 </dd> |
335 </dl> |
347 </dl> |
336 <a NAME="ToolConfigurationDialog.on_separatorButton_clicked" ID="ToolConfigurationDialog.on_separatorButton_clicked"></a> |
348 <a NAME="ToolConfigurationDialog.on_separatorButton_clicked" ID="ToolConfigurationDialog.on_separatorButton_clicked"></a> |
337 <h4>ToolConfigurationDialog.on_separatorButton_clicked</h4> |
349 <h4>ToolConfigurationDialog.on_separatorButton_clicked</h4> |
338 <b>on_separatorButton_clicked</b>(<i></i>) |
350 <b>on_separatorButton_clicked</b>(<i></i>) |
347 <p> |
359 <p> |
348 Private slot to set the lineedits depending on the selected entry. |
360 Private slot to set the lineedits depending on the selected entry. |
349 </p> |
361 </p> |
350 <dl> |
362 <dl> |
351 |
363 |
352 <dt><i>row</i></dt> |
364 <dt><i>row</i> (int)</dt> |
353 <dd> |
365 <dd> |
354 the row of the selected entry (integer) |
366 the row of the selected entry |
355 </dd> |
367 </dd> |
356 </dl> |
368 </dl> |
357 <a NAME="ToolConfigurationDialog.on_upButton_clicked" ID="ToolConfigurationDialog.on_upButton_clicked"></a> |
369 <a NAME="ToolConfigurationDialog.on_upButton_clicked" ID="ToolConfigurationDialog.on_upButton_clicked"></a> |
358 <h4>ToolConfigurationDialog.on_upButton_clicked</h4> |
370 <h4>ToolConfigurationDialog.on_upButton_clicked</h4> |
359 <b>on_upButton_clicked</b>(<i></i>) |
371 <b>on_upButton_clicked</b>(<i></i>) |