Documentation/Source/eric5.Tools.TrayStarter.html

changeset 701
fc587a1c2f8b
parent 440
69ace3e2dcf6
child 907
74904673b366
child 1278
fb0460fd00b9
--- a/Documentation/Source/eric5.Tools.TrayStarter.html	Sat Oct 23 19:54:52 2010 +0200
+++ b/Documentation/Source/eric5.Tools.TrayStarter.html	Sun Oct 24 17:34:10 2010 +0200
@@ -57,6 +57,9 @@
 <td><a href="#TrayStarter.__init__">TrayStarter</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#TrayStarter.__about">__about</a></td>
+<td>Private slot to handle the About dialog.</td>
+</tr><tr>
 <td><a href="#TrayStarter.__activated">__activated</a></td>
 <td>Private slot to handle the activated signal.</td>
 </tr><tr>
@@ -75,6 +78,9 @@
 <td><a href="#TrayStarter.__showContextMenu">__showContextMenu</a></td>
 <td>Private slot to show the context menu.</td>
 </tr><tr>
+<td><a href="#TrayStarter.__showPreferences">__showPreferences</a></td>
+<td>Private slot to set the preferences.</td>
+</tr><tr>
 <td><a href="#TrayStarter.__showRecentFilesMenu">__showRecentFilesMenu</a></td>
 <td>Private method to set up the recent files menu.</td>
 </tr><tr>
@@ -131,6 +137,9 @@
 </tr><tr>
 <td><a href="#TrayStarter.__startUnittest">__startUnittest</a></td>
 <td>Private slot to start the eric5 unittest dialog.</td>
+</tr><tr>
+<td><a href="#TrayStarter.preferencesChanged">preferencesChanged</a></td>
+<td>Public slot to handle a change of preferences.</td>
 </tr>
 </table>
 <a NAME="TrayStarter.__init__" ID="TrayStarter.__init__"></a>
@@ -138,6 +147,11 @@
 <b>TrayStarter</b>(<i></i>)
 <p>
         Constructor
+</p><a NAME="TrayStarter.__about" ID="TrayStarter.__about"></a>
+<h4>TrayStarter.__about</h4>
+<b>__about</b>(<i></i>)
+<p>
+        Private slot to handle the About dialog.
 </p><a NAME="TrayStarter.__activated" ID="TrayStarter.__activated"></a>
 <h4>TrayStarter.__activated</h4>
 <b>__activated</b>(<i>reason</i>)
@@ -179,6 +193,11 @@
 <b>__showContextMenu</b>(<i></i>)
 <p>
         Private slot to show the context menu.
+</p><a NAME="TrayStarter.__showPreferences" ID="TrayStarter.__showPreferences"></a>
+<h4>TrayStarter.__showPreferences</h4>
+<b>__showPreferences</b>(<i></i>)
+<p>
+        Private slot to set the preferences.
 </p><a NAME="TrayStarter.__showRecentFilesMenu" ID="TrayStarter.__showRecentFilesMenu"></a>
 <h4>TrayStarter.__showRecentFilesMenu</h4>
 <b>__showRecentFilesMenu</b>(<i></i>)
@@ -282,6 +301,11 @@
 <b>__startUnittest</b>(<i></i>)
 <p>
         Private slot to start the eric5 unittest dialog.
+</p><a NAME="TrayStarter.preferencesChanged" ID="TrayStarter.preferencesChanged"></a>
+<h4>TrayStarter.preferencesChanged</h4>
+<b>preferencesChanged</b>(<i></i>)
+<p>
+        Public slot to handle a change of preferences.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial