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

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryCompleter.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryCompleter.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.History.HistoryCompleter</h1>
-
 <p>
 Module implementing a special completer for the history.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#HistoryCompleter">HistoryCompleter</a></td>
 <td>Class implementing a completer for the browser history.</td>
@@ -33,35 +31,34 @@
 <td>Class implementing a special completer view for history based completions.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="HistoryCompleter" ID="HistoryCompleter"></a>
 <h2>HistoryCompleter</h2>
-
 <p>
     Class implementing a completer for the browser history.
 </p>
+
 <h3>Derived from</h3>
 QCompleter
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#HistoryCompleter.__init__">HistoryCompleter</a></td>
 <td>Constructor</td>
@@ -79,19 +76,20 @@
 <td>Public method to split the given path into strings, that are used to match at each level in the model.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HistoryCompleter.__init__" ID="HistoryCompleter.__init__"></a>
 <h4>HistoryCompleter (Constructor)</h4>
 <b>HistoryCompleter</b>(<i>model, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>model</i> (QAbstractItemModel)</dt>
@@ -106,17 +104,17 @@
 <a NAME="HistoryCompleter.__updateFilter" ID="HistoryCompleter.__updateFilter"></a>
 <h4>HistoryCompleter.__updateFilter</h4>
 <b>__updateFilter</b>(<i></i>)
-
 <p>
         Private slot to update the search string.
 </p>
+
 <a NAME="HistoryCompleter.pathFromIndex" ID="HistoryCompleter.pathFromIndex"></a>
 <h4>HistoryCompleter.pathFromIndex</h4>
 <b>pathFromIndex</b>(<i>idx</i>)
-
 <p>
         Public method to get a path for a given index.
 </p>
+
 <dl>
 
 <dt><i>idx</i> (QModelIndex)</dt>
@@ -139,11 +137,11 @@
 <a NAME="HistoryCompleter.splitPath" ID="HistoryCompleter.splitPath"></a>
 <h4>HistoryCompleter.splitPath</h4>
 <b>splitPath</b>(<i>path</i>)
-
 <p>
         Public method to split the given path into strings, that are used to
         match at each level in the model.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -168,26 +166,24 @@
 <hr />
 <a NAME="HistoryCompletionModel" ID="HistoryCompletionModel"></a>
 <h2>HistoryCompletionModel</h2>
-
 <p>
     Class implementing a special model for history based completions.
 </p>
+
 <h3>Derived from</h3>
 QSortFilterProxyModel
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>HistoryCompletionRole</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#HistoryCompletionModel.__init__">HistoryCompletionModel</a></td>
 <td>Constructor</td>
@@ -221,19 +217,20 @@
 <td>Public method to set the model's validity.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HistoryCompletionModel.__init__" ID="HistoryCompletionModel.__init__"></a>
 <h4>HistoryCompletionModel (Constructor)</h4>
 <b>HistoryCompletionModel</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -244,10 +241,10 @@
 <a NAME="HistoryCompletionModel.data" ID="HistoryCompletionModel.data"></a>
 <h4>HistoryCompletionModel.data</h4>
 <b>data</b>(<i>index, role=Qt.ItemDataRole.DisplayRole</i>)
-
 <p>
         Public method to get data from the model.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -274,10 +271,10 @@
 <a NAME="HistoryCompletionModel.filterAcceptsRow" ID="HistoryCompletionModel.filterAcceptsRow"></a>
 <h4>HistoryCompletionModel.filterAcceptsRow</h4>
 <b>filterAcceptsRow</b>(<i>sourceRow, sourceParent</i>)
-
 <p>
         Public method to determine, if the row is acceptable.
 </p>
+
 <dl>
 
 <dt><i>sourceRow</i> (int)</dt>
@@ -304,10 +301,10 @@
 <a NAME="HistoryCompletionModel.isValid" ID="HistoryCompletionModel.isValid"></a>
 <h4>HistoryCompletionModel.isValid</h4>
 <b>isValid</b>(<i></i>)
-
 <p>
         Public method to check the model for validity.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -323,7 +320,6 @@
 <a NAME="HistoryCompletionModel.lessThan" ID="HistoryCompletionModel.lessThan"></a>
 <h4>HistoryCompletionModel.lessThan</h4>
 <b>lessThan</b>(<i>left, right</i>)
-
 <p>
         Public method used to sort the displayed items.
 </p>
@@ -336,6 +332,7 @@
         "www.phoronix.com" a bonus for "ph", it does NOT make sense to give
         "www.yadda.com/foo.php" the bonus.
 </p>
+
 <dl>
 
 <dt><i>left</i> (QModelIndex)</dt>
@@ -362,10 +359,10 @@
 <a NAME="HistoryCompletionModel.searchString" ID="HistoryCompletionModel.searchString"></a>
 <h4>HistoryCompletionModel.searchString</h4>
 <b>searchString</b>(<i></i>)
-
 <p>
         Public method to get the current search string.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -381,10 +378,10 @@
 <a NAME="HistoryCompletionModel.setSearchString" ID="HistoryCompletionModel.setSearchString"></a>
 <h4>HistoryCompletionModel.setSearchString</h4>
 <b>setSearchString</b>(<i>sstring</i>)
-
 <p>
         Public method to set the current search string.
 </p>
+
 <dl>
 
 <dt><i>sstring</i> (str)</dt>
@@ -395,10 +392,10 @@
 <a NAME="HistoryCompletionModel.setValid" ID="HistoryCompletionModel.setValid"></a>
 <h4>HistoryCompletionModel.setValid</h4>
 <b>setValid</b>(<i>valid</i>)
-
 <p>
         Public method to set the model's validity.
 </p>
+
 <dl>
 
 <dt><i>valid</i> (bool)</dt>
@@ -411,26 +408,24 @@
 <hr />
 <a NAME="HistoryCompletionView" ID="HistoryCompletionView"></a>
 <h2>HistoryCompletionView</h2>
-
 <p>
     Class implementing a special completer view for history based completions.
 </p>
+
 <h3>Derived from</h3>
 QTableView
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#HistoryCompletionView.__init__">HistoryCompletionView</a></td>
 <td>Constructor</td>
@@ -444,19 +439,20 @@
 <td>Public method to give a size hint for rows.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HistoryCompletionView.__init__" ID="HistoryCompletionView.__init__"></a>
 <h4>HistoryCompletionView (Constructor)</h4>
 <b>HistoryCompletionView</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -467,10 +463,10 @@
 <a NAME="HistoryCompletionView.resizeEvent" ID="HistoryCompletionView.resizeEvent"></a>
 <h4>HistoryCompletionView.resizeEvent</h4>
 <b>resizeEvent</b>(<i>evt</i>)
-
 <p>
         Protected method handling resize events.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QResizeEvent)</dt>
@@ -481,10 +477,10 @@
 <a NAME="HistoryCompletionView.sizeHintForRow" ID="HistoryCompletionView.sizeHintForRow"></a>
 <h4>HistoryCompletionView.sizeHintForRow</h4>
 <b>sizeHintForRow</b>(<i>row</i>)
-
 <p>
         Public method to give a size hint for rows.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -506,4 +502,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial