236 <td>Public slot to insert the filename prog into the testsuiteComboBox object.</td> |
236 <td>Public slot to insert the filename prog into the testsuiteComboBox object.</td> |
237 </tr><tr> |
237 </tr><tr> |
238 <td><a href="#UnittestDialog.insertTestName">insertTestName</a></td> |
238 <td><a href="#UnittestDialog.insertTestName">insertTestName</a></td> |
239 <td>Public slot to insert a test name into the testComboBox object.</td> |
239 <td>Public slot to insert a test name into the testComboBox object.</td> |
240 </tr><tr> |
240 </tr><tr> |
|
241 <td><a href="#UnittestDialog.keyPressEvent">keyPressEvent</a></td> |
|
242 <td>Protected slot to handle key press events.</td> |
|
243 </tr><tr> |
241 <td><a href="#UnittestDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
244 <td><a href="#UnittestDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
242 <td>Private slot called by a button of the button box clicked.</td> |
245 <td>Private slot called by a button of the button box clicked.</td> |
243 </tr><tr> |
246 </tr><tr> |
244 <td><a href="#UnittestDialog.on_errorsListWidget_currentTextChanged">on_errorsListWidget_currentTextChanged</a></td> |
247 <td><a href="#UnittestDialog.on_errorsListWidget_currentTextChanged">on_errorsListWidget_currentTextChanged</a></td> |
245 <td>Private slot to handle the highlighted signal.</td> |
248 <td>Private slot to handle the highlighted signal.</td> |
285 <table> |
288 <table> |
286 <tr><td>None</td></tr> |
289 <tr><td>None</td></tr> |
287 </table> |
290 </table> |
288 <a NAME="UnittestDialog.__init__" ID="UnittestDialog.__init__"></a> |
291 <a NAME="UnittestDialog.__init__" ID="UnittestDialog.__init__"></a> |
289 <h4>UnittestDialog (Constructor)</h4> |
292 <h4>UnittestDialog (Constructor)</h4> |
290 <b>UnittestDialog</b>(<i>prog=None, dbs=None, ui=None, parent=None, name=None</i>) |
293 <b>UnittestDialog</b>(<i>prog=None, dbs=None, ui=None, fromEric=False, parent=None, name=None</i>) |
291 <p> |
294 <p> |
292 Constructor |
295 Constructor |
293 </p><dl> |
296 </p><dl> |
294 <dt><i>prog</i></dt> |
297 <dt><i>prog</i></dt> |
295 <dd> |
298 <dd> |
296 filename of the program to open |
299 filename of the program to open |
297 </dd><dt><i>dbs</i></dt> |
300 </dd><dt><i>dbs</i></dt> |
298 <dd> |
301 <dd> |
299 reference to the debug server object. It is an indication |
302 reference to the debug server object. It is an indication |
300 whether we were called from within the eric5 IDE |
303 whether we were called from within the eric5 IDE |
301 </dd><dt><i>ui</i></dt> |
304 </dd><dt><i>ui</i></dt> |
302 <dd> |
305 <dd> |
303 reference to the UI object |
306 reference to the UI object |
|
307 </dd><dt><i>fromEric</i></dt> |
|
308 <dd> |
|
309 flag indicating an instantiation from within the |
|
310 eric IDE (boolean) |
304 </dd><dt><i>parent</i></dt> |
311 </dd><dt><i>parent</i></dt> |
305 <dd> |
312 <dd> |
306 parent widget of this dialog (QWidget) |
313 parent widget of this dialog (QWidget) |
307 </dd><dt><i>name</i></dt> |
314 </dd><dt><i>name</i></dt> |
308 <dd> |
315 <dd> |
369 Public slot to insert a test name into the testComboBox object. |
376 Public slot to insert a test name into the testComboBox object. |
370 </p><dl> |
377 </p><dl> |
371 <dt><i>testName</i></dt> |
378 <dt><i>testName</i></dt> |
372 <dd> |
379 <dd> |
373 name of the test to be inserted (string) |
380 name of the test to be inserted (string) |
|
381 </dd> |
|
382 </dl><a NAME="UnittestDialog.keyPressEvent" ID="UnittestDialog.keyPressEvent"></a> |
|
383 <h4>UnittestDialog.keyPressEvent</h4> |
|
384 <b>keyPressEvent</b>(<i>evt</i>) |
|
385 <p> |
|
386 Protected slot to handle key press events. |
|
387 </p><dl> |
|
388 <dt><i>evt</i></dt> |
|
389 <dd> |
|
390 key press event to handle (QKeyEvent) |
374 </dd> |
391 </dd> |
375 </dl><a NAME="UnittestDialog.on_buttonBox_clicked" ID="UnittestDialog.on_buttonBox_clicked"></a> |
392 </dl><a NAME="UnittestDialog.on_buttonBox_clicked" ID="UnittestDialog.on_buttonBox_clicked"></a> |
376 <h4>UnittestDialog.on_buttonBox_clicked</h4> |
393 <h4>UnittestDialog.on_buttonBox_clicked</h4> |
377 <b>on_buttonBox_clicked</b>(<i>button</i>) |
394 <b>on_buttonBox_clicked</b>(<i>button</i>) |
378 <p> |
395 <p> |