src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10417
c6011e501282
--- a/src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html	Fri Oct 27 14:09:40 2023 +0200
@@ -77,7 +77,7 @@
 </tr>
 <tr>
 <td><a href="#BreakPointModel.columnCount">columnCount</a></td>
-<td></td>
+<td>Public method to get the current column count.</td>
 </tr>
 <tr>
 <td><a href="#BreakPointModel.data">data</a></td>
@@ -129,7 +129,7 @@
 </tr>
 <tr>
 <td><a href="#BreakPointModel.parent">parent</a></td>
-<td></td>
+<td>Public method to get the parent index.</td>
 </tr>
 <tr>
 <td><a href="#BreakPointModel.rowCount">rowCount</a></td>
@@ -145,7 +145,7 @@
 </tr>
 <tr>
 <td><a href="#BreakPointModel.setData">setData</a></td>
-<td></td>
+<td>Public method to change data in the model.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -214,6 +214,28 @@
 <h4>BreakPointModel.columnCount</h4>
 <b>columnCount</b>(<i>parent=None</i>)
 
+<p>
+        Public method to get the current column count.
+</p>
+<dl>
+
+<dt><i>parent</i> (QModelIndex)</dt>
+<dd>
+reference to parent index (Unused)
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+column count
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
+</dl>
 <a NAME="BreakPointModel.data" ID="BreakPointModel.data"></a>
 <h4>BreakPointModel.data</h4>
 <b>data</b>(<i>index, role=Qt.ItemDataRole.DisplayRole</i>)
@@ -506,6 +528,28 @@
 <h4>BreakPointModel.parent</h4>
 <b>parent</b>(<i>index</i>)
 
+<p>
+        Public method to get the parent index.
+</p>
+<dl>
+
+<dt><i>index</i> (QModelIndex)</dt>
+<dd>
+index of item to get parent
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+index of parent
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
+</dd>
+</dl>
 <a NAME="BreakPointModel.rowCount" ID="BreakPointModel.rowCount"></a>
 <h4>BreakPointModel.rowCount</h4>
 <b>rowCount</b>(<i>parent=None</i>)
@@ -581,6 +625,36 @@
 <h4>BreakPointModel.setData</h4>
 <b>setData</b>(<i>index, value, role=Qt.ItemDataRole.EditRole</i>)
 
+<p>
+        Public method to change data in the model.
+</p>
+<dl>
+
+<dt><i>index</i> (QModelIndex)</dt>
+<dd>
+index of the changed data
+</dd>
+<dt><i>value</i> (any)</dt>
+<dd>
+value of the changed data
+</dd>
+<dt><i>role</i> (Qt.ItemDataRole)</dt>
+<dd>
+role of the changed data
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial