diff -r f99d60d6b59b -r 2602857055c5 eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessageFilterDialog.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessageFilterDialog.html Sun Apr 14 15:09:21 2019 +0200 @@ -0,0 +1,108 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.E5Gui.E5ErrorMessageFilterDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<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 /> +<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> +<td><a href="#E5ErrorMessageFilterDialog.__setToDefault">__setToDefault</a></td> +<td>Private slot to set the message list to the default values.</td> +</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> +<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> +list of default message filters +</dd><dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd> +</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> +<h4>E5ErrorMessageFilterDialog.getFilters</h4> +<b>getFilters</b>(<i></i>) +<p> + Public method to get the list of message filters. +</p><dl> +<dt>Returns:</dt> +<dd> +error message filters (list of strings) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file