Documentation/Source/eric5.E5Gui.E5ErrorMessageFilterDialog.html

Thu, 03 Apr 2014 23:05:31 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Thu, 03 Apr 2014 23:05:31 +0200
branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3018
70924c0bdaf1
permissions
-rw-r--r--

Merge with default branch.

<!DOCTYPE html>
<html><head>
<title>eric5.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>eric5.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.getFilters">getFilters</a></td>
<td>Public method to get the list of message filters.</td>
</tr><tr>
<td><a href="#E5ErrorMessageFilterDialog.on_addButton_clicked">on_addButton_clicked</a></td>
<td>Private slot to add an entry to the list.</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, parent=None</i>)
<p>
        Constructor
</p><dl>
<dt><i>messageFilters</i></dt>
<dd>
list of message filters to be edited
            (list of strings)
</dd><dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
</dl><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><a NAME="E5ErrorMessageFilterDialog.on_addButton_clicked" ID="E5ErrorMessageFilterDialog.on_addButton_clicked"></a>
<h4>E5ErrorMessageFilterDialog.on_addButton_clicked</h4>
<b>on_addButton_clicked</b>(<i></i>)
<p>
        Private slot to add an entry to the list.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial