Tue, 23 Apr 2024 11:26:04 +0200
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
9311 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.Testing.MarkersWindow</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <a NAME="top" ID="top"></a> | |
9 | <h1>eric7.Testing.MarkersWindow</h1> | |
10 | <p> | |
11 | Module implementing a dialog to show defined test markers. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
13 | |
9311 | 14 | <h3>Global Attributes</h3> |
15 | <table> | |
16 | <tr><td>None</td></tr> | |
17 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
18 | |
9311 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#MarkersWindow">MarkersWindow</a></td> | |
23 | <td>Class documentation goes here.</td> | |
24 | </tr> | |
25 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
26 | |
9311 | 27 | <h3>Functions</h3> |
28 | <table> | |
29 | <tr><td>None</td></tr> | |
30 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
31 | |
9311 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="MarkersWindow" ID="MarkersWindow"></a> | |
35 | <h2>MarkersWindow</h2> | |
36 | <p> | |
37 | Class documentation goes here. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
39 | |
9311 | 40 | <h3>Derived from</h3> |
41 | QWidget, Ui_MarkersWindow | |
42 | <h3>Class Attributes</h3> | |
43 | <table> | |
44 | <tr><td>None</td></tr> | |
45 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
46 | |
9311 | 47 | <h3>Class Methods</h3> |
48 | <table> | |
49 | <tr><td>None</td></tr> | |
50 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
51 | |
9311 | 52 | <h3>Methods</h3> |
53 | <table> | |
54 | <tr> | |
55 | <td><a href="#MarkersWindow.__init__">MarkersWindow</a></td> | |
56 | <td>Constructor</td> | |
57 | </tr> | |
58 | <tr> | |
59 | <td><a href="#MarkersWindow.closeEvent">closeEvent</a></td> | |
60 | <td>Protected slot implementing a close event handler.</td> | |
61 | </tr> | |
62 | <tr> | |
63 | <td><a href="#MarkersWindow.showMarkers">showMarkers</a></td> | |
64 | <td>Public method to show the dialog with the given markers.</td> | |
65 | </tr> | |
66 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
67 | |
9311 | 68 | <h3>Static Methods</h3> |
69 | <table> | |
70 | <tr><td>None</td></tr> | |
71 | </table> | |
72 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
73 | |
9311 | 74 | <a NAME="MarkersWindow.__init__" ID="MarkersWindow.__init__"></a> |
75 | <h4>MarkersWindow (Constructor)</h4> | |
76 | <b>MarkersWindow</b>(<i>parent=None</i>) | |
77 | <p> | |
78 | Constructor | |
79 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
80 | |
9311 | 81 | <dl> |
82 | ||
83 | <dt><i>parent</i> (QWidget (optional))</dt> | |
84 | <dd> | |
85 | reference to the parent widget (defaults to None) | |
86 | </dd> | |
87 | </dl> | |
88 | <a NAME="MarkersWindow.closeEvent" ID="MarkersWindow.closeEvent"></a> | |
89 | <h4>MarkersWindow.closeEvent</h4> | |
10692
9becf9ca115c
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
90 | <b>closeEvent</b>(<i>_evt</i>) |
9311 | 91 | <p> |
92 | Protected slot implementing a close event handler. | |
93 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
94 | |
9311 | 95 | <dl> |
96 | ||
10692
9becf9ca115c
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
97 | <dt><i>_evt</i> (QCloseEvent)</dt> |
9311 | 98 | <dd> |
10692
9becf9ca115c
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
99 | close event (unused) |
9311 | 100 | </dd> |
101 | </dl> | |
102 | <a NAME="MarkersWindow.showMarkers" ID="MarkersWindow.showMarkers"></a> | |
103 | <h4>MarkersWindow.showMarkers</h4> | |
104 | <b>showMarkers</b>(<i>markers</i>) | |
105 | <p> | |
106 | Public method to show the dialog with the given markers. | |
107 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
108 | |
9311 | 109 | <dl> |
110 | ||
111 | <dt><i>markers</i> (dict)</dt> | |
112 | <dd> | |
113 | dictionary containing the markers and their descriptions | |
114 | </dd> | |
115 | </dl> | |
116 | <div align="right"><a href="#top">Up</a></div> | |
117 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9311
diff
changeset
|
118 | </body></html> |