308 <tr> |
308 <tr> |
309 <td><a href="#WebBrowserView.__setRwhvqt">__setRwhvqt</a></td> |
309 <td><a href="#WebBrowserView.__setRwhvqt">__setRwhvqt</a></td> |
310 <td>Private slot to set widget that receives input events.</td> |
310 <td>Private slot to set widget that receives input events.</td> |
311 </tr> |
311 </tr> |
312 <tr> |
312 <tr> |
|
313 <td><a href="#WebBrowserView.__showContextMenu">__showContextMenu</a></td> |
|
314 <td>Private slot to show a context menu.</td> |
|
315 </tr> |
|
316 <tr> |
313 <td><a href="#WebBrowserView.__showEventSlot">__showEventSlot</a></td> |
317 <td><a href="#WebBrowserView.__showEventSlot">__showEventSlot</a></td> |
314 <td>Private slot to perform actions when the view is shown and the event loop is running.</td> |
318 <td>Private slot to perform actions when the view is shown and the event loop is running.</td> |
315 </tr> |
319 </tr> |
316 <tr> |
320 <tr> |
317 <td><a href="#WebBrowserView.__showTabCrashPage">__showTabCrashPage</a></td> |
321 <td><a href="#WebBrowserView.__showTabCrashPage">__showTabCrashPage</a></td> |
328 <tr> |
332 <tr> |
329 <td><a href="#WebBrowserView.__webInspector">__webInspector</a></td> |
333 <td><a href="#WebBrowserView.__webInspector">__webInspector</a></td> |
330 <td>Private slot to show the web inspector window.</td> |
334 <td>Private slot to show the web inspector window.</td> |
331 </tr> |
335 </tr> |
332 <tr> |
336 <tr> |
333 <td><a href="#WebBrowserView._contextMenuEvent">_contextMenuEvent</a></td> |
|
334 <td>Protected method called to create a context menu.</td> |
|
335 </tr> |
|
336 <tr> |
|
337 <td><a href="#WebBrowserView._gestureEvent">_gestureEvent</a></td> |
337 <td><a href="#WebBrowserView._gestureEvent">_gestureEvent</a></td> |
338 <td>Protected method handling gesture events.</td> |
338 <td>Protected method handling gesture events.</td> |
339 </tr> |
339 </tr> |
340 <tr> |
340 <tr> |
341 <td><a href="#WebBrowserView._keyPressEvent">_keyPressEvent</a></td> |
341 <td><a href="#WebBrowserView._keyPressEvent">_keyPressEvent</a></td> |
382 <td>Public slot to clear the history.</td> |
382 <td>Public slot to clear the history.</td> |
383 </tr> |
383 </tr> |
384 <tr> |
384 <tr> |
385 <td><a href="#WebBrowserView.closeWebInspector">closeWebInspector</a></td> |
385 <td><a href="#WebBrowserView.closeWebInspector">closeWebInspector</a></td> |
386 <td>Public slot to close the web inspector.</td> |
386 <td>Public slot to close the web inspector.</td> |
387 </tr> |
|
388 <tr> |
|
389 <td><a href="#WebBrowserView.contextMenuEvent">contextMenuEvent</a></td> |
|
390 <td>Protected method called to create a context menu.</td> |
|
391 </tr> |
387 </tr> |
392 <tr> |
388 <tr> |
393 <td><a href="#WebBrowserView.copy">copy</a></td> |
389 <td><a href="#WebBrowserView.copy">copy</a></td> |
394 <td>Public slot to copy the selected text.</td> |
390 <td>Public slot to copy the selected text.</td> |
395 </tr> |
391 </tr> |
1264 <b>__setRwhvqt</b>(<i></i>) |
1260 <b>__setRwhvqt</b>(<i></i>) |
1265 |
1261 |
1266 <p> |
1262 <p> |
1267 Private slot to set widget that receives input events. |
1263 Private slot to set widget that receives input events. |
1268 </p> |
1264 </p> |
|
1265 <a NAME="WebBrowserView.__showContextMenu" ID="WebBrowserView.__showContextMenu"></a> |
|
1266 <h4>WebBrowserView.__showContextMenu</h4> |
|
1267 <b>__showContextMenu</b>(<i>pos</i>) |
|
1268 |
|
1269 <p> |
|
1270 Private slot to show a context menu. |
|
1271 </p> |
|
1272 <dl> |
|
1273 |
|
1274 <dt><i>pos</i> (QPoint)</dt> |
|
1275 <dd> |
|
1276 position for the context menu |
|
1277 </dd> |
|
1278 </dl> |
1269 <a NAME="WebBrowserView.__showEventSlot" ID="WebBrowserView.__showEventSlot"></a> |
1279 <a NAME="WebBrowserView.__showEventSlot" ID="WebBrowserView.__showEventSlot"></a> |
1270 <h4>WebBrowserView.__showEventSlot</h4> |
1280 <h4>WebBrowserView.__showEventSlot</h4> |
1271 <b>__showEventSlot</b>(<i></i>) |
1281 <b>__showEventSlot</b>(<i></i>) |
1272 |
1282 |
1273 <p> |
1283 <p> |
1321 <b>__webInspector</b>(<i></i>) |
1331 <b>__webInspector</b>(<i></i>) |
1322 |
1332 |
1323 <p> |
1333 <p> |
1324 Private slot to show the web inspector window. |
1334 Private slot to show the web inspector window. |
1325 </p> |
1335 </p> |
1326 <a NAME="WebBrowserView._contextMenuEvent" ID="WebBrowserView._contextMenuEvent"></a> |
|
1327 <h4>WebBrowserView._contextMenuEvent</h4> |
|
1328 <b>_contextMenuEvent</b>(<i>evt</i>) |
|
1329 |
|
1330 <p> |
|
1331 Protected method called to create a context menu. |
|
1332 </p> |
|
1333 <dl> |
|
1334 |
|
1335 <dt><i>evt</i></dt> |
|
1336 <dd> |
|
1337 reference to the context menu event object |
|
1338 (QContextMenuEvent) |
|
1339 </dd> |
|
1340 </dl> |
|
1341 <a NAME="WebBrowserView._gestureEvent" ID="WebBrowserView._gestureEvent"></a> |
1336 <a NAME="WebBrowserView._gestureEvent" ID="WebBrowserView._gestureEvent"></a> |
1342 <h4>WebBrowserView._gestureEvent</h4> |
1337 <h4>WebBrowserView._gestureEvent</h4> |
1343 <b>_gestureEvent</b>(<i>evt</i>) |
1338 <b>_gestureEvent</b>(<i>evt</i>) |
1344 |
1339 |
1345 <p> |
1340 <p> |
1482 <b>closeWebInspector</b>(<i></i>) |
1477 <b>closeWebInspector</b>(<i></i>) |
1483 |
1478 |
1484 <p> |
1479 <p> |
1485 Public slot to close the web inspector. |
1480 Public slot to close the web inspector. |
1486 </p> |
1481 </p> |
1487 <a NAME="WebBrowserView.contextMenuEvent" ID="WebBrowserView.contextMenuEvent"></a> |
|
1488 <h4>WebBrowserView.contextMenuEvent</h4> |
|
1489 <b>contextMenuEvent</b>(<i>evt</i>) |
|
1490 |
|
1491 <p> |
|
1492 Protected method called to create a context menu. |
|
1493 </p> |
|
1494 <p> |
|
1495 This method is overridden from QWebEngineView. |
|
1496 </p> |
|
1497 <dl> |
|
1498 |
|
1499 <dt><i>evt</i></dt> |
|
1500 <dd> |
|
1501 reference to the context menu event object |
|
1502 (QContextMenuEvent) |
|
1503 </dd> |
|
1504 </dl> |
|
1505 <a NAME="WebBrowserView.copy" ID="WebBrowserView.copy"></a> |
1482 <a NAME="WebBrowserView.copy" ID="WebBrowserView.copy"></a> |
1506 <h4>WebBrowserView.copy</h4> |
1483 <h4>WebBrowserView.copy</h4> |
1507 <b>copy</b>(<i></i>) |
1484 <b>copy</b>(<i></i>) |
1508 |
1485 |
1509 <p> |
1486 <p> |