--- a/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html Thu May 25 19:52:31 2023 +0200 @@ -77,7 +77,7 @@ </tr> <tr> <td><a href="#WatchPointModel.columnCount">columnCount</a></td> -<td>Public method to get the current column count.</td> +<td></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>Public method to get the parent index.</td> +<td></td> </tr> <tr> <td><a href="#WatchPointModel.rowCount">rowCount</a></td> @@ -202,22 +202,6 @@ <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>) @@ -449,22 +433,6 @@ <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>)