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

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricWidgets.EricTabWidget.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricTabWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricTabWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricTabWidget</h1>
-
 <p>
 Module implementing a TabWidget class substituting QTabWidget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricDnDTabBar">EricDnDTabBar</a></td>
 <td>Class implementing a tab bar class substituting QTabBar.</td>
@@ -33,19 +31,20 @@
 <td>Class implementing a tab bar class substituting QTabBar to support wheel events.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricDnDTabBar" ID="EricDnDTabBar"></a>
 <h2>EricDnDTabBar</h2>
-
 <p>
     Class implementing a tab bar class substituting QTabBar.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -58,19 +57,17 @@
 <h3>Derived from</h3>
 EricWheelTabBar
 <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="#EricDnDTabBar.__init__">EricDnDTabBar</a></td>
 <td>Constructor</td>
@@ -92,19 +89,20 @@
 <td>Protected method to handle mouse press events.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricDnDTabBar.__init__" ID="EricDnDTabBar.__init__"></a>
 <h4>EricDnDTabBar (Constructor)</h4>
 <b>EricDnDTabBar</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -115,10 +113,10 @@
 <a NAME="EricDnDTabBar.dragEnterEvent" ID="EricDnDTabBar.dragEnterEvent"></a>
 <h4>EricDnDTabBar.dragEnterEvent</h4>
 <b>dragEnterEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle drag enter events.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QDragEnterEvent)</dt>
@@ -129,10 +127,10 @@
 <a NAME="EricDnDTabBar.dropEvent" ID="EricDnDTabBar.dropEvent"></a>
 <h4>EricDnDTabBar.dropEvent</h4>
 <b>dropEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle drop events.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QDropEvent)</dt>
@@ -143,10 +141,10 @@
 <a NAME="EricDnDTabBar.mouseMoveEvent" ID="EricDnDTabBar.mouseMoveEvent"></a>
 <h4>EricDnDTabBar.mouseMoveEvent</h4>
 <b>mouseMoveEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle mouse move events.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QMouseEvent)</dt>
@@ -157,10 +155,10 @@
 <a NAME="EricDnDTabBar.mousePressEvent" ID="EricDnDTabBar.mousePressEvent"></a>
 <h4>EricDnDTabBar.mousePressEvent</h4>
 <b>mousePressEvent</b>(<i>event</i>)
-
 <p>
         Protected method to handle mouse press events.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QMouseEvent)</dt>
@@ -173,7 +171,6 @@
 <hr />
 <a NAME="EricTabWidget" ID="EricTabWidget"></a>
 <h2>EricTabWidget</h2>
-
 <p>
     Class implementing a tab widget class substituting QTabWidget.
 </p>
@@ -181,6 +178,7 @@
     It provides slots to show the previous and next tab and give
     them the input focus and it allows to have a context menu for the tabs.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -192,19 +190,17 @@
 <h3>Derived from</h3>
 QTabWidget
 <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="#EricTabWidget.__init__">EricTabWidget</a></td>
 <td>Constructor</td>
@@ -258,19 +254,20 @@
 <td>Public slot used to switch between the current and the previous current tab.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricTabWidget.__init__" ID="EricTabWidget.__init__"></a>
 <h4>EricTabWidget (Constructor)</h4>
 <b>EricTabWidget</b>(<i>parent=None, dnd=False</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -285,10 +282,10 @@
 <a NAME="EricTabWidget.__currentChanged" ID="EricTabWidget.__currentChanged"></a>
 <h4>EricTabWidget.__currentChanged</h4>
 <b>__currentChanged</b>(<i>index</i>)
-
 <p>
         Private slot to handle the currentChanged signal.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -299,10 +296,10 @@
 <a NAME="EricTabWidget.__freeSide" ID="EricTabWidget.__freeSide"></a>
 <h4>EricTabWidget.__freeSide</h4>
 <b>__freeSide</b>(<i></i>)
-
 <p>
         Private method to determine the free side of a tab.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -318,10 +315,10 @@
 <a NAME="EricTabWidget.__handleTabCustomContextMenuRequested" ID="EricTabWidget.__handleTabCustomContextMenuRequested"></a>
 <h4>EricTabWidget.__handleTabCustomContextMenuRequested</h4>
 <b>__handleTabCustomContextMenuRequested</b>(<i>point</i>)
-
 <p>
         Private slot to handle the context menu request for the tabbar.
 </p>
+
 <dl>
 
 <dt><i>point</i> (QPoint)</dt>
@@ -332,10 +329,10 @@
 <a NAME="EricTabWidget.animationLabel" ID="EricTabWidget.animationLabel"></a>
 <h4>EricTabWidget.animationLabel</h4>
 <b>animationLabel</b>(<i>index, animationFile, interval=100</i>)
-
 <p>
         Public slot to set an animated icon.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -366,10 +363,10 @@
 <a NAME="EricTabWidget.moveTab" ID="EricTabWidget.moveTab"></a>
 <h4>EricTabWidget.moveTab</h4>
 <b>moveTab</b>(<i>curIndex, newIndex</i>)
-
 <p>
         Public method to move a tab to a new index.
 </p>
+
 <dl>
 
 <dt><i>curIndex</i> (int)</dt>
@@ -384,24 +381,24 @@
 <a NAME="EricTabWidget.nextTab" ID="EricTabWidget.nextTab"></a>
 <h4>EricTabWidget.nextTab</h4>
 <b>nextTab</b>(<i></i>)
-
 <p>
         Public slot used to show the next tab.
 </p>
+
 <a NAME="EricTabWidget.prevTab" ID="EricTabWidget.prevTab"></a>
 <h4>EricTabWidget.prevTab</h4>
 <b>prevTab</b>(<i></i>)
-
 <p>
         Public slot used to show the previous tab.
 </p>
+
 <a NAME="EricTabWidget.resetAnimation" ID="EricTabWidget.resetAnimation"></a>
 <h4>EricTabWidget.resetAnimation</h4>
 <b>resetAnimation</b>(<i>index</i>)
-
 <p>
         Public slot to reset an animated icon.
 </p>
+
 <dl>
 
 <dt><i>index</i> (int)</dt>
@@ -412,10 +409,10 @@
 <a NAME="EricTabWidget.selectTab" ID="EricTabWidget.selectTab"></a>
 <h4>EricTabWidget.selectTab</h4>
 <b>selectTab</b>(<i>pos</i>)
-
 <p>
         Public method to get the index of a tab given a position.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -438,10 +435,10 @@
 <a NAME="EricTabWidget.setCustomTabBar" ID="EricTabWidget.setCustomTabBar"></a>
 <h4>EricTabWidget.setCustomTabBar</h4>
 <b>setCustomTabBar</b>(<i>dnd, tabBar</i>)
-
 <p>
         Public method to set a custom tab bar.
 </p>
+
 <dl>
 
 <dt><i>dnd</i> (bool)</dt>
@@ -456,10 +453,10 @@
 <a NAME="EricTabWidget.setTabContextMenuPolicy" ID="EricTabWidget.setTabContextMenuPolicy"></a>
 <h4>EricTabWidget.setTabContextMenuPolicy</h4>
 <b>setTabContextMenuPolicy</b>(<i>policy</i>)
-
 <p>
         Public method to set the context menu policy of the tab.
 </p>
+
 <dl>
 
 <dt><i>policy</i> (Qt.ContextMenuPolicy)</dt>
@@ -470,37 +467,35 @@
 <a NAME="EricTabWidget.switchTab" ID="EricTabWidget.switchTab"></a>
 <h4>EricTabWidget.switchTab</h4>
 <b>switchTab</b>(<i></i>)
-
 <p>
         Public slot used to switch between the current and the previous
         current tab.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="EricWheelTabBar" ID="EricWheelTabBar"></a>
 <h2>EricWheelTabBar</h2>
-
 <p>
     Class implementing a tab bar class substituting QTabBar to support wheel
     events.
 </p>
+
 <h3>Derived from</h3>
 QTabBar
 <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="#EricWheelTabBar.__init__">EricWheelTabBar</a></td>
 <td>Constructor</td>
@@ -510,19 +505,20 @@
 <td>Protected slot to support wheel events.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricWheelTabBar.__init__" ID="EricWheelTabBar.__init__"></a>
 <h4>EricWheelTabBar (Constructor)</h4>
 <b>EricWheelTabBar</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -533,10 +529,10 @@
 <a NAME="EricWheelTabBar.wheelEvent" ID="EricWheelTabBar.wheelEvent"></a>
 <h4>EricWheelTabBar.wheelEvent</h4>
 <b>wheelEvent</b>(<i>event</i>)
-
 <p>
         Protected slot to support wheel events.
 </p>
+
 <dl>
 
 <dt><i>event</i> (QWheelEvent)</dt>
@@ -546,4 +542,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