103 <td>Public method to get the position of the hit test.</td> |
103 <td>Public method to get the position of the hit test.</td> |
104 </tr><tr> |
104 </tr><tr> |
105 <td><a href="#WebHitTestResult.tagName">tagName</a></td> |
105 <td><a href="#WebHitTestResult.tagName">tagName</a></td> |
106 <td>Public method to get the name of the tested tag.</td> |
106 <td>Public method to get the name of the tested tag.</td> |
107 </tr><tr> |
107 </tr><tr> |
|
108 <td><a href="#WebHitTestResult.updateWithContextMenuData">updateWithContextMenuData</a></td> |
|
109 <td>Public method to update the hit test data with data from the context menu event.</td> |
|
110 </tr><tr> |
108 <td><a href="#WebHitTestResult.viewportPos">viewportPos</a></td> |
111 <td><a href="#WebHitTestResult.viewportPos">viewportPos</a></td> |
109 <td>Public method to get the viewport position.</td> |
112 <td>Public method to get the viewport position.</td> |
110 </tr> |
113 </tr> |
111 </table> |
114 </table> |
112 <h3>Static Methods</h3> |
115 <h3>Static Methods</h3> |
346 </dd> |
349 </dd> |
347 </dl><dl> |
350 </dl><dl> |
348 <dt>Return Type:</dt> |
351 <dt>Return Type:</dt> |
349 <dd> |
352 <dd> |
350 str |
353 str |
|
354 </dd> |
|
355 </dl><a NAME="WebHitTestResult.updateWithContextMenuData" ID="WebHitTestResult.updateWithContextMenuData"></a> |
|
356 <h4>WebHitTestResult.updateWithContextMenuData</h4> |
|
357 <b>updateWithContextMenuData</b>(<i>data</i>) |
|
358 <p> |
|
359 Public method to update the hit test data with data from the context |
|
360 menu event. |
|
361 </p><p> |
|
362 Note: This works for Qt >= 5.7.0. |
|
363 </p><dl> |
|
364 <dt><i>data</i> (QWebEngineContextMenuData)</dt> |
|
365 <dd> |
|
366 context menu data |
351 </dd> |
367 </dd> |
352 </dl><a NAME="WebHitTestResult.viewportPos" ID="WebHitTestResult.viewportPos"></a> |
368 </dl><a NAME="WebHitTestResult.viewportPos" ID="WebHitTestResult.viewportPos"></a> |
353 <h4>WebHitTestResult.viewportPos</h4> |
369 <h4>WebHitTestResult.viewportPos</h4> |
354 <b>viewportPos</b>(<i></i>) |
370 <b>viewportPos</b>(<i></i>) |
355 <p> |
371 <p> |