--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryModel.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryModel.html Fri Dec 22 17:24:07 2023 +0100 @@ -106,14 +106,13 @@ </p> <dl> -<dt><i>historyManager</i></dt> +<dt><i>historyManager</i> (HistoryManager)</dt> <dd> reference to the history manager object - (HistoryManager) </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -reference to the parent object (QObject) +reference to the parent object </dd> </dl> <a NAME="HistoryModel.columnCount" ID="HistoryModel.columnCount"></a> @@ -125,15 +124,21 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QModelIndex)</dt> <dd> -index of parent (QModelIndex) +index of parent </dd> </dl> <dl> <dt>Return:</dt> <dd> -number of columns (integer) +number of columns +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="HistoryModel.data" ID="HistoryModel.data"></a> @@ -145,13 +150,13 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (QModelIndex)</dt> <dd> -index of history entry to get data for (QModelIndex) +index of history entry to get data for </dd> -<dt><i>role</i></dt> +<dt><i>role</i> (int)</dt> <dd> -data role (integer) +data role </dd> </dl> <dl> @@ -160,6 +165,12 @@ history entry data </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +Any +</dd> +</dl> <a NAME="HistoryModel.entryAdded" ID="HistoryModel.entryAdded"></a> <h4>HistoryModel.entryAdded</h4> <b>entryAdded</b>(<i></i>) @@ -176,9 +187,9 @@ </p> <dl> -<dt><i>row</i></dt> +<dt><i>row</i> (int)</dt> <dd> -row number of the updated entry (integer) +row number of the updated entry </dd> </dl> <a NAME="HistoryModel.headerData" ID="HistoryModel.headerData"></a> @@ -190,17 +201,17 @@ </p> <dl> -<dt><i>section</i></dt> +<dt><i>section</i> (int)</dt> <dd> -section number (integer) +section number </dd> -<dt><i>orientation</i></dt> +<dt><i>orientation</i> (Qt.Orientation)</dt> <dd> -header orientation (Qt.Orientation) +header orientation </dd> -<dt><i>role</i></dt> +<dt><i>role</i> (Qt.ItemDataRole)</dt> <dd> -data role (Qt.ItemDataRole) +data role </dd> </dl> <dl> @@ -209,6 +220,12 @@ header data </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +Any +</dd> +</dl> <a NAME="HistoryModel.historyReset" ID="HistoryModel.historyReset"></a> <h4>HistoryModel.historyReset</h4> <b>historyReset</b>(<i></i>) @@ -225,23 +242,29 @@ </p> <dl> -<dt><i>row</i></dt> +<dt><i>row</i> (int)</dt> <dd> -row of the first history entry to remove (integer) +row of the first history entry to remove </dd> -<dt><i>count</i></dt> +<dt><i>count</i> (int)</dt> <dd> -number of history entries to remove (integer) +number of history entries to remove </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QModelIndex)</dt> <dd> -index of the parent entry (QModelIndex) +index of the parent entry </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating successful removal (boolean) +flag indicating successful removal +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="HistoryModel.rowCount" ID="HistoryModel.rowCount"></a> @@ -253,15 +276,21 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QModelIndex)</dt> <dd> -index of parent (QModelIndex) +index of parent </dd> </dl> <dl> <dt>Return:</dt> <dd> -number of rows (integer) +number of rows +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <div align="right"><a href="#top">Up</a></div>