Documentation/Source/eric6.UI.UserInterface.html

branch
6_0_x
changeset 4401
4c0aea7ff05f
parent 4199
81833aff8ce7
child 4417
a9515070484c
diff -r 8d4986c8d120 -r 4c0aea7ff05f Documentation/Source/eric6.UI.UserInterface.html
--- a/Documentation/Source/eric6.UI.UserInterface.html	Thu Aug 27 17:17:01 2015 +0200
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Fri Aug 28 12:26:10 2015 +0200
@@ -353,6 +353,9 @@
 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td>
 <td>Private slot to create the toolbars.</td>
 </tr><tr>
+<td><a href="#UserInterface.__initToolsMenu">__initToolsMenu</a></td>
+<td>Private slot to initialize the Tools menu.</td>
+</tr><tr>
 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td>
 <td>Private slot to show a dialog to install a new plugin.</td>
 </tr><tr>
@@ -470,6 +473,9 @@
 <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td>
 <td>Private slot to show the plugin info dialog.</td>
 </tr><tr>
+<td><a href="#UserInterface.__showPluginToolsMenu">__showPluginToolsMenu</a></td>
+<td>Private slot to show the Plugin Tools menu.</td>
+</tr><tr>
 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td>
 <td>Private slot used to show the previous tab or file.</td>
 </tr><tr>
@@ -515,8 +521,8 @@
 <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td>
 <td>Private slot to display the Toolbars menu.</td>
 </tr><tr>
-<td><a href="#UserInterface.__showToolsMenu">__showToolsMenu</a></td>
-<td>Private slot to display the Tools menu.</td>
+<td><a href="#UserInterface.__showUserToolsMenu">__showUserToolsMenu</a></td>
+<td>Private slot to display the User Tools menu.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showVersions">__showVersions</a></td>
 <td>Private slot to handle the Versions dialog.</td>
@@ -1202,7 +1208,22 @@
 <b>__initToolbars</b>(<i></i>)
 <p>
         Private slot to create the toolbars.
-</p><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a>
+</p><a NAME="UserInterface.__initToolsMenu" ID="UserInterface.__initToolsMenu"></a>
+<h4>UserInterface.__initToolsMenu</h4>
+<b>__initToolsMenu</b>(<i></i>)
+<p>
+        Private slot to initialize the Tools menu.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+populated Tools menu
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
+</dd>
+</dl><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a>
 <h4>UserInterface.__installPlugins</h4>
 <b>__installPlugins</b>(<i>pluginFileNames=[]</i>)
 <p>
@@ -1484,6 +1505,11 @@
 <b>__showPluginInfo</b>(<i></i>)
 <p>
         Private slot to show the plugin info dialog.
+</p><a NAME="UserInterface.__showPluginToolsMenu" ID="UserInterface.__showPluginToolsMenu"></a>
+<h4>UserInterface.__showPluginToolsMenu</h4>
+<b>__showPluginToolsMenu</b>(<i></i>)
+<p>
+        Private slot to show the Plugin Tools menu.
 </p><a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a>
 <h4>UserInterface.__showPrevious</h4>
 <b>__showPrevious</b>(<i></i>)
@@ -1582,11 +1608,11 @@
 <b>__showToolbarsMenu</b>(<i></i>)
 <p>
         Private slot to display the Toolbars menu.
-</p><a NAME="UserInterface.__showToolsMenu" ID="UserInterface.__showToolsMenu"></a>
-<h4>UserInterface.__showToolsMenu</h4>
-<b>__showToolsMenu</b>(<i></i>)
+</p><a NAME="UserInterface.__showUserToolsMenu" ID="UserInterface.__showUserToolsMenu"></a>
+<h4>UserInterface.__showUserToolsMenu</h4>
+<b>__showUserToolsMenu</b>(<i></i>)
 <p>
-        Private slot to display the Tools menu.
+        Private slot to display the User Tools menu.
 </p><a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a>
 <h4>UserInterface.__showVersions</h4>
 <b>__showVersions</b>(<i></i>)

eric ide

mercurial