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

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryModel.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryModel.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryModel.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,56 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.History.HistoryModel</h1>
-
 <p>
 Module implementing the history model.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#HistoryModel">HistoryModel</a></td>
 <td>Class implementing the history model.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="HistoryModel" ID="HistoryModel"></a>
 <h2>HistoryModel</h2>
-
 <p>
     Class implementing the history model.
 </p>
+
 <h3>Derived from</h3>
 QAbstractTableModel
 <h3>Class Attributes</h3>
+<table>
+<tr><td>DateRole</td></tr>
+<tr><td>DateTimeRole</td></tr>
+<tr><td>MaxRole</td></tr>
+<tr><td>TitleRole</td></tr>
+<tr><td>UrlRole</td></tr>
+<tr><td>UrlStringRole</td></tr>
+<tr><td>VisitCountRole</td></tr>
+</table>
 
-<table>
-<tr><td>DateRole</td></tr><tr><td>DateTimeRole</td></tr><tr><td>MaxRole</td></tr><tr><td>TitleRole</td></tr><tr><td>UrlRole</td></tr><tr><td>UrlStringRole</td></tr><tr><td>VisitCountRole</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#HistoryModel.__init__">HistoryModel</a></td>
 <td>Constructor</td>
@@ -91,19 +94,20 @@
 <td>Public method to determine the number of rows.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HistoryModel.__init__" ID="HistoryModel.__init__"></a>
 <h4>HistoryModel (Constructor)</h4>
 <b>HistoryModel</b>(<i>historyManager, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>historyManager</i> (HistoryManager)</dt>
@@ -118,10 +122,10 @@
 <a NAME="HistoryModel.columnCount" ID="HistoryModel.columnCount"></a>
 <h4>HistoryModel.columnCount</h4>
 <b>columnCount</b>(<i>parent=None</i>)
-
 <p>
         Public method to get the number of columns.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -144,10 +148,10 @@
 <a NAME="HistoryModel.data" ID="HistoryModel.data"></a>
 <h4>HistoryModel.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>
@@ -174,17 +178,17 @@
 <a NAME="HistoryModel.entryAdded" ID="HistoryModel.entryAdded"></a>
 <h4>HistoryModel.entryAdded</h4>
 <b>entryAdded</b>(<i></i>)
-
 <p>
         Public slot to handle the addition of a history entry.
 </p>
+
 <a NAME="HistoryModel.entryUpdated" ID="HistoryModel.entryUpdated"></a>
 <h4>HistoryModel.entryUpdated</h4>
 <b>entryUpdated</b>(<i>row</i>)
-
 <p>
         Public slot to handle the update of a history entry.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -195,10 +199,10 @@
 <a NAME="HistoryModel.headerData" ID="HistoryModel.headerData"></a>
 <h4>HistoryModel.headerData</h4>
 <b>headerData</b>(<i>section, orientation, role=Qt.ItemDataRole.DisplayRole</i>)
-
 <p>
         Public method to get the header data.
 </p>
+
 <dl>
 
 <dt><i>section</i> (int)</dt>
@@ -229,17 +233,17 @@
 <a NAME="HistoryModel.historyReset" ID="HistoryModel.historyReset"></a>
 <h4>HistoryModel.historyReset</h4>
 <b>historyReset</b>(<i></i>)
-
 <p>
         Public slot to reset the model.
 </p>
+
 <a NAME="HistoryModel.removeRows" ID="HistoryModel.removeRows"></a>
 <h4>HistoryModel.removeRows</h4>
 <b>removeRows</b>(<i>row, count, parent=None</i>)
-
 <p>
         Public method to remove history entries from the model.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -270,10 +274,10 @@
 <a NAME="HistoryModel.rowCount" ID="HistoryModel.rowCount"></a>
 <h4>HistoryModel.rowCount</h4>
 <b>rowCount</b>(<i>parent=None</i>)
-
 <p>
         Public method to determine the number of rows.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -295,4 +299,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