src/eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 10500
40fc136e7002
parent 10493
f795d68d8e09
child 10595
59579e8aff98
--- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html	Sat Jan 13 13:01:09 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html	Sun Jan 14 12:39:11 2024 +0100
@@ -336,6 +336,10 @@
 <td>Private slot to start the Qt-Assistant executable.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.__bottomSidebarCurrentChanged">__bottomSidebarCurrentChanged</a></td>
+<td>Private slot handling a change of the current index of the Bottom Sidebar.</td>
+</tr>
+<tr>
 <td><a href="#UserInterface.__checkActions">__checkActions</a></td>
 <td>Private slot to check some actions for their enable/disable status.</td>
 </tr>
@@ -448,6 +452,10 @@
 <td>Private method to get the geometry of a floating windows.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.__hToolboxCurrentChanged">__hToolboxCurrentChanged</a></td>
+<td>Private slot handling a change of the current index of the Horizontal Toolbox.</td>
+</tr>
+<tr>
 <td><a href="#UserInterface.__hasErrorLog">__hasErrorLog</a></td>
 <td>Private method to check, if an error log file exists.</td>
 </tr>
@@ -1454,6 +1462,20 @@
 full pathname of a file to display
 </dd>
 </dl>
+<a NAME="UserInterface.__bottomSidebarCurrentChanged" ID="UserInterface.__bottomSidebarCurrentChanged"></a>
+<h4>UserInterface.__bottomSidebarCurrentChanged</h4>
+<b>__bottomSidebarCurrentChanged</b>(<i>index</i>)
+<p>
+        Private slot handling a change of the current index of the Bottom Sidebar.
+</p>
+
+<dl>
+
+<dt><i>index</i> (int)</dt>
+<dd>
+current index of the bottom sidebar
+</dd>
+</dl>
 <a NAME="UserInterface.__checkActions" ID="UserInterface.__checkActions"></a>
 <h4>UserInterface.__checkActions</h4>
 <b>__checkActions</b>(<i>editor</i>)
@@ -1765,6 +1787,20 @@
 list of [int, int, int, int, bool]
 </dd>
 </dl>
+<a NAME="UserInterface.__hToolboxCurrentChanged" ID="UserInterface.__hToolboxCurrentChanged"></a>
+<h4>UserInterface.__hToolboxCurrentChanged</h4>
+<b>__hToolboxCurrentChanged</b>(<i>index</i>)
+<p>
+        Private slot handling a change of the current index of the Horizontal Toolbox.
+</p>
+
+<dl>
+
+<dt><i>index</i> (int)</dt>
+<dd>
+current index of the horizontal toolbox
+</dd>
+</dl>
 <a NAME="UserInterface.__hasErrorLog" ID="UserInterface.__hasErrorLog"></a>
 <h4>UserInterface.__hasErrorLog</h4>
 <b>__hasErrorLog</b>(<i></i>)

eric ide

mercurial