eric6/Documentation/Source/eric6.Debugger.BreakPointModel.html

changeset 8049
af58c1d47e5e
parent 7989
a21d673a8f99
child 8077
1fd8f611f26a
diff -r aa1a01274673 -r af58c1d47e5e eric6/Documentation/Source/eric6.Debugger.BreakPointModel.html
--- a/eric6/Documentation/Source/eric6.Debugger.BreakPointModel.html	Mon Feb 01 16:04:34 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Debugger.BreakPointModel.html	Mon Feb 01 16:06:23 2021 +0100
@@ -86,6 +86,10 @@
 <td>Public method to add a new breakpoint to the list.</td>
 </tr>
 <tr>
+<td><a href="#BreakPointModel.addBreakPoints">addBreakPoints</a></td>
+<td>Public method to add multiple breakpoints to the list.</td>
+</tr>
+<tr>
 <td><a href="#BreakPointModel.columnCount">columnCount</a></td>
 <td>Public method to get the current column count.</td>
 </tr>
@@ -110,6 +114,10 @@
 <td>Public method to get item flags.</td>
 </tr>
 <tr>
+<td><a href="#BreakPointModel.getAllBreakpoints">getAllBreakpoints</a></td>
+<td>Public method to get a copy of the breakpoints.</td>
+</tr>
+<tr>
 <td><a href="#BreakPointModel.getBreakPointByIndex">getBreakPointByIndex</a></td>
 <td>Public method to get the values of a breakpoint given by index.</td>
 </tr>
@@ -197,6 +205,21 @@
             (tuple of condition, temporary flag, enabled flag, ignore count)
 </dd>
 </dl>
+<a NAME="BreakPointModel.addBreakPoints" ID="BreakPointModel.addBreakPoints"></a>
+<h4>BreakPointModel.addBreakPoints</h4>
+<b>addBreakPoints</b>(<i>breakpoints</i>)
+
+<p>
+        Public method to add multiple breakpoints to the list.
+</p>
+<dl>
+
+<dt><i>breakpoints</i> (list of (str, int, str, bool, bool, int))</dt>
+<dd>
+list of breakpoints with file name, line number,
+            condition, temporary flag, enabled flag and ignore count each
+</dd>
+</dl>
 <a NAME="BreakPointModel.columnCount" ID="BreakPointModel.columnCount"></a>
 <h4>BreakPointModel.columnCount</h4>
 <b>columnCount</b>(<i>parent=None</i>)
@@ -314,6 +337,25 @@
 Qt.ItemFlags
 </dd>
 </dl>
+<a NAME="BreakPointModel.getAllBreakpoints" ID="BreakPointModel.getAllBreakpoints"></a>
+<h4>BreakPointModel.getAllBreakpoints</h4>
+<b>getAllBreakpoints</b>(<i></i>)
+
+<p>
+        Public method to get a copy of the breakpoints.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+list of breakpoints
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of list of [str, int, str, bool, bool, int]
+</dd>
+</dl>
 <a NAME="BreakPointModel.getBreakPointByIndex" ID="BreakPointModel.getBreakPointByIndex"></a>
 <h4>BreakPointModel.getBreakPointByIndex</h4>
 <b>getBreakPointByIndex</b>(<i>index</i>)

eric ide

mercurial