341 <tr> |
341 <tr> |
342 <td><a href="#WebBrowserView.__virusTotal">__virusTotal</a></td> |
342 <td><a href="#WebBrowserView.__virusTotal">__virusTotal</a></td> |
343 <td>Private slot to scan the selected URL with VirusTotal.</td> |
343 <td>Private slot to scan the selected URL with VirusTotal.</td> |
344 </tr> |
344 </tr> |
345 <tr> |
345 <tr> |
|
346 <td><a href="#WebBrowserView.__webAuthUxRequestStateChanged">__webAuthUxRequestStateChanged</a></td> |
|
347 <td>Private slot to handle a change of state of the current WebAuth request.</td> |
|
348 </tr> |
|
349 <tr> |
|
350 <td><a href="#WebBrowserView.__webAuthUxRequested">__webAuthUxRequested</a></td> |
|
351 <td>Private slot to handle WebAuth requests.</td> |
|
352 </tr> |
|
353 <tr> |
346 <td><a href="#WebBrowserView.__webInspector">__webInspector</a></td> |
354 <td><a href="#WebBrowserView.__webInspector">__webInspector</a></td> |
347 <td>Private slot to show the web inspector window.</td> |
355 <td>Private slot to show the web inspector window.</td> |
348 </tr> |
356 </tr> |
349 <tr> |
357 <tr> |
350 <td><a href="#WebBrowserView._gestureEvent">_gestureEvent</a></td> |
358 <td><a href="#WebBrowserView._gestureEvent">_gestureEvent</a></td> |
1425 <dl> |
1433 <dl> |
1426 |
1434 |
1427 <dt><i>act</i> (QAction)</dt> |
1435 <dt><i>act</i> (QAction)</dt> |
1428 <dd> |
1436 <dd> |
1429 reference to the action that triggered |
1437 reference to the action that triggered |
|
1438 </dd> |
|
1439 </dl> |
|
1440 <a NAME="WebBrowserView.__webAuthUxRequestStateChanged" ID="WebBrowserView.__webAuthUxRequestStateChanged"></a> |
|
1441 <h4>WebBrowserView.__webAuthUxRequestStateChanged</h4> |
|
1442 <b>__webAuthUxRequestStateChanged</b>(<i>state</i>) |
|
1443 <p> |
|
1444 Private slot to handle a change of state of the current WebAuth request. |
|
1445 </p> |
|
1446 |
|
1447 <dl> |
|
1448 |
|
1449 <dt><i>state</i> (QWebEngineWebAuthUxRequest.WebAuthUxState)</dt> |
|
1450 <dd> |
|
1451 new state |
|
1452 </dd> |
|
1453 </dl> |
|
1454 <a NAME="WebBrowserView.__webAuthUxRequested" ID="WebBrowserView.__webAuthUxRequested"></a> |
|
1455 <h4>WebBrowserView.__webAuthUxRequested</h4> |
|
1456 <b>__webAuthUxRequested</b>(<i>authUxRequest</i>) |
|
1457 <p> |
|
1458 Private slot to handle WebAuth requests. |
|
1459 </p> |
|
1460 |
|
1461 <dl> |
|
1462 |
|
1463 <dt><i>authUxRequest</i> (QWebEngineWebAuthUxRequest)</dt> |
|
1464 <dd> |
|
1465 reference to the WebAuth request object |
1430 </dd> |
1466 </dd> |
1431 </dl> |
1467 </dl> |
1432 <a NAME="WebBrowserView.__webInspector" ID="WebBrowserView.__webInspector"></a> |
1468 <a NAME="WebBrowserView.__webInspector" ID="WebBrowserView.__webInspector"></a> |
1433 <h4>WebBrowserView.__webInspector</h4> |
1469 <h4>WebBrowserView.__webInspector</h4> |
1434 <b>__webInspector</b>(<i></i>) |
1470 <b>__webInspector</b>(<i></i>) |