Documentation/Source/eric6.WebBrowser.Tools.WebHitTestResult.html

changeset 5532
3a7c5deab9b7
parent 5011
4085e2348621
--- a/Documentation/Source/eric6.WebBrowser.Tools.WebHitTestResult.html	Sat Feb 18 19:59:14 2017 +0100
+++ b/Documentation/Source/eric6.WebBrowser.Tools.WebHitTestResult.html	Sun Feb 19 19:23:21 2017 +0100
@@ -105,6 +105,9 @@
 <td><a href="#WebHitTestResult.tagName">tagName</a></td>
 <td>Public method to get the name of the tested tag.</td>
 </tr><tr>
+<td><a href="#WebHitTestResult.updateWithContextMenuData">updateWithContextMenuData</a></td>
+<td>Public method to update the hit test data with data from the context menu event.</td>
+</tr><tr>
 <td><a href="#WebHitTestResult.viewportPos">viewportPos</a></td>
 <td>Public method to get the viewport position.</td>
 </tr>
@@ -349,6 +352,19 @@
 <dd>
 str
 </dd>
+</dl><a NAME="WebHitTestResult.updateWithContextMenuData" ID="WebHitTestResult.updateWithContextMenuData"></a>
+<h4>WebHitTestResult.updateWithContextMenuData</h4>
+<b>updateWithContextMenuData</b>(<i>data</i>)
+<p>
+        Public method to update the hit test data with data from the context
+        menu event.
+</p><p>
+        Note: This works for Qt >= 5.7.0.
+</p><dl>
+<dt><i>data</i> (QWebEngineContextMenuData)</dt>
+<dd>
+context menu data
+</dd>
 </dl><a NAME="WebHitTestResult.viewportPos" ID="WebHitTestResult.viewportPos"></a>
 <h4>WebHitTestResult.viewportPos</h4>
 <b>viewportPos</b>(<i></i>)

eric ide

mercurial