src/eric7/Documentation/Source/eric7.EricWidgets.EricModelToolBar.html

branch
eric7
changeset 10423
299802979277
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r e28b89693f37 -r 299802979277 src/eric7/Documentation/Source/eric7.EricWidgets.EricModelToolBar.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricModelToolBar.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricModelToolBar.html	Tue Dec 19 19:57:08 2023 +0100
@@ -138,13 +138,13 @@
 </p>
 <dl>
 
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title for the tool bar (string)
+title for the tool bar
 </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="EricModelToolBar._build" ID="EricModelToolBar._build"></a>
@@ -164,7 +164,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-menu for a tool bar action (EricModelMenu)
+menu for a tool bar action
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+EricModelMenu
 </dd>
 </dl>
 <a NAME="EricModelToolBar.dragEnterEvent" ID="EricModelToolBar.dragEnterEvent"></a>
@@ -176,9 +182,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QDragEnterEvent)</dt>
 <dd>
-reference to the event (QDragEnterEvent)
+reference to the event
 </dd>
 </dl>
 <a NAME="EricModelToolBar.dropEvent" ID="EricModelToolBar.dropEvent"></a>
@@ -190,9 +196,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QDropEvent)</dt>
 <dd>
-reference to the event (QDropEvent)
+reference to the event
 </dd>
 </dl>
 <dl>
@@ -211,19 +217,25 @@
 </p>
 <dl>
 
-<dt><i>obj</i></dt>
+<dt><i>obj</i> (QObject)</dt>
 <dd>
-reference to the object (QObject)
+reference to the object
 </dd>
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QEvent)</dt>
 <dd>
-reference to the event (QEvent)
+reference to the event
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating that the event should be filtered out (boolean)
+flag indicating that the event should be filtered out
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricModelToolBar.hideEvent" ID="EricModelToolBar.hideEvent"></a>
@@ -235,9 +247,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QHideEvent)</dt>
 <dd>
-reference to the hide event (QHideEvent)
+reference to the hide event
 </dd>
 </dl>
 <a NAME="EricModelToolBar.index" ID="EricModelToolBar.index"></a>
@@ -249,15 +261,21 @@
 </p>
 <dl>
 
-<dt><i>action</i></dt>
+<dt><i>action</i> (QAction)</dt>
 <dd>
-reference to the action to get the index for (QAction)
+reference to the action to get the index for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-index of the action (QModelIndex)
+index of the action
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="EricModelToolBar.model" ID="EricModelToolBar.model"></a>
@@ -270,7 +288,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the model (QAbstractItemModel)
+reference to the model
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QAbstractItemModel
 </dd>
 </dl>
 <a NAME="EricModelToolBar.mouseMoveEvent" ID="EricModelToolBar.mouseMoveEvent"></a>
@@ -282,9 +306,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QMouseEvent)</dt>
 <dd>
-reference to the event (QMouseEvent)
+reference to the event
 </dd>
 </dl>
 <dl>
@@ -311,7 +335,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-root index (QModelIndex)
+root index
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QModelIndex
 </dd>
 </dl>
 <a NAME="EricModelToolBar.setModel" ID="EricModelToolBar.setModel"></a>
@@ -323,9 +353,9 @@
 </p>
 <dl>
 
-<dt><i>model</i></dt>
+<dt><i>model</i> (QAbstractItemModel)</dt>
 <dd>
-reference to the model (QAbstractItemModel)
+reference to the model
 </dd>
 </dl>
 <a NAME="EricModelToolBar.setRootIndex" ID="EricModelToolBar.setRootIndex"></a>
@@ -337,9 +367,9 @@
 </p>
 <dl>
 
-<dt><i>idx</i></dt>
+<dt><i>idx</i> (QModelIndex)</dt>
 <dd>
-index to be set as the root index (QModelIndex)
+index to be set as the root index
 </dd>
 </dl>
 <a NAME="EricModelToolBar.showEvent" ID="EricModelToolBar.showEvent"></a>
@@ -351,9 +381,9 @@
 </p>
 <dl>
 
-<dt><i>evt</i></dt>
+<dt><i>evt</i> (QHideEvent)</dt>
 <dd>
-reference to the hide event (QHideEvent)
+reference to the hide event
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial