src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryCompleter.html

branch
eric7
changeset 10436
f6881d10e995
parent 10259
b51dfacef37f
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryCompleter.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryCompleter.html	Fri Dec 22 17:24:07 2023 +0100
@@ -94,13 +94,13 @@
 </p>
 <dl>
 
-<dt><i>model</i></dt>
+<dt><i>model</i> (QAbstractItemModel)</dt>
 <dd>
-reference to the model (QAbstractItemModel)
+reference to the model
 </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="HistoryCompleter.__updateFilter" ID="HistoryCompleter.__updateFilter"></a>
@@ -119,15 +119,21 @@
 </p>
 <dl>
 
-<dt><i>idx</i></dt>
+<dt><i>idx</i> (QModelIndex)</dt>
 <dd>
-reference to the index (QModelIndex)
+reference to the index
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-the actual URL from the history (string)
+the actual URL from the history
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="HistoryCompleter.splitPath" ID="HistoryCompleter.splitPath"></a>
@@ -140,15 +146,21 @@
 </p>
 <dl>
 
-<dt><i>path</i></dt>
+<dt><i>path</i> (str)</dt>
 <dd>
-path to be split (string)
+path to be split
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-list of path elements (list of strings)
+list of path elements
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -224,9 +236,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="HistoryCompletionModel.data" ID="HistoryCompletionModel.data"></a>
@@ -238,13 +250,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>
@@ -253,6 +265,12 @@
 history entry data
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Any
+</dd>
+</dl>
 <a NAME="HistoryCompletionModel.filterAcceptsRow" ID="HistoryCompletionModel.filterAcceptsRow"></a>
 <h4>HistoryCompletionModel.filterAcceptsRow</h4>
 <b>filterAcceptsRow</b>(<i>sourceRow, sourceParent</i>)
@@ -262,19 +280,25 @@
 </p>
 <dl>
 
-<dt><i>sourceRow</i></dt>
+<dt><i>sourceRow</i> (int)</dt>
 <dd>
-row number in the source model (integer)
+row number in the source model
 </dd>
-<dt><i>sourceParent</i></dt>
+<dt><i>sourceParent</i> (QModelIndex)</dt>
 <dd>
-index of the source item (QModelIndex)
+index of the source item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating acceptance (boolean)
+flag indicating acceptance
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="HistoryCompletionModel.isValid" ID="HistoryCompletionModel.isValid"></a>
@@ -287,7 +311,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a valid status (boolean)
+flag indicating a valid status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="HistoryCompletionModel.lessThan" ID="HistoryCompletionModel.lessThan"></a>
@@ -339,7 +369,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-current search string (string)
+current search string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="HistoryCompletionModel.setSearchString" ID="HistoryCompletionModel.setSearchString"></a>
@@ -351,9 +387,9 @@
 </p>
 <dl>
 
-<dt><i>sstring</i></dt>
+<dt><i>sstring</i> (str)</dt>
 <dd>
-new search string (string)
+new search string
 </dd>
 </dl>
 <a NAME="HistoryCompletionModel.setValid" ID="HistoryCompletionModel.setValid"></a>
@@ -365,9 +401,9 @@
 </p>
 <dl>
 
-<dt><i>valid</i></dt>
+<dt><i>valid</i> (bool)</dt>
 <dd>
-flag indicating the new valid status (boolean)
+flag indicating the new valid status
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -423,9 +459,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="HistoryCompletionView.resizeEvent" ID="HistoryCompletionView.resizeEvent"></a>
@@ -437,9 +473,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QResizeEvent)</dt>
 <dd>
-reference to the resize event (QResizeEvent)
+reference to the resize event
 </dd>
 </dl>
 <a NAME="HistoryCompletionView.sizeHintForRow" ID="HistoryCompletionView.sizeHintForRow"></a>
@@ -451,15 +487,21 @@
 </p>
 <dl>
 
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-row number (integer)
+row number
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-desired row height (integer)
+desired row height
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial