src/eric7/Documentation/Source/eric7.Testing.MarkersWindow.html

Tue, 23 Apr 2024 11:26:04 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 23 Apr 2024 11:26:04 +0200
branch
eric7
changeset 10692
9becf9ca115c
parent 10479
856476537696
permissions
-rw-r--r--

Changed the source code and the source code documentation to improve the indication of unused method/function arguments.

<!DOCTYPE html>
<html><head>
<title>eric7.Testing.MarkersWindow</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.Testing.MarkersWindow</h1>
<p>
Module implementing a dialog to show defined test markers.
</p>

<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>

<h3>Classes</h3>
<table>
<tr>
<td><a href="#MarkersWindow">MarkersWindow</a></td>
<td>Class documentation goes here.</td>
</tr>
</table>

<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>

<hr />
<hr />
<a NAME="MarkersWindow" ID="MarkersWindow"></a>
<h2>MarkersWindow</h2>
<p>
    Class documentation goes here.
</p>

<h3>Derived from</h3>
QWidget, Ui_MarkersWindow
<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="#MarkersWindow.__init__">MarkersWindow</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#MarkersWindow.closeEvent">closeEvent</a></td>
<td>Protected slot implementing a close event handler.</td>
</tr>
<tr>
<td><a href="#MarkersWindow.showMarkers">showMarkers</a></td>
<td>Public method to show the dialog with the given markers.</td>
</tr>
</table>

<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>


<a NAME="MarkersWindow.__init__" ID="MarkersWindow.__init__"></a>
<h4>MarkersWindow (Constructor)</h4>
<b>MarkersWindow</b>(<i>parent=None</i>)
<p>
        Constructor
</p>

<dl>

<dt><i>parent</i> (QWidget (optional))</dt>
<dd>
reference to the parent widget (defaults to None)
</dd>
</dl>
<a NAME="MarkersWindow.closeEvent" ID="MarkersWindow.closeEvent"></a>
<h4>MarkersWindow.closeEvent</h4>
<b>closeEvent</b>(<i>_evt</i>)
<p>
        Protected slot implementing a close event handler.
</p>

<dl>

<dt><i>_evt</i> (QCloseEvent)</dt>
<dd>
close event (unused)
</dd>
</dl>
<a NAME="MarkersWindow.showMarkers" ID="MarkersWindow.showMarkers"></a>
<h4>MarkersWindow.showMarkers</h4>
<b>showMarkers</b>(<i>markers</i>)
<p>
        Public method to show the dialog with the given markers.
</p>

<dl>

<dt><i>markers</i> (dict)</dt>
<dd>
dictionary containing the markers and their descriptions
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial