diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessageFilterDialog.html --- a/eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessageFilterDialog.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessageFilterDialog.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,86 +18,112 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.E5Gui.E5ErrorMessageFilterDialog</h1> + <p> Module implementing a dialog to manage the list of messages to be ignored. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#E5ErrorMessageFilterDialog">E5ErrorMessageFilterDialog</a></td> <td>Class implementing a dialog to manage the list of messages to be ignored.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="E5ErrorMessageFilterDialog" ID="E5ErrorMessageFilterDialog"></a> <h2>E5ErrorMessageFilterDialog</h2> + <p> Class implementing a dialog to manage the list of messages to be ignored. </p> <h3>Derived from</h3> QDialog, Ui_E5ErrorMessageFilterDialog <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="#E5ErrorMessageFilterDialog.__init__">E5ErrorMessageFilterDialog</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#E5ErrorMessageFilterDialog.__setToDefault">__setToDefault</a></td> <td>Private slot to set the message list to the default values.</td> -</tr><tr> +</tr> +<tr> <td><a href="#E5ErrorMessageFilterDialog.getFilters">getFilters</a></td> <td>Public method to get the list of message filters.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="E5ErrorMessageFilterDialog.__init__" ID="E5ErrorMessageFilterDialog.__init__"></a> <h4>E5ErrorMessageFilterDialog (Constructor)</h4> <b>E5ErrorMessageFilterDialog</b>(<i>messageFilters, defaultFilters, parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>messageFilters</i> (list of str)</dt> <dd> list of message filters to be edited -</dd><dt><i>defaultFilters</i> (list of str)</dt> +</dd> +<dt><i>defaultFilters</i> (list of str)</dt> <dd> list of default message filters -</dd><dt><i>parent</i> (QWidget)</dt> +</dd> +<dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> -</dl><a NAME="E5ErrorMessageFilterDialog.__setToDefault" ID="E5ErrorMessageFilterDialog.__setToDefault"></a> +</dl> +<a NAME="E5ErrorMessageFilterDialog.__setToDefault" ID="E5ErrorMessageFilterDialog.__setToDefault"></a> <h4>E5ErrorMessageFilterDialog.__setToDefault</h4> <b>__setToDefault</b>(<i></i>) + <p> Private slot to set the message list to the default values. -</p><a NAME="E5ErrorMessageFilterDialog.getFilters" ID="E5ErrorMessageFilterDialog.getFilters"></a> +</p> +<a NAME="E5ErrorMessageFilterDialog.getFilters" ID="E5ErrorMessageFilterDialog.getFilters"></a> <h4>E5ErrorMessageFilterDialog.getFilters</h4> <b>getFilters</b>(<i></i>) + <p> Public method to get the list of message filters. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> error message filters (list of strings)