src/eric7/Documentation/Source/eric7.EricWidgets.EricSpellCheckedTextEdit.html

branch
eric7
changeset 9643
10839ab864e0
parent 9209
b99e7fd55fd3
child 9721
9ce11596e2cd
diff -r a0f7800fbfcb -r 10839ab864e0 src/eric7/Documentation/Source/eric7.EricWidgets.EricSpellCheckedTextEdit.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricSpellCheckedTextEdit.html	Fri Dec 23 10:58:36 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricSpellCheckedTextEdit.html	Fri Dec 23 11:35:54 2022 +0100
@@ -397,8 +397,8 @@
 <td>Private slot to handle a selection of the spell menu.</td>
 </tr>
 <tr>
-<td><a href="#SpellCheckMixin.contextMenuEvent">contextMenuEvent</a></td>
-<td>Protected method to handle context menu events to add a spelling suggestions submenu.</td>
+<td><a href="#SpellCheckMixin._showContextMenu">_showContextMenu</a></td>
+<td>Protected slot to show a context menu.</td>
 </tr>
 <tr>
 <td><a href="#SpellCheckMixin.dict">dict</a></td>
@@ -717,19 +717,18 @@
 reference to the selected action
 </dd>
 </dl>
-<a NAME="SpellCheckMixin.contextMenuEvent" ID="SpellCheckMixin.contextMenuEvent"></a>
-<h4>SpellCheckMixin.contextMenuEvent</h4>
-<b>contextMenuEvent</b>(<i>evt</i>)
+<a NAME="SpellCheckMixin._showContextMenu" ID="SpellCheckMixin._showContextMenu"></a>
+<h4>SpellCheckMixin._showContextMenu</h4>
+<b>_showContextMenu</b>(<i>pos</i>)
 
 <p>
-            Protected method to handle context menu events to add a spelling
-            suggestions submenu.
+            Protected slot to show a context menu.
 </p>
 <dl>
 
-<dt><i>evt</i> (QContextMenuEvent)</dt>
+<dt><i>pos</i> (QPoint)</dt>
 <dd>
-reference to the context menu event
+position for the context menu
 </dd>
 </dl>
 <a NAME="SpellCheckMixin.dict" ID="SpellCheckMixin.dict"></a>
@@ -850,6 +849,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#SpellCheckMixin_1._showContextMenu">_showContextMenu</a></td>
+<td>Protected slot to show a context menu.</td>
+</tr>
+<tr>
 <td><a href="#SpellCheckMixin_1.dict">dict</a></td>
 <td>Public method to get a reference to the dictionary in use.</td>
 </tr>
@@ -905,6 +908,20 @@
 <p>
             Constructor
 </p>
+<a NAME="SpellCheckMixin_1._showContextMenu" ID="SpellCheckMixin_1._showContextMenu"></a>
+<h4>SpellCheckMixin._showContextMenu</h4>
+<b>_showContextMenu</b>(<i>pos</i>)
+
+<p>
+            Protected slot to show a context menu.
+</p>
+<dl>
+
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+position for the context menu
+</dd>
+</dl>
 <a NAME="SpellCheckMixin_1.dict" ID="SpellCheckMixin_1.dict"></a>
 <h4>SpellCheckMixin.dict</h4>
 <b>dict</b>(<i></i>)

eric ide

mercurial