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

branch
eric7
changeset 10070
9f5758c0fec1
parent 9338
e7e6c61805cf
child 10259
b51dfacef37f
--- a/src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html	Thu May 25 19:51:47 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html	Thu May 25 19:52:31 2023 +0200
@@ -77,7 +77,7 @@
 </tr>
 <tr>
 <td><a href="#BreakPointModel.columnCount">columnCount</a></td>
-<td>Public method to get the current column count.</td>
+<td></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>Public method to get the parent index.</td>
+<td></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>Public method to change data in the model.</td>
+<td></td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -214,28 +214,6 @@
 <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>)
@@ -528,28 +506,6 @@
 <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>)
@@ -625,36 +581,6 @@
 <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