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

branch
eric7
changeset 9311
8e588f403fd9
child 10479
856476537696
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.Testing.MarkersWindow.html	Mon Sep 05 18:08:43 2022 +0200
@@ -0,0 +1,120 @@
+<!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>
\ No newline at end of file

eric ide

mercurial