Regenerated the source docu.

Sat, 06 Oct 2012 19:07:48 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 06 Oct 2012 19:07:48 +0200
changeset 2115
4f685709ad29
parent 2114
c07f0cb40b18
child 2118
5fcae472551b

Regenerated the source docu.

APIs/Python3/eric5.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.E5Gui.E5SideBar.html file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Sat Oct 06 19:07:04 2012 +0200
+++ b/APIs/Python3/eric5.api	Sat Oct 06 19:07:48 2012 +0200
@@ -1373,6 +1373,7 @@
 eric5.E5Gui.E5SideBar.E5SideBar.setTabToolTip?4(index, tip)
 eric5.E5Gui.E5SideBar.E5SideBar.setTabWhatsThis?4(index, text)
 eric5.E5Gui.E5SideBar.E5SideBar.shrink?4()
+eric5.E5Gui.E5SideBar.E5SideBar.shutdown?4()
 eric5.E5Gui.E5SideBar.E5SideBar.tabIcon?4(index)
 eric5.E5Gui.E5SideBar.E5SideBar.tabText?4(index)
 eric5.E5Gui.E5SideBar.E5SideBar.tabToolTip?4(index)
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sat Oct 06 19:07:04 2012 +0200
+++ b/Documentation/Help/source.qhp	Sat Oct 06 19:07:48 2012 +0200
@@ -3572,6 +3572,7 @@
       <keyword name="E5SideBar.setTabToolTip" id="E5SideBar.setTabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabToolTip" />
       <keyword name="E5SideBar.setTabWhatsThis" id="E5SideBar.setTabWhatsThis" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.setTabWhatsThis" />
       <keyword name="E5SideBar.shrink" id="E5SideBar.shrink" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.shrink" />
+      <keyword name="E5SideBar.shutdown" id="E5SideBar.shutdown" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.shutdown" />
       <keyword name="E5SideBar.tabIcon" id="E5SideBar.tabIcon" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabIcon" />
       <keyword name="E5SideBar.tabText" id="E5SideBar.tabText" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabText" />
       <keyword name="E5SideBar.tabToolTip" id="E5SideBar.tabToolTip" ref="eric5.E5Gui.E5SideBar.html#E5SideBar.tabToolTip" />
--- a/Documentation/Source/eric5.E5Gui.E5SideBar.html	Sat Oct 06 19:07:04 2012 +0200
+++ b/Documentation/Source/eric5.E5Gui.E5SideBar.html	Sat Oct 06 19:07:48 2012 +0200
@@ -161,6 +161,9 @@
 <td><a href="#E5SideBar.shrink">shrink</a></td>
 <td>Public method to shrink the sidebar.</td>
 </tr><tr>
+<td><a href="#E5SideBar.shutdown">shutdown</a></td>
+<td>Public method to shut down the object.</td>
+</tr><tr>
 <td><a href="#E5SideBar.tabIcon">tabIcon</a></td>
 <td>Public method to get the icon of a tab.</td>
 </tr><tr>
@@ -562,6 +565,15 @@
 <b>shrink</b>(<i></i>)
 <p>
         Public method to shrink the sidebar.
+</p><a NAME="E5SideBar.shutdown" ID="E5SideBar.shutdown"></a>
+<h4>E5SideBar.shutdown</h4>
+<b>shutdown</b>(<i></i>)
+<p>
+        Public method to shut down the object.
+</p><p>
+        This method does some preparations so the object can be deleted properly.
+        It disconnects from the focusChanged signal in order to avoid trouble later
+        on.
 </p><a NAME="E5SideBar.tabIcon" ID="E5SideBar.tabIcon"></a>
 <h4>E5SideBar.tabIcon</h4>
 <b>tabIcon</b>(<i>index</i>)

eric ide

mercurial