src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html

branch
eric7
changeset 9643
10839ab864e0
parent 9352
8c28b0f77388
child 10070
9f5758c0fec1
diff -r a0f7800fbfcb -r 10839ab864e0 src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html	Fri Dec 23 10:58:36 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html	Fri Dec 23 11:35:54 2022 +0100
@@ -310,6 +310,10 @@
 <td>Private slot to set widget that receives input events.</td>
 </tr>
 <tr>
+<td><a href="#WebBrowserView.__showContextMenu">__showContextMenu</a></td>
+<td>Private slot to show a context menu.</td>
+</tr>
+<tr>
 <td><a href="#WebBrowserView.__showEventSlot">__showEventSlot</a></td>
 <td>Private slot to perform actions when the view is shown and the event loop is running.</td>
 </tr>
@@ -330,10 +334,6 @@
 <td>Private slot to show the web inspector window.</td>
 </tr>
 <tr>
-<td><a href="#WebBrowserView._contextMenuEvent">_contextMenuEvent</a></td>
-<td>Protected method called to create a context menu.</td>
-</tr>
-<tr>
 <td><a href="#WebBrowserView._gestureEvent">_gestureEvent</a></td>
 <td>Protected method handling gesture events.</td>
 </tr>
@@ -386,10 +386,6 @@
 <td>Public slot to close the web inspector.</td>
 </tr>
 <tr>
-<td><a href="#WebBrowserView.contextMenuEvent">contextMenuEvent</a></td>
-<td>Protected method called to create a context menu.</td>
-</tr>
-<tr>
 <td><a href="#WebBrowserView.copy">copy</a></td>
 <td>Public slot to copy the selected text.</td>
 </tr>
@@ -1266,6 +1262,20 @@
 <p>
         Private slot to set widget that receives input events.
 </p>
+<a NAME="WebBrowserView.__showContextMenu" ID="WebBrowserView.__showContextMenu"></a>
+<h4>WebBrowserView.__showContextMenu</h4>
+<b>__showContextMenu</b>(<i>pos</i>)
+
+<p>
+        Private slot to show a context menu.
+</p>
+<dl>
+
+<dt><i>pos</i> (QPoint)</dt>
+<dd>
+position for the context menu
+</dd>
+</dl>
 <a NAME="WebBrowserView.__showEventSlot" ID="WebBrowserView.__showEventSlot"></a>
 <h4>WebBrowserView.__showEventSlot</h4>
 <b>__showEventSlot</b>(<i></i>)
@@ -1323,21 +1333,6 @@
 <p>
         Private slot to show the web inspector window.
 </p>
-<a NAME="WebBrowserView._contextMenuEvent" ID="WebBrowserView._contextMenuEvent"></a>
-<h4>WebBrowserView._contextMenuEvent</h4>
-<b>_contextMenuEvent</b>(<i>evt</i>)
-
-<p>
-        Protected method called to create a context menu.
-</p>
-<dl>
-
-<dt><i>evt</i></dt>
-<dd>
-reference to the context menu event object
-            (QContextMenuEvent)
-</dd>
-</dl>
 <a NAME="WebBrowserView._gestureEvent" ID="WebBrowserView._gestureEvent"></a>
 <h4>WebBrowserView._gestureEvent</h4>
 <b>_gestureEvent</b>(<i>evt</i>)
@@ -1484,24 +1479,6 @@
 <p>
         Public slot to close the web inspector.
 </p>
-<a NAME="WebBrowserView.contextMenuEvent" ID="WebBrowserView.contextMenuEvent"></a>
-<h4>WebBrowserView.contextMenuEvent</h4>
-<b>contextMenuEvent</b>(<i>evt</i>)
-
-<p>
-        Protected method called to create a context menu.
-</p>
-<p>
-        This method is overridden from QWebEngineView.
-</p>
-<dl>
-
-<dt><i>evt</i></dt>
-<dd>
-reference to the context menu event object
-            (QContextMenuEvent)
-</dd>
-</dl>
 <a NAME="WebBrowserView.copy" ID="WebBrowserView.copy"></a>
 <h4>WebBrowserView.copy</h4>
 <b>copy</b>(<i></i>)

eric ide

mercurial