diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryManager.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryManager.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryManager.html Fri Dec 22 17:24:07 2023 +0100 @@ -94,21 +94,21 @@ </p> <dl> -<dt><i>url</i></dt> +<dt><i>url</i> (str)</dt> <dd> -URL of the history entry (string) +URL of the history entry </dd> -<dt><i>dateTime</i></dt> +<dt><i>dateTime</i> (QDateTime)</dt> <dd> -date and time this entry was created (QDateTime) +date and time this entry was created </dd> -<dt><i>title</i></dt> +<dt><i>title</i> (str)</dt> <dd> -title string for the history entry (string) +title string for the history entry </dd> -<dt><i>visitCount</i></dt> +<dt><i>visitCount</i> (int)</dt> <dd> -number of visits of this URL (int) +number of visits of this URL </dd> </dl> <a NAME="HistoryEntry.__eq__" ID="HistoryEntry.__eq__"></a> @@ -120,16 +120,21 @@ </p> <dl> -<dt><i>other</i></dt> +<dt><i>other</i> (HistoryEntry)</dt> <dd> reference to the history entry to compare against - (HistoryEntry) </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating equality (boolean) +flag indicating equality +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="HistoryEntry.__lt__" ID="HistoryEntry.__lt__"></a> @@ -144,16 +149,21 @@ </p> <dl> -<dt><i>other</i></dt> +<dt><i>other</i> (HistoryEntry)</dt> <dd> reference to the history entry to compare against - (HistoryEntry) </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating less (boolean) +flag indicating less +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="HistoryEntry.isValid" ID="HistoryEntry.isValid"></a> @@ -185,7 +195,13 @@ <dl> <dt>Return:</dt> <dd> -title of the entry (string) +title of the entry +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -363,9 +379,9 @@ </p> <dl> -<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="HistoryManager.__checkForExpired" ID="HistoryManager.__checkForExpired"></a> @@ -516,9 +532,9 @@ </p> <dl> -<dt><i>period</i></dt> +<dt><i>period</i> (int)</dt> <dd> -history period in milliseconds to be cleared (integer) +history period in milliseconds to be cleared </dd> </dl> <a NAME="HistoryManager.close" ID="HistoryManager.close"></a> @@ -538,7 +554,13 @@ <dl> <dt>Return:</dt> <dd> -days for entry expiration (integer) +days for entry expiration +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="HistoryManager.getFileName" ID="HistoryManager.getFileName"></a> @@ -551,7 +573,13 @@ <dl> <dt>Return:</dt> <dd> -name of the history file (string) +name of the history file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="HistoryManager.history" ID="HistoryManager.history"></a> @@ -564,7 +592,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the list of history entries (list of HistoryEntry) +reference to the list of history entries +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of HistoryEntry </dd> </dl> <a NAME="HistoryManager.historyFilterModel" ID="HistoryManager.historyFilterModel"></a> @@ -577,7 +611,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the history filter model (HistoryFilterModel) +reference to the history filter model +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +HistoryFilterModel </dd> </dl> <a NAME="HistoryManager.historyModel" ID="HistoryManager.historyModel"></a> @@ -590,7 +630,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the history model (HistoryModel) +reference to the history model +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +HistoryModel </dd> </dl> <a NAME="HistoryManager.historyTreeModel" ID="HistoryManager.historyTreeModel"></a> @@ -603,7 +649,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the history tree model (HistoryTreeModel) +reference to the history tree model +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +HistoryTreeModel </dd> </dl> <a NAME="HistoryManager.preferencesChanged" ID="HistoryManager.preferencesChanged"></a> @@ -629,13 +681,13 @@ </p> <dl> -<dt><i>url</i></dt> +<dt><i>url</i> (QUrl)</dt> <dd> -URL of the entry to remove (QUrl) +URL of the entry to remove </dd> -<dt><i>title</i></dt> +<dt><i>title</i> (str)</dt> <dd> -title of the entry to remove (string) +title of the entry to remove </dd> </dl> <a NAME="HistoryManager.save" ID="HistoryManager.save"></a> @@ -654,9 +706,9 @@ </p> <dl> -<dt><i>limit</i></dt> +<dt><i>limit</i> (int)</dt> <dd> -days for entry expiration (integer) +days for entry expiration </dd> </dl> <a NAME="HistoryManager.setHistory" ID="HistoryManager.setHistory"></a> @@ -668,15 +720,13 @@ </p> <dl> -<dt><i>history</i></dt> +<dt><i>history</i> (list of HistoryEntry)</dt> <dd> reference to the list of history entries to be set - (list of HistoryEntry) </dd> -<dt><i>loadedAndSorted</i></dt> +<dt><i>loadedAndSorted</i> (bool)</dt> <dd> flag indicating that the list is sorted - (boolean) </dd> </dl> <a NAME="HistoryManager.siteVisitsCount" ID="HistoryManager.siteVisitsCount"></a> @@ -719,13 +769,13 @@ </p> <dl> -<dt><i>url</i></dt> +<dt><i>url</i> (str)</dt> <dd> -URL of the entry to update (string) +URL of the entry to update </dd> -<dt><i>title</i></dt> +<dt><i>title</i> (str)</dt> <dd> -title of the entry to update (string) +title of the entry to update </dd> </dl> <div align="right"><a href="#top">Up</a></div>