191 <td>Public slot to insert the filename prog into the testsuiteComboBox object.</td> |
191 <td>Public slot to insert the filename prog into the testsuiteComboBox object.</td> |
192 </tr><tr> |
192 </tr><tr> |
193 <td><a href="#UnittestDialog.insertTestName">insertTestName</a></td> |
193 <td><a href="#UnittestDialog.insertTestName">insertTestName</a></td> |
194 <td>Public slot to insert a test name into the testComboBox object.</td> |
194 <td>Public slot to insert a test name into the testComboBox object.</td> |
195 </tr><tr> |
195 </tr><tr> |
|
196 <td><a href="#UnittestDialog.keyPressEvent">keyPressEvent</a></td> |
|
197 <td>Protected slot to handle key press events.</td> |
|
198 </tr><tr> |
196 <td><a href="#UnittestDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
199 <td><a href="#UnittestDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
197 <td>Private slot called by a button of the button box clicked.</td> |
200 <td>Private slot called by a button of the button box clicked.</td> |
198 </tr><tr> |
201 </tr><tr> |
199 <td><a href="#UnittestDialog.on_errorsListWidget_currentTextChanged">on_errorsListWidget_currentTextChanged</a></td> |
202 <td><a href="#UnittestDialog.on_errorsListWidget_currentTextChanged">on_errorsListWidget_currentTextChanged</a></td> |
200 <td>Private slot to handle the highlighted signal.</td> |
203 <td>Private slot to handle the highlighted signal.</td> |
231 <table> |
234 <table> |
232 <tr><td>None</td></tr> |
235 <tr><td>None</td></tr> |
233 </table> |
236 </table> |
234 <a NAME="UnittestDialog.__init__" ID="UnittestDialog.__init__"></a> |
237 <a NAME="UnittestDialog.__init__" ID="UnittestDialog.__init__"></a> |
235 <h4>UnittestDialog (Constructor)</h4> |
238 <h4>UnittestDialog (Constructor)</h4> |
236 <b>UnittestDialog</b>(<i>prog = None, dbs = None, ui = None, parent = None, name = None</i>) |
239 <b>UnittestDialog</b>(<i>prog = None, dbs = None, ui = None, fromEric = False, parent = None, name = None</i>) |
237 <p> |
240 <p> |
238 Constructor |
241 Constructor |
239 </p><dl> |
242 </p><dl> |
240 <dt><i>prog</i></dt> |
243 <dt><i>prog</i></dt> |
241 <dd> |
244 <dd> |
242 filename of the program to open |
245 filename of the program to open |
243 </dd><dt><i>dbs</i></dt> |
246 </dd><dt><i>dbs</i></dt> |
244 <dd> |
247 <dd> |
245 reference to the debug server object. It is an indication |
248 reference to the debug server object. It is an indication |
246 whether we were called from within the eric5 IDE |
249 whether we were called from within the eric5 IDE |
247 </dd><dt><i>ui</i></dt> |
250 </dd><dt><i>ui</i></dt> |
248 <dd> |
251 <dd> |
249 reference to the UI object |
252 reference to the UI object |
|
253 </dd><dt><i>fromEric</i></dt> |
|
254 <dd> |
|
255 flag indicating an instantiation from within the |
|
256 eric IDE (boolean) |
250 </dd><dt><i>parent</i></dt> |
257 </dd><dt><i>parent</i></dt> |
251 <dd> |
258 <dd> |
252 parent widget of this dialog (QWidget) |
259 parent widget of this dialog (QWidget) |
253 </dd><dt><i>name</i></dt> |
260 </dd><dt><i>name</i></dt> |
254 <dd> |
261 <dd> |
315 Public slot to insert a test name into the testComboBox object. |
322 Public slot to insert a test name into the testComboBox object. |
316 </p><dl> |
323 </p><dl> |
317 <dt><i>testName</i></dt> |
324 <dt><i>testName</i></dt> |
318 <dd> |
325 <dd> |
319 name of the test to be inserted (string) |
326 name of the test to be inserted (string) |
|
327 </dd> |
|
328 </dl><a NAME="UnittestDialog.keyPressEvent" ID="UnittestDialog.keyPressEvent"></a> |
|
329 <h4>UnittestDialog.keyPressEvent</h4> |
|
330 <b>keyPressEvent</b>(<i>evt</i>) |
|
331 <p> |
|
332 Protected slot to handle key press events. |
|
333 </p><dl> |
|
334 <dt><i>evt</i></dt> |
|
335 <dd> |
|
336 key press event to handle (QKeyEvent) |
320 </dd> |
337 </dd> |
321 </dl><a NAME="UnittestDialog.on_buttonBox_clicked" ID="UnittestDialog.on_buttonBox_clicked"></a> |
338 </dl><a NAME="UnittestDialog.on_buttonBox_clicked" ID="UnittestDialog.on_buttonBox_clicked"></a> |
322 <h4>UnittestDialog.on_buttonBox_clicked</h4> |
339 <h4>UnittestDialog.on_buttonBox_clicked</h4> |
323 <b>on_buttonBox_clicked</b>(<i>button</i>) |
340 <b>on_buttonBox_clicked</b>(<i>button</i>) |
324 <p> |
341 <p> |