--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryMenu.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryMenu.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.History.HistoryMenu</h1> - <p> Module implementing the history menu. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#HistoryMenu">HistoryMenu</a></td> <td>Class implementing the history menu.</td> @@ -37,19 +35,20 @@ <td>Class implementing a model to show the most visited history entries.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="HistoryMenu" ID="HistoryMenu"></a> <h2>HistoryMenu</h2> - <p> Class implementing the history menu. </p> + <h3>Signals</h3> <dl> @@ -79,19 +78,17 @@ <h3>Derived from</h3> EricModelMenu <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="#HistoryMenu.__init__">HistoryMenu</a></td> <td>Constructor</td> @@ -129,19 +126,20 @@ <td>Public slot to show the history dialog.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="HistoryMenu.__init__" ID="HistoryMenu.__init__"></a> <h4>HistoryMenu (Constructor)</h4> <b>HistoryMenu</b>(<i>parent=None, tabWidget=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -157,17 +155,17 @@ <a NAME="HistoryMenu.__aboutToShowClosedTabsMenu" ID="HistoryMenu.__aboutToShowClosedTabsMenu"></a> <h4>HistoryMenu.__aboutToShowClosedTabsMenu</h4> <b>__aboutToShowClosedTabsMenu</b>(<i></i>) - <p> Private slot to populate the closed tabs menu. </p> + <a NAME="HistoryMenu.__activated" ID="HistoryMenu.__activated"></a> <h4>HistoryMenu.__activated</h4> <b>__activated</b>(<i>idx</i>) - <p> Private slot handling the activated signal. </p> + <dl> <dt><i>idx</i> (QModelIndex)</dt> @@ -178,17 +176,17 @@ <a NAME="HistoryMenu.__clearHistoryDialog" ID="HistoryMenu.__clearHistoryDialog"></a> <h4>HistoryMenu.__clearHistoryDialog</h4> <b>__clearHistoryDialog</b>(<i></i>) - <p> Private slot to clear the history. </p> + <a NAME="HistoryMenu.__closedTabAvailable" ID="HistoryMenu.__closedTabAvailable"></a> <h4>HistoryMenu.__closedTabAvailable</h4> <b>__closedTabAvailable</b>(<i>avail</i>) - <p> Private slot to handle changes of the availability of closed tabs. </p> + <dl> <dt><i>avail</i> (bool)</dt> @@ -199,17 +197,17 @@ <a NAME="HistoryMenu.postPopulated" ID="HistoryMenu.postPopulated"></a> <h4>HistoryMenu.postPopulated</h4> <b>postPopulated</b>(<i></i>) - <p> Public method to add any actions after the tree. </p> + <a NAME="HistoryMenu.prePopulated" ID="HistoryMenu.prePopulated"></a> <h4>HistoryMenu.prePopulated</h4> <b>prePopulated</b>(<i></i>) - <p> Public method to add any actions before the tree. </p> + <dl> <dt>Return:</dt> <dd> @@ -225,11 +223,11 @@ <a NAME="HistoryMenu.setInitialActions" ID="HistoryMenu.setInitialActions"></a> <h4>HistoryMenu.setInitialActions</h4> <b>setInitialActions</b>(<i>actions</i>) - <p> Public method to set the list of actions that should appear first in the menu. </p> + <dl> <dt><i>actions</i> (list of QAction)</dt> @@ -240,38 +238,36 @@ <a NAME="HistoryMenu.showHistoryDialog" ID="HistoryMenu.showHistoryDialog"></a> <h4>HistoryMenu.showHistoryDialog</h4> <b>showHistoryDialog</b>(<i></i>) - <p> Public slot to show the history dialog. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> <a NAME="HistoryMenuModel" ID="HistoryMenuModel"></a> <h2>HistoryMenuModel</h2> - <p> Class implementing a model for the history menu. </p> <p> It maps the first bunch of items of the source model to the root. </p> + <h3>Derived from</h3> QAbstractProxyModel <h3>Class Attributes</h3> - <table> <tr><td>MOVEDROWS</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#HistoryMenuModel.__init__">HistoryMenuModel</a></td> <td>Constructor</td> @@ -309,19 +305,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="HistoryMenuModel.__init__" ID="HistoryMenuModel.__init__"></a> <h4>HistoryMenuModel (Constructor)</h4> <b>HistoryMenuModel</b>(<i>sourceModel, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>sourceModel</i> (QAbstractItemModel)</dt> @@ -336,10 +333,10 @@ <a NAME="HistoryMenuModel.bumpedRows" ID="HistoryMenuModel.bumpedRows"></a> <h4>HistoryMenuModel.bumpedRows</h4> <b>bumpedRows</b>(<i></i>) - <p> Public method to determine the number of rows moved to the root. </p> + <dl> <dt>Return:</dt> <dd> @@ -355,10 +352,10 @@ <a NAME="HistoryMenuModel.columnCount" ID="HistoryMenuModel.columnCount"></a> <h4>HistoryMenuModel.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> @@ -381,10 +378,10 @@ <a NAME="HistoryMenuModel.index" ID="HistoryMenuModel.index"></a> <h4>HistoryMenuModel.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> @@ -415,10 +412,10 @@ <a NAME="HistoryMenuModel.mapFromSource" ID="HistoryMenuModel.mapFromSource"></a> <h4>HistoryMenuModel.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> @@ -441,10 +438,10 @@ <a NAME="HistoryMenuModel.mapToSource" ID="HistoryMenuModel.mapToSource"></a> <h4>HistoryMenuModel.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> @@ -467,10 +464,10 @@ <a NAME="HistoryMenuModel.mimeData" ID="HistoryMenuModel.mimeData"></a> <h4>HistoryMenuModel.mimeData</h4> <b>mimeData</b>(<i>indexes</i>) - <p> Public method to return the mime data. </p> + <dl> <dt><i>indexes</i> (QModelIndexList)</dt> @@ -493,10 +490,10 @@ <a NAME="HistoryMenuModel.parent" ID="HistoryMenuModel.parent"></a> <h4>HistoryMenuModel.parent</h4> <b>parent</b>(<i>index</i>) - <p> Public method to get the parent index. </p> + <dl> <dt><i>index</i> (QModelIndex)</dt> @@ -519,10 +516,10 @@ <a NAME="HistoryMenuModel.rowCount" ID="HistoryMenuModel.rowCount"></a> <h4>HistoryMenuModel.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> @@ -547,10 +544,10 @@ <hr /> <a NAME="HistoryMostVisitedMenu" ID="HistoryMostVisitedMenu"></a> <h2>HistoryMostVisitedMenu</h2> - <p> Class implementing the most visited history menu. </p> + <h3>Signals</h3> <dl> @@ -580,19 +577,17 @@ <h3>Derived from</h3> EricModelMenu <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="#HistoryMostVisitedMenu.__init__">HistoryMostVisitedMenu</a></td> <td>Constructor</td> @@ -606,19 +601,20 @@ <td>Public method to add any actions before the tree.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="HistoryMostVisitedMenu.__init__" ID="HistoryMostVisitedMenu.__init__"></a> <h4>HistoryMostVisitedMenu (Constructor)</h4> <b>HistoryMostVisitedMenu</b>(<i>count, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>count</i> (int)</dt> @@ -633,10 +629,10 @@ <a NAME="HistoryMostVisitedMenu.__activated" ID="HistoryMostVisitedMenu.__activated"></a> <h4>HistoryMostVisitedMenu.__activated</h4> <b>__activated</b>(<i>idx</i>) - <p> Private slot handling the activated signal. </p> + <dl> <dt><i>idx</i> (QModelIndex)</dt> @@ -647,10 +643,10 @@ <a NAME="HistoryMostVisitedMenu.prePopulated" ID="HistoryMostVisitedMenu.prePopulated"></a> <h4>HistoryMostVisitedMenu.prePopulated</h4> <b>prePopulated</b>(<i></i>) - <p> Public method to add any actions before the tree. </p> + <dl> <dt>Return:</dt> <dd> @@ -668,26 +664,24 @@ <hr /> <a NAME="HistoryMostVisitedMenuModel" ID="HistoryMostVisitedMenuModel"></a> <h2>HistoryMostVisitedMenuModel</h2> - <p> Class implementing a model to show the most visited history entries. </p> + <h3>Derived from</h3> QSortFilterProxyModel <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="#HistoryMostVisitedMenuModel.__init__">HistoryMostVisitedMenuModel</a></td> <td>Constructor</td> @@ -697,19 +691,20 @@ <td>Public method used to sort the displayed items.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="HistoryMostVisitedMenuModel.__init__" ID="HistoryMostVisitedMenuModel.__init__"></a> <h4>HistoryMostVisitedMenuModel (Constructor)</h4> <b>HistoryMostVisitedMenuModel</b>(<i>sourceModel, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>sourceModel</i> (QAbstractItemModel)</dt> @@ -724,10 +719,10 @@ <a NAME="HistoryMostVisitedMenuModel.lessThan" ID="HistoryMostVisitedMenuModel.lessThan"></a> <h4>HistoryMostVisitedMenuModel.lessThan</h4> <b>lessThan</b>(<i>left, right</i>) - <p> Public method used to sort the displayed items. </p> + <dl> <dt><i>left</i> (QModelIndex)</dt> @@ -753,4 +748,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>