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

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryMenu.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryMenu.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryMenu.html	Fri Dec 22 17:24:07 2023 +0100
@@ -144,14 +144,14 @@
 </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>
-<dt><i>tabWidget</i></dt>
+<dt><i>tabWidget</i> (WebBrowserTabWidget)</dt>
 <dd>
 reference to the tab widget managing the browser
-            tabs (HelpTabWidget
+            tabs
 </dd>
 </dl>
 <a NAME="HistoryMenu.__aboutToShowClosedTabsMenu" ID="HistoryMenu.__aboutToShowClosedTabsMenu"></a>
@@ -170,9 +170,9 @@
 </p>
 <dl>
 
-<dt><i>idx</i></dt>
+<dt><i>idx</i> (QModelIndex)</dt>
 <dd>
-index of the activated item (QModelIndex)
+index of the activated item
 </dd>
 </dl>
 <a NAME="HistoryMenu.__clearHistoryDialog" ID="HistoryMenu.__clearHistoryDialog"></a>
@@ -191,9 +191,9 @@
 </p>
 <dl>
 
-<dt><i>avail</i></dt>
+<dt><i>avail</i> (bool)</dt>
 <dd>
-flag indicating the availability of closed tabs (boolean)
+flag indicating the availability of closed tabs
 </dd>
 </dl>
 <a NAME="HistoryMenu.postPopulated" ID="HistoryMenu.postPopulated"></a>
@@ -213,7 +213,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating if any actions were added (boolean)
+flag indicating if any actions were added
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="HistoryMenu.setInitialActions" ID="HistoryMenu.setInitialActions"></a>
@@ -226,9 +232,9 @@
 </p>
 <dl>
 
-<dt><i>actions</i></dt>
+<dt><i>actions</i> (list of QAction)</dt>
 <dd>
-list of initial actions (list of QAction)
+list of initial actions
 </dd>
 </dl>
 <a NAME="HistoryMenu.showHistoryDialog" ID="HistoryMenu.showHistoryDialog"></a>
@@ -318,13 +324,13 @@
 </p>
 <dl>
 
-<dt><i>sourceModel</i></dt>
+<dt><i>sourceModel</i> (QAbstractItemModel)</dt>
 <dd>
-reference to the source model (QAbstractItemModel)
+reference to the source 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="HistoryMenuModel.bumpedRows" ID="HistoryMenuModel.bumpedRows"></a>
@@ -337,7 +343,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-number of rows moved to the root (integer)
+number of rows moved to the root
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="HistoryMenuModel.columnCount" ID="HistoryMenuModel.columnCount"></a>
@@ -349,15 +361,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-index of parent (QModelIndex)
+index of parent
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-number of columns (integer)
+number of columns
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="HistoryMenuModel.index" ID="HistoryMenuModel.index"></a>
@@ -369,23 +387,29 @@
 </p>
 <dl>
 
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-row number for the index (integer)
+row number for the index
 </dd>
-<dt><i>column</i></dt>
+<dt><i>column</i> (int)</dt>
 <dd>
-column number for the index (integer)
+column number for the index
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-index of the parent item (QModelIndex)
+index of the parent item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-requested index (QModelIndex)
+requested index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="HistoryMenuModel.mapFromSource" ID="HistoryMenuModel.mapFromSource"></a>
@@ -397,15 +421,21 @@
 </p>
 <dl>
 
-<dt><i>sourceIndex</i></dt>
+<dt><i>sourceIndex</i> (QModelIndex)</dt>
 <dd>
-reference to a source model index (QModelIndex)
+reference to a source model index
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-proxy model index (QModelIndex)
+proxy model index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="HistoryMenuModel.mapToSource" ID="HistoryMenuModel.mapToSource"></a>
@@ -417,15 +447,21 @@
 </p>
 <dl>
 
-<dt><i>proxyIndex</i></dt>
+<dt><i>proxyIndex</i> (QModelIndex)</dt>
 <dd>
-reference to a proxy model index (QModelIndex)
+reference to a proxy model index
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-source model index (QModelIndex)
+source model index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="HistoryMenuModel.mimeData" ID="HistoryMenuModel.mimeData"></a>
@@ -437,15 +473,21 @@
 </p>
 <dl>
 
-<dt><i>indexes</i></dt>
+<dt><i>indexes</i> (QModelIndexList)</dt>
 <dd>
-list of indexes (QModelIndexList)
+list of indexes
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-mime data (QMimeData)
+mime data
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMimeData
 </dd>
 </dl>
 <a NAME="HistoryMenuModel.parent" ID="HistoryMenuModel.parent"></a>
@@ -457,15 +499,21 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of item to get parent (QModelIndex)
+index of item to get parent
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-index of parent (QModelIndex)
+index of parent
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="HistoryMenuModel.rowCount" ID="HistoryMenuModel.rowCount"></a>
@@ -477,15 +525,21 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QModelIndex)</dt>
 <dd>
-index of parent (QModelIndex)
+index of parent
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-number of rows (integer)
+number of rows
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -567,13 +621,13 @@
 </p>
 <dl>
 
-<dt><i>count</i></dt>
+<dt><i>count</i> (int)</dt>
 <dd>
-maximum number of entries to be shown (integer)
+maximum number of entries to be shown
 </dd>
-<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="HistoryMostVisitedMenu.__activated" ID="HistoryMostVisitedMenu.__activated"></a>
@@ -585,9 +639,9 @@
 </p>
 <dl>
 
-<dt><i>idx</i></dt>
+<dt><i>idx</i> (QModelIndex)</dt>
 <dd>
-index of the activated item (QModelIndex)
+index of the activated item
 </dd>
 </dl>
 <a NAME="HistoryMostVisitedMenu.prePopulated" ID="HistoryMostVisitedMenu.prePopulated"></a>
@@ -600,7 +654,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating if any actions were added (boolean)
+flag indicating if any actions were added
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -652,13 +712,13 @@
 </p>
 <dl>
 
-<dt><i>sourceModel</i></dt>
+<dt><i>sourceModel</i> (QAbstractItemModel)</dt>
 <dd>
-reference to the source model (QAbstractItemModel)
+reference to the source 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="HistoryMostVisitedMenuModel.lessThan" ID="HistoryMostVisitedMenuModel.lessThan"></a>
@@ -670,19 +730,25 @@
 </p>
 <dl>
 
-<dt><i>left</i></dt>
+<dt><i>left</i> (QModelIndex)</dt>
 <dd>
-index of left item (QModelIndex)
+index of left item
 </dd>
-<dt><i>right</i></dt>
+<dt><i>right</i> (QModelIndex)</dt>
 <dd>
-index of right item (QModelIndex)
+index of right item
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-true, if left is less than right (boolean)
+true, if left is less than right
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial