eric7/Documentation/Source/eric7.Debugger.BreakPointViewer.html

branch
eric7
changeset 8524
595547ab8d6f
parent 8372
e0227a7c850e
child 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Debugger.BreakPointViewer.html	Fri Aug 20 14:19:55 2021 +0200
+++ b/eric7/Documentation/Source/eric7.Debugger.BreakPointViewer.html	Fri Aug 20 18:02:46 2021 +0200
@@ -162,7 +162,7 @@
 </tr>
 <tr>
 <td><a href="#BreakPointViewer.__loadRecent">__loadRecent</a></td>
-<td>Private method to load the recently used file names.</td>
+<td>Private method to load the recently used file names and breakpoint conditions.</td>
 </tr>
 <tr>
 <td><a href="#BreakPointViewer.__resizeColumns">__resizeColumns</a></td>
@@ -174,7 +174,7 @@
 </tr>
 <tr>
 <td><a href="#BreakPointViewer.__saveRecent">__saveRecent</a></td>
-<td>Private method to save the list of recently used file names.</td>
+<td>Private method to save the list of recently used file names and breakpoint conditions.</td>
 </tr>
 <tr>
 <td><a href="#BreakPointViewer.__setBpEnabled">__setBpEnabled</a></td>
@@ -201,6 +201,10 @@
 <td>Private slot to convert an index to a source index.</td>
 </tr>
 <tr>
+<td><a href="#BreakPointViewer.clearHistories">clearHistories</a></td>
+<td>Public method to clear the recently used file names and breakpoint conditions.</td>
+</tr>
+<tr>
 <td><a href="#BreakPointViewer.handleResetUI">handleResetUI</a></td>
 <td>Public slot to reset the breakpoint viewer.</td>
 </tr>
@@ -419,8 +423,22 @@
 <b>__loadRecent</b>(<i></i>)
 
 <p>
-        Private method to load the recently used file names.
+        Private method to load the recently used file names and breakpoint
+        conditions.
 </p>
+<dl>
+<dt>Return:</dt>
+<dd>
+tuple containing the recently used file names and breakpoint
+            conditions
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (list of str, list of str)
+</dd>
+</dl>
 <a NAME="BreakPointViewer.__resizeColumns" ID="BreakPointViewer.__resizeColumns"></a>
 <h4>BreakPointViewer.__resizeColumns</h4>
 <b>__resizeColumns</b>(<i></i>)
@@ -438,11 +456,23 @@
 </p>
 <a NAME="BreakPointViewer.__saveRecent" ID="BreakPointViewer.__saveRecent"></a>
 <h4>BreakPointViewer.__saveRecent</h4>
-<b>__saveRecent</b>(<i></i>)
+<b>__saveRecent</b>(<i>fnHistory, condHistory</i>)
 
 <p>
-        Private method to save the list of recently used file names.
+        Private method to save the list of recently used file names and
+        breakpoint conditions.
 </p>
+<dl>
+
+<dt><i>fnHistory</i> (list of str)</dt>
+<dd>
+list of recently used file names
+</dd>
+<dt><i>condHistory</i> (list of str)</dt>
+<dd>
+list of recently used breakpoint conditions
+</dd>
+</dl>
 <a NAME="BreakPointViewer.__setBpEnabled" ID="BreakPointViewer.__setBpEnabled"></a>
 <h4>BreakPointViewer.__setBpEnabled</h4>
 <b>__setBpEnabled</b>(<i>index, enabled</i>)
@@ -533,6 +563,14 @@
 QModelIndex
 </dd>
 </dl>
+<a NAME="BreakPointViewer.clearHistories" ID="BreakPointViewer.clearHistories"></a>
+<h4>BreakPointViewer.clearHistories</h4>
+<b>clearHistories</b>(<i></i>)
+
+<p>
+        Public method to clear the recently used file names and breakpoint
+        conditions.
+</p>
 <a NAME="BreakPointViewer.handleResetUI" ID="BreakPointViewer.handleResetUI"></a>
 <h4>BreakPointViewer.handleResetUI</h4>
 <b>handleResetUI</b>(<i></i>)

eric ide

mercurial