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

branch
eric7
changeset 9311
8e588f403fd9
parent 9209
b99e7fd55fd3
child 9313
6bac6775abb2
diff -r 8ab45a4a6d96 -r 8e588f403fd9 src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html
--- a/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html	Sun Sep 04 16:11:32 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html	Mon Sep 05 18:08:43 2022 +0200
@@ -212,6 +212,10 @@
 <td>Private slot to update the state of the coverage checkbox depending on the selected framework's capabilities.</td>
 </tr>
 <tr>
+<td><a href="#TestingWidget.__updateMarkerSupport">__updateMarkerSupport</a></td>
+<td>Private slot to update the state of the marker related widgets depending on the selected framework's capabilities.</td>
+</tr>
+<tr>
 <td><a href="#TestingWidget.__updateProgress">__updateProgress</a></td>
 <td>Private slot update the progress indicators.</td>
 </tr>
@@ -248,6 +252,10 @@
 <td>Private slot handling the selection of a test framework.</td>
 </tr>
 <tr>
+<td><a href="#TestingWidget.on_showMarkersButton_clicked">on_showMarkersButton_clicked</a></td>
+<td>Private slot to show a window containing the list of defined markers.</td>
+</tr>
+<tr>
 <td><a href="#TestingWidget.on_testsuitePicker_aboutToShowPathPickerDialog">on_testsuitePicker_aboutToShowPathPickerDialog</a></td>
 <td>Private slot called before the test file selection dialog is shown.</td>
 </tr>
@@ -652,6 +660,14 @@
         Private slot to update the state of the coverage checkbox depending on
         the selected framework's capabilities.
 </p>
+<a NAME="TestingWidget.__updateMarkerSupport" ID="TestingWidget.__updateMarkerSupport"></a>
+<h4>TestingWidget.__updateMarkerSupport</h4>
+<b>__updateMarkerSupport</b>(<i></i>)
+
+<p>
+        Private slot to update the state of the marker related widgets depending on
+        the selected framework's capabilities.
+</p>
 <a NAME="TestingWidget.__updateProgress" ID="TestingWidget.__updateProgress"></a>
 <h4>TestingWidget.__updateProgress</h4>
 <b>__updateProgress</b>(<i></i>)
@@ -780,6 +796,13 @@
 index of the selected framework
 </dd>
 </dl>
+<a NAME="TestingWidget.on_showMarkersButton_clicked" ID="TestingWidget.on_showMarkersButton_clicked"></a>
+<h4>TestingWidget.on_showMarkersButton_clicked</h4>
+<b>on_showMarkersButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to show a window containing the list of defined markers.
+</p>
 <a NAME="TestingWidget.on_testsuitePicker_aboutToShowPathPickerDialog" ID="TestingWidget.on_testsuitePicker_aboutToShowPathPickerDialog"></a>
 <h4>TestingWidget.on_testsuitePicker_aboutToShowPathPickerDialog</h4>
 <b>on_testsuitePicker_aboutToShowPathPickerDialog</b>(<i></i>)

eric ide

mercurial