ToolGenerateHash/Documentation/source/Plugin_Tools_GenerateHash.PluginToolGenerateHash.html

changeset 24
31a6f2b29967
parent 16
091df4c07a8c
child 45
60ef6c28f7fb
diff -r 014dd5f63240 -r 31a6f2b29967 ToolGenerateHash/Documentation/source/Plugin_Tools_GenerateHash.PluginToolGenerateHash.html
--- a/ToolGenerateHash/Documentation/source/Plugin_Tools_GenerateHash.PluginToolGenerateHash.html	Thu Jan 01 13:28:09 2015 +0100
+++ b/ToolGenerateHash/Documentation/source/Plugin_Tools_GenerateHash.PluginToolGenerateHash.html	Fri Jan 02 17:12:30 2015 +0100
@@ -66,6 +66,9 @@
 <td><a href="#ToolGenerateHashPlugin.__editorOpened">__editorOpened</a></td>
 <td>Private slot called, when a new editor was opened.</td>
 </tr><tr>
+<td><a href="#ToolGenerateHashPlugin.__editorShowMenu">__editorShowMenu</a></td>
+<td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td>
+</tr><tr>
 <td><a href="#ToolGenerateHashPlugin.__hashDirectory">__hashDirectory</a></td>
 <td>Private slot to generate the hash for a directory.</td>
 </tr><tr>
@@ -125,6 +128,23 @@
 <dd>
 reference to the new editor (QScintilla.Editor)
 </dd>
+</dl><a NAME="ToolGenerateHashPlugin.__editorShowMenu" ID="ToolGenerateHashPlugin.__editorShowMenu"></a>
+<h4>ToolGenerateHashPlugin.__editorShowMenu</h4>
+<b>__editorShowMenu</b>(<i>menuName, menu, editor</i>)
+<p>
+        Private slot called, when the the editor context menu or a submenu is
+        about to be shown.
+</p><dl>
+<dt><i>menuName</i></dt>
+<dd>
+name of the menu to be shown (string)
+</dd><dt><i>menu</i></dt>
+<dd>
+reference to the menu (QMenu)
+</dd><dt><i>editor</i></dt>
+<dd>
+reference to the editor
+</dd>
 </dl><a NAME="ToolGenerateHashPlugin.__hashDirectory" ID="ToolGenerateHashPlugin.__hashDirectory"></a>
 <h4>ToolGenerateHashPlugin.__hashDirectory</h4>
 <b>__hashDirectory</b>(<i></i>)

eric ide

mercurial