--- a/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html Fri Oct 27 14:09:40 2023 +0200 @@ -77,7 +77,7 @@ </tr> <tr> <td><a href="#WatchPointModel.columnCount">columnCount</a></td> -<td></td> +<td>Public method to get the current column count.</td> </tr> <tr> <td><a href="#WatchPointModel.data">data</a></td> @@ -125,7 +125,7 @@ </tr> <tr> <td><a href="#WatchPointModel.parent">parent</a></td> -<td></td> +<td>Public method to get the parent index.</td> </tr> <tr> <td><a href="#WatchPointModel.rowCount">rowCount</a></td> @@ -202,6 +202,22 @@ <h4>WatchPointModel.columnCount</h4> <b>columnCount</b>(<i>parent=None</i>) +<p> + Public method to get the current column count. +</p> +<dl> + +<dt><i>parent</i></dt> +<dd> +index of the parent item (QModelIndex) (Unused) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +column count (integer) +</dd> +</dl> <a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a> <h4>WatchPointModel.data</h4> <b>data</b>(<i>index, role</i>) @@ -433,6 +449,22 @@ <h4>WatchPointModel.parent</h4> <b>parent</b>(<i>index</i>) +<p> + Public method to get the parent index. +</p> +<dl> + +<dt><i>index</i></dt> +<dd> +index of item to get parent (QModelIndex) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +index of parent (QModelIndex) +</dd> +</dl> <a NAME="WatchPointModel.rowCount" ID="WatchPointModel.rowCount"></a> <h4>WatchPointModel.rowCount</h4> <b>rowCount</b>(<i>parent=None</i>)