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

Mon, 09 Jan 2023 11:22:56 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 09 Jan 2023 11:22:56 +0100
branch
eric7
changeset 9686
2eee7a645cba
parent 9311
8e588f403fd9
child 10479
856476537696
permissions
-rw-r--r--

Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.

<!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>e</i>)

<p>
        Protected slot implementing a close event handler.
</p>
<dl>

<dt><i>e</i> (QCloseEvent)</dt>
<dd>
close event
</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