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

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryTreeModel.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryTreeModel.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.History.HistoryTreeModel</h1>
-
 <p>
 Module implementing the history tree model.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#HistoryTreeModel">HistoryTreeModel</a></td>
 <td>Class implementing the history tree model.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="HistoryTreeModel" ID="HistoryTreeModel"></a>
 <h2>HistoryTreeModel</h2>
-
 <p>
     Class implementing the history tree model.
 </p>
+
 <h3>Derived from</h3>
 QAbstractProxyModel
 <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="#HistoryTreeModel.__init__">HistoryTreeModel</a></td>
 <td>Constructor</td>
@@ -123,19 +120,20 @@
 <td>Public method to set the source model.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HistoryTreeModel.__init__" ID="HistoryTreeModel.__init__"></a>
 <h4>HistoryTreeModel (Constructor)</h4>
 <b>HistoryTreeModel</b>(<i>sourceModel, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>sourceModel</i> (QAbstractItemModel)</dt>
@@ -150,11 +148,11 @@
 <a NAME="HistoryTreeModel.__sourceDateRow" ID="HistoryTreeModel.__sourceDateRow"></a>
 <h4>HistoryTreeModel.__sourceDateRow</h4>
 <b>__sourceDateRow</b>(<i>row</i>)
-
 <p>
         Private method to translate the top level date row into the offset
         where that date starts.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -177,17 +175,17 @@
 <a NAME="HistoryTreeModel.__sourceReset" ID="HistoryTreeModel.__sourceReset"></a>
 <h4>HistoryTreeModel.__sourceReset</h4>
 <b>__sourceReset</b>(<i></i>)
-
 <p>
         Private slot to handle a reset of the source model.
 </p>
+
 <a NAME="HistoryTreeModel.__sourceRowsInserted" ID="HistoryTreeModel.__sourceRowsInserted"></a>
 <h4>HistoryTreeModel.__sourceRowsInserted</h4>
 <b>__sourceRowsInserted</b>(<i>parent, start, end</i>)
-
 <p>
         Private slot to handle the insertion of data in the source model.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -206,10 +204,10 @@
 <a NAME="HistoryTreeModel.__sourceRowsRemoved" ID="HistoryTreeModel.__sourceRowsRemoved"></a>
 <h4>HistoryTreeModel.__sourceRowsRemoved</h4>
 <b>__sourceRowsRemoved</b>(<i>parent, start, end</i>)
-
 <p>
         Private slot to handle the removal of data in the source model.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -228,10 +226,10 @@
 <a NAME="HistoryTreeModel.columnCount" ID="HistoryTreeModel.columnCount"></a>
 <h4>HistoryTreeModel.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>
@@ -254,10 +252,10 @@
 <a NAME="HistoryTreeModel.data" ID="HistoryTreeModel.data"></a>
 <h4>HistoryTreeModel.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>
@@ -284,10 +282,10 @@
 <a NAME="HistoryTreeModel.flags" ID="HistoryTreeModel.flags"></a>
 <h4>HistoryTreeModel.flags</h4>
 <b>flags</b>(<i>index</i>)
-
 <p>
         Public method to get the item flags.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -310,10 +308,10 @@
 <a NAME="HistoryTreeModel.hasChildren" ID="HistoryTreeModel.hasChildren"></a>
 <h4>HistoryTreeModel.hasChildren</h4>
 <b>hasChildren</b>(<i>parent=None</i>)
-
 <p>
         Public method to check, if an entry has some children.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QModelIndex)</dt>
@@ -336,10 +334,10 @@
 <a NAME="HistoryTreeModel.headerData" ID="HistoryTreeModel.headerData"></a>
 <h4>HistoryTreeModel.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>
@@ -370,10 +368,10 @@
 <a NAME="HistoryTreeModel.index" ID="HistoryTreeModel.index"></a>
 <h4>HistoryTreeModel.index</h4>
 <b>index</b>(<i>row, column, parent=None</i>)
-
 <p>
         Public method to create an index.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -404,10 +402,10 @@
 <a NAME="HistoryTreeModel.mapFromSource" ID="HistoryTreeModel.mapFromSource"></a>
 <h4>HistoryTreeModel.mapFromSource</h4>
 <b>mapFromSource</b>(<i>sourceIndex</i>)
-
 <p>
         Public method to map an index to the proxy model index.
 </p>
+
 <dl>
 
 <dt><i>sourceIndex</i> (QModelIndex)</dt>
@@ -430,10 +428,10 @@
 <a NAME="HistoryTreeModel.mapToSource" ID="HistoryTreeModel.mapToSource"></a>
 <h4>HistoryTreeModel.mapToSource</h4>
 <b>mapToSource</b>(<i>proxyIndex</i>)
-
 <p>
         Public method to map an index to the source model index.
 </p>
+
 <dl>
 
 <dt><i>proxyIndex</i> (QModelIndex)</dt>
@@ -456,10 +454,10 @@
 <a NAME="HistoryTreeModel.parent" ID="HistoryTreeModel.parent"></a>
 <h4>HistoryTreeModel.parent</h4>
 <b>parent</b>(<i>index</i>)
-
 <p>
         Public method to get the parent index.
 </p>
+
 <dl>
 
 <dt><i>index</i> (QModelIndex)</dt>
@@ -482,10 +480,10 @@
 <a NAME="HistoryTreeModel.removeRows" ID="HistoryTreeModel.removeRows"></a>
 <h4>HistoryTreeModel.removeRows</h4>
 <b>removeRows</b>(<i>row, count, parent=None</i>)
-
 <p>
         Public method to remove entries from the model.
 </p>
+
 <dl>
 
 <dt><i>row</i> (int)</dt>
@@ -516,10 +514,10 @@
 <a NAME="HistoryTreeModel.rowCount" ID="HistoryTreeModel.rowCount"></a>
 <h4>HistoryTreeModel.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>
@@ -542,10 +540,10 @@
 <a NAME="HistoryTreeModel.setSourceModel" ID="HistoryTreeModel.setSourceModel"></a>
 <h4>HistoryTreeModel.setSourceModel</h4>
 <b>setSourceModel</b>(<i>sourceModel</i>)
-
 <p>
         Public method to set the source model.
 </p>
+
 <dl>
 
 <dt><i>sourceModel</i> (QAbstractItemModel)</dt>
@@ -555,4 +553,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