diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Debugger.ExceptionsFilterDialog.html --- a/eric6/Documentation/Source/eric6.Debugger.ExceptionsFilterDialog.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Debugger.ExceptionsFilterDialog.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,128 +18,169 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.Debugger.ExceptionsFilterDialog</h1> + <p> Module implementing the exceptions filter dialog. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#ExceptionsFilterDialog">ExceptionsFilterDialog</a></td> <td>Class implementing the exceptions filter dialog.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="ExceptionsFilterDialog" ID="ExceptionsFilterDialog"></a> <h2>ExceptionsFilterDialog</h2> + <p> Class implementing the exceptions filter dialog. </p> <h3>Derived from</h3> QDialog, Ui_ExceptionsFilterDialog <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#ExceptionsFilterDialog.__init__">ExceptionsFilterDialog</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#ExceptionsFilterDialog.getExceptionsList">getExceptionsList</a></td> <td>Public method to retrieve the list of exception types.</td> -</tr><tr> +</tr> +<tr> <td><a href="#ExceptionsFilterDialog.on_addButton_clicked">on_addButton_clicked</a></td> <td>Private slot to handle the Add button press.</td> -</tr><tr> +</tr> +<tr> <td><a href="#ExceptionsFilterDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td> <td>Private slot to delete all exceptions of the listbox.</td> -</tr><tr> +</tr> +<tr> <td><a href="#ExceptionsFilterDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> <td>Private slot to delete the currently selected exception of the listbox.</td> -</tr><tr> +</tr> +<tr> <td><a href="#ExceptionsFilterDialog.on_exceptionEdit_textChanged">on_exceptionEdit_textChanged</a></td> <td>Private slot to handle the textChanged signal of exceptionEdit.</td> -</tr><tr> +</tr> +<tr> <td><a href="#ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged">on_exceptionList_itemSelectionChanged</a></td> <td>Private slot to handle the change of the selection.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="ExceptionsFilterDialog.__init__" ID="ExceptionsFilterDialog.__init__"></a> <h4>ExceptionsFilterDialog (Constructor)</h4> <b>ExceptionsFilterDialog</b>(<i>excList, ignore, parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>excList</i></dt> <dd> list of exceptions to be edited (list of strings) -</dd><dt><i>ignore</i></dt> +</dd> +<dt><i>ignore</i></dt> <dd> flag indicating the ignore exceptions mode (boolean) -</dd><dt><i>parent</i></dt> +</dd> +<dt><i>parent</i></dt> <dd> the parent widget (QWidget) </dd> -</dl><a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a> +</dl> +<a NAME="ExceptionsFilterDialog.getExceptionsList" ID="ExceptionsFilterDialog.getExceptionsList"></a> <h4>ExceptionsFilterDialog.getExceptionsList</h4> <b>getExceptionsList</b>(<i></i>) + <p> Public method to retrieve the list of exception types. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> list of exception types (list of strings) </dd> -</dl><a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a> +</dl> +<a NAME="ExceptionsFilterDialog.on_addButton_clicked" ID="ExceptionsFilterDialog.on_addButton_clicked"></a> <h4>ExceptionsFilterDialog.on_addButton_clicked</h4> <b>on_addButton_clicked</b>(<i></i>) + <p> Private slot to handle the Add button press. -</p><a NAME="ExceptionsFilterDialog.on_deleteAllButton_clicked" ID="ExceptionsFilterDialog.on_deleteAllButton_clicked"></a> +</p> +<a NAME="ExceptionsFilterDialog.on_deleteAllButton_clicked" ID="ExceptionsFilterDialog.on_deleteAllButton_clicked"></a> <h4>ExceptionsFilterDialog.on_deleteAllButton_clicked</h4> <b>on_deleteAllButton_clicked</b>(<i></i>) + <p> Private slot to delete all exceptions of the listbox. -</p><a NAME="ExceptionsFilterDialog.on_deleteButton_clicked" ID="ExceptionsFilterDialog.on_deleteButton_clicked"></a> +</p> +<a NAME="ExceptionsFilterDialog.on_deleteButton_clicked" ID="ExceptionsFilterDialog.on_deleteButton_clicked"></a> <h4>ExceptionsFilterDialog.on_deleteButton_clicked</h4> <b>on_deleteButton_clicked</b>(<i></i>) + <p> Private slot to delete the currently selected exception of the listbox. -</p><a NAME="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ID="ExceptionsFilterDialog.on_exceptionEdit_textChanged"></a> +</p> +<a NAME="ExceptionsFilterDialog.on_exceptionEdit_textChanged" ID="ExceptionsFilterDialog.on_exceptionEdit_textChanged"></a> <h4>ExceptionsFilterDialog.on_exceptionEdit_textChanged</h4> <b>on_exceptionEdit_textChanged</b>(<i>txt</i>) + <p> Private slot to handle the textChanged signal of exceptionEdit. -</p><p> +</p> +<p> This slot sets the enabled status of the add button and sets the forms default button. -</p><dl> +</p> +<dl> + <dt><i>txt</i></dt> <dd> the text entered into exceptionEdit (string) </dd> -</dl><a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a> +</dl> +<a NAME="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged" ID="ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged"></a> <h4>ExceptionsFilterDialog.on_exceptionList_itemSelectionChanged</h4> <b>on_exceptionList_itemSelectionChanged</b>(<i></i>) + <p> Private slot to handle the change of the selection. </p>