src/eric7/Documentation/Source/eric7.Debugger.ExceptionsFilterDialog.html

branch
eric7
changeset 10417
c6011e501282
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r 5d807e997391 -r c6011e501282 src/eric7/Documentation/Source/eric7.Debugger.ExceptionsFilterDialog.html
--- a/src/eric7/Documentation/Source/eric7.Debugger.ExceptionsFilterDialog.html	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.ExceptionsFilterDialog.html	Sun Dec 17 17:15:19 2023 +0100
@@ -98,17 +98,17 @@
 </p>
 <dl>
 
-<dt><i>excList</i></dt>
+<dt><i>excList</i> (list of str)</dt>
 <dd>
-list of exceptions to be edited (list of strings)
+list of exceptions to be edited
 </dd>
-<dt><i>ignore</i></dt>
+<dt><i>ignore</i> (bool)</dt>
 <dd>
-flag indicating the ignore exceptions mode (boolean)
+flag indicating the ignore exceptions mode
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a>
@@ -121,7 +121,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of exception types (list of strings)
+list of exception types
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a>
@@ -158,9 +164,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-the text entered into exceptionEdit (string)
+the text entered into exceptionEdit
 </dd>
 </dl>
 <a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a>

eric ide

mercurial