RadonMetrics/Documentation/source/Plugin_Metrics_Radon.PluginMetricsRadon.html

branch
eric7
changeset 109
47df4b69f699
parent 107
0843dd7239f6
--- a/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.PluginMetricsRadon.html	Sat May 27 15:34:14 2023 +0200
+++ b/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.PluginMetricsRadon.html	Wed Aug 30 13:20:08 2023 +0200
@@ -115,7 +115,7 @@
 </tr>
 <tr>
 <td><a href="#RadonMetricsPlugin.__editorShowMenu">__editorShowMenu</a></td>
-<td></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="#RadonMetricsPlugin.__initialize">__initialize</a></td>
@@ -159,7 +159,7 @@
 </tr>
 <tr>
 <td><a href="#RadonMetricsPlugin.__projectShowMenu">__projectShowMenu</a></td>
-<td></td>
+<td>Private slot called, when the the project menu or a submenu is about to be shown.</td>
 </tr>
 <tr>
 <td><a href="#RadonMetricsPlugin.__serviceError">__serviceError</a></td>
@@ -314,8 +314,27 @@
 </dl>
 <a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a>
 <h4>RadonMetricsPlugin.__editorShowMenu</h4>
-<b>__editorShowMenu</b>(<i>menuName, menu, editor</i>)
+<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> (str)</dt>
+<dd>
+name of the menu to be shown
+</dd>
+<dt><i>menu</i> (QMenu)</dt>
+<dd>
+reference to the menu
+</dd>
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+reference to the editor
+</dd>
+</dl>
 <a NAME="RadonMetricsPlugin.__initialize" ID="RadonMetricsPlugin.__initialize"></a>
 <h4>RadonMetricsPlugin.__initialize</h4>
 <b>__initialize</b>(<i></i>)
@@ -405,8 +424,23 @@
 </p>
 <a NAME="RadonMetricsPlugin.__projectShowMenu" ID="RadonMetricsPlugin.__projectShowMenu"></a>
 <h4>RadonMetricsPlugin.__projectShowMenu</h4>
-<b>__projectShowMenu</b>(<i>menuName, menu</i>)
+<b>__projectShowMenu</b>(<i>menuName, menu, </i>)
+
+<p>
+        Private slot called, when the the project menu or a submenu is
+        about to be shown.
+</p>
+<dl>
 
+<dt><i>menuName</i> (str)</dt>
+<dd>
+name of the menu to be shown
+</dd>
+<dt><i>menu</i> (QMenu)</dt>
+<dd>
+reference to the menu
+</dd>
+</dl>
 <a NAME="RadonMetricsPlugin.__serviceError" ID="RadonMetricsPlugin.__serviceError"></a>
 <h4>RadonMetricsPlugin.__serviceError</h4>
 <b>__serviceError</b>(<i>type_, fn, msg</i>)

eric ide

mercurial