Sat, 10 Dec 2011 14:00:25 +0100
Regenerated source docu.
--- a/APIs/Python3/eric5.api Sat Dec 10 13:59:28 2011 +0100 +++ b/APIs/Python3/eric5.api Sat Dec 10 14:00:25 2011 +0100 @@ -5376,6 +5376,7 @@ eric5.PyUnit.UnittestDialog.QtTestResult?1(parent) eric5.PyUnit.UnittestDialog.UnittestDialog.insertProg?4(prog) eric5.PyUnit.UnittestDialog.UnittestDialog.insertTestName?4(testName) +eric5.PyUnit.UnittestDialog.UnittestDialog.keyPressEvent?4(evt) eric5.PyUnit.UnittestDialog.UnittestDialog.on_buttonBox_clicked?4(button) eric5.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_currentTextChanged?4(text) eric5.PyUnit.UnittestDialog.UnittestDialog.on_errorsListWidget_itemDoubleClicked?4(lbitem) @@ -5391,7 +5392,7 @@ eric5.PyUnit.UnittestDialog.UnittestDialog.testStarted?4(test, doc) eric5.PyUnit.UnittestDialog.UnittestDialog.testSucceededUnexpected?4(test) eric5.PyUnit.UnittestDialog.UnittestDialog.unittestFile?7 -eric5.PyUnit.UnittestDialog.UnittestDialog?1(prog=None, dbs=None, ui=None, parent=None, name=None) +eric5.PyUnit.UnittestDialog.UnittestDialog?1(prog=None, dbs=None, ui=None, fromEric=False, parent=None, name=None) eric5.PyUnit.UnittestDialog.UnittestWindow.eventFilter?4(obj, event) eric5.PyUnit.UnittestDialog.UnittestWindow?1(prog=None, parent=None) eric5.QScintilla.APIsManager.APIs.apiPreparationCancelled?7
--- a/Documentation/Help/source.qhp Sat Dec 10 13:59:28 2011 +0100 +++ b/Documentation/Help/source.qhp Sat Dec 10 14:00:25 2011 +0100 @@ -1283,6 +1283,7 @@ <keyword name="UnittestDialog.__showSource" id="UnittestDialog.__showSource" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.__showSource" /> <keyword name="UnittestDialog.insertProg" id="UnittestDialog.insertProg" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertProg" /> <keyword name="UnittestDialog.insertTestName" id="UnittestDialog.insertTestName" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.insertTestName" /> + <keyword name="UnittestDialog.keyPressEvent" id="UnittestDialog.keyPressEvent" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.keyPressEvent" /> <keyword name="UnittestDialog.on_buttonBox_clicked" id="UnittestDialog.on_buttonBox_clicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_buttonBox_clicked" /> <keyword name="UnittestDialog.on_errorsListWidget_currentTextChanged" id="UnittestDialog.on_errorsListWidget_currentTextChanged" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_currentTextChanged" /> <keyword name="UnittestDialog.on_errorsListWidget_itemDoubleClicked" id="UnittestDialog.on_errorsListWidget_itemDoubleClicked" ref="eric5.PyUnit.UnittestDialog.html#UnittestDialog.on_errorsListWidget_itemDoubleClicked" />
--- a/Documentation/Source/eric5.PyUnit.UnittestDialog.html Sat Dec 10 13:59:28 2011 +0100 +++ b/Documentation/Source/eric5.PyUnit.UnittestDialog.html Sat Dec 10 14:00:25 2011 +0100 @@ -238,6 +238,9 @@ <td><a href="#UnittestDialog.insertTestName">insertTestName</a></td> <td>Public slot to insert a test name into the testComboBox object.</td> </tr><tr> +<td><a href="#UnittestDialog.keyPressEvent">keyPressEvent</a></td> +<td>Protected slot to handle key press events.</td> +</tr><tr> <td><a href="#UnittestDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> @@ -287,7 +290,7 @@ </table> <a NAME="UnittestDialog.__init__" ID="UnittestDialog.__init__"></a> <h4>UnittestDialog (Constructor)</h4> -<b>UnittestDialog</b>(<i>prog=None, dbs=None, ui=None, parent=None, name=None</i>) +<b>UnittestDialog</b>(<i>prog=None, dbs=None, ui=None, fromEric=False, parent=None, name=None</i>) <p> Constructor </p><dl> @@ -297,10 +300,14 @@ </dd><dt><i>dbs</i></dt> <dd> reference to the debug server object. It is an indication - whether we were called from within the eric5 IDE + whether we were called from within the eric5 IDE </dd><dt><i>ui</i></dt> <dd> reference to the UI object +</dd><dt><i>fromEric</i></dt> +<dd> +flag indicating an instantiation from within the + eric IDE (boolean) </dd><dt><i>parent</i></dt> <dd> parent widget of this dialog (QWidget) @@ -372,6 +379,16 @@ <dd> name of the test to be inserted (string) </dd> +</dl><a NAME="UnittestDialog.keyPressEvent" ID="UnittestDialog.keyPressEvent"></a> +<h4>UnittestDialog.keyPressEvent</h4> +<b>keyPressEvent</b>(<i>evt</i>) +<p> + Protected slot to handle key press events. +</p><dl> +<dt><i>evt</i></dt> +<dd> +key press event to handle (QKeyEvent) +</dd> </dl><a NAME="UnittestDialog.on_buttonBox_clicked" ID="UnittestDialog.on_buttonBox_clicked"></a> <h4>UnittestDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>)