Documentation/Source/eric6.Helpviewer.HelpWindow.html

branch
6_0_x
changeset 4373
54d6d7c772ea
parent 3673
e26d7d0c1088
equal deleted inserted replaced
4372:5ca53a23d584 4373:54d6d7c772ea
383 <td>Private method to generate the user style sheet.</td> 383 <td>Private method to generate the user style sheet.</td>
384 </tr><tr> 384 </tr><tr>
385 <td><a href="#HelpWindow.__viewFullScreen">__viewFullScreen</a></td> 385 <td><a href="#HelpWindow.__viewFullScreen">__viewFullScreen</a></td>
386 <td>Private slot called to toggle fullscreen mode.</td> 386 <td>Private slot called to toggle fullscreen mode.</td>
387 </tr><tr> 387 </tr><tr>
388 <td><a href="#HelpWindow.__virusTotalFileScanReport">__virusTotalFileScanReport</a></td>
389 <td>Private slot to initiate the display of the file scan report page.</td>
390 </tr><tr>
391 <td><a href="#HelpWindow.__virusTotalScanCurrentSite">__virusTotalScanCurrentSite</a></td>
392 <td>Private slot to ask VirusTotal for a scan of the URL of the current browser.</td>
393 </tr><tr>
394 <td><a href="#HelpWindow.__virusTotalSearch">__virusTotalSearch</a></td>
395 <td>Private slot to search VirusTotal for a given entry.</td>
396 </tr><tr>
397 <td><a href="#HelpWindow.__virusTotalSearchChanged">__virusTotalSearchChanged</a></td>
398 <td>Private slot to react upon changes of the VirusTotal search text.</td>
399 </tr><tr>
400 <td><a href="#HelpWindow.__virusTotalSubmitUrlError">__virusTotalSubmitUrlError</a></td>
401 <td>Private slot to handle an URL scan submission error.</td>
402 </tr><tr>
403 <td><a href="#HelpWindow.__virusTotalUrlScanReport">__virusTotalUrlScanReport</a></td>
404 <td>Private slot to initiate the display of the URL scan report page.</td>
405 </tr><tr>
406 <td><a href="#HelpWindow.__warning">__warning</a></td> 388 <td><a href="#HelpWindow.__warning">__warning</a></td>
407 <td>Private slot handling warnings from the help engine.</td> 389 <td>Private slot handling warnings from the help engine.</td>
408 </tr><tr> 390 </tr><tr>
409 <td><a href="#HelpWindow.__whatsThis">__whatsThis</a></td> 391 <td><a href="#HelpWindow.__whatsThis">__whatsThis</a></td>
410 <td>Private slot called in to enter Whats This mode.</td> 392 <td>Private slot called in to enter Whats This mode.</td>
484 <td><a href="#HelpWindow.previewer">previewer</a></td> 466 <td><a href="#HelpWindow.previewer">previewer</a></td>
485 <td>Public method to get a reference to the previewer tab.</td> 467 <td>Public method to get a reference to the previewer tab.</td>
486 </tr><tr> 468 </tr><tr>
487 <td><a href="#HelpWindow.reloadUserStyleSheet">reloadUserStyleSheet</a></td> 469 <td><a href="#HelpWindow.reloadUserStyleSheet">reloadUserStyleSheet</a></td>
488 <td>Public method to reload the user style sheet.</td> 470 <td>Public method to reload the user style sheet.</td>
489 </tr><tr>
490 <td><a href="#HelpWindow.requestVirusTotalScan">requestVirusTotalScan</a></td>
491 <td>Public method to submit a request to scan an URL by VirusTotal.</td>
492 </tr><tr> 471 </tr><tr>
493 <td><a href="#HelpWindow.search">search</a></td> 472 <td><a href="#HelpWindow.search">search</a></td>
494 <td>Public method to search for a word.</td> 473 <td>Public method to search for a word.</td>
495 </tr><tr> 474 </tr><tr>
496 <td><a href="#HelpWindow.searchEnginesAction">searchEnginesAction</a></td> 475 <td><a href="#HelpWindow.searchEnginesAction">searchEnginesAction</a></td>
1291 </dl><a NAME="HelpWindow.__viewFullScreen" ID="HelpWindow.__viewFullScreen"></a> 1270 </dl><a NAME="HelpWindow.__viewFullScreen" ID="HelpWindow.__viewFullScreen"></a>
1292 <h4>HelpWindow.__viewFullScreen</h4> 1271 <h4>HelpWindow.__viewFullScreen</h4>
1293 <b>__viewFullScreen</b>(<i></i>) 1272 <b>__viewFullScreen</b>(<i></i>)
1294 <p> 1273 <p>
1295 Private slot called to toggle fullscreen mode. 1274 Private slot called to toggle fullscreen mode.
1296 </p><a NAME="HelpWindow.__virusTotalFileScanReport" ID="HelpWindow.__virusTotalFileScanReport"></a> 1275 </p><a NAME="HelpWindow.__warning" ID="HelpWindow.__warning"></a>
1297 <h4>HelpWindow.__virusTotalFileScanReport</h4>
1298 <b>__virusTotalFileScanReport</b>(<i>url</i>)
1299 <p>
1300 Private slot to initiate the display of the file scan report page.
1301 </p><dl>
1302 <dt><i>url</i></dt>
1303 <dd>
1304 URL of the file scan report page (string)
1305 </dd>
1306 </dl><a NAME="HelpWindow.__virusTotalScanCurrentSite" ID="HelpWindow.__virusTotalScanCurrentSite"></a>
1307 <h4>HelpWindow.__virusTotalScanCurrentSite</h4>
1308 <b>__virusTotalScanCurrentSite</b>(<i></i>)
1309 <p>
1310 Private slot to ask VirusTotal for a scan of the URL of the current
1311 browser.
1312 </p><a NAME="HelpWindow.__virusTotalSearch" ID="HelpWindow.__virusTotalSearch"></a>
1313 <h4>HelpWindow.__virusTotalSearch</h4>
1314 <b>__virusTotalSearch</b>(<i></i>)
1315 <p>
1316 Private slot to search VirusTotal for a given entry.
1317 </p><a NAME="HelpWindow.__virusTotalSearchChanged" ID="HelpWindow.__virusTotalSearchChanged"></a>
1318 <h4>HelpWindow.__virusTotalSearchChanged</h4>
1319 <b>__virusTotalSearchChanged</b>(<i>txt</i>)
1320 <p>
1321 Private slot to react upon changes of the VirusTotal search text.
1322 </p><dl>
1323 <dt><i>txt</i></dt>
1324 <dd>
1325 contents of the search (string)
1326 </dd>
1327 </dl><a NAME="HelpWindow.__virusTotalSubmitUrlError" ID="HelpWindow.__virusTotalSubmitUrlError"></a>
1328 <h4>HelpWindow.__virusTotalSubmitUrlError</h4>
1329 <b>__virusTotalSubmitUrlError</b>(<i>msg</i>)
1330 <p>
1331 Private slot to handle an URL scan submission error.
1332 </p><dl>
1333 <dt><i>msg</i></dt>
1334 <dd>
1335 error message (str)
1336 </dd>
1337 </dl><a NAME="HelpWindow.__virusTotalUrlScanReport" ID="HelpWindow.__virusTotalUrlScanReport"></a>
1338 <h4>HelpWindow.__virusTotalUrlScanReport</h4>
1339 <b>__virusTotalUrlScanReport</b>(<i>url</i>)
1340 <p>
1341 Private slot to initiate the display of the URL scan report page.
1342 </p><dl>
1343 <dt><i>url</i></dt>
1344 <dd>
1345 URL of the URL scan report page (string)
1346 </dd>
1347 </dl><a NAME="HelpWindow.__warning" ID="HelpWindow.__warning"></a>
1348 <h4>HelpWindow.__warning</h4> 1276 <h4>HelpWindow.__warning</h4>
1349 <b>__warning</b>(<i>msg</i>) 1277 <b>__warning</b>(<i>msg</i>)
1350 <p> 1278 <p>
1351 Private slot handling warnings from the help engine. 1279 Private slot handling warnings from the help engine.
1352 </p><dl> 1280 </p><dl>
1614 </dl><a NAME="HelpWindow.reloadUserStyleSheet" ID="HelpWindow.reloadUserStyleSheet"></a> 1542 </dl><a NAME="HelpWindow.reloadUserStyleSheet" ID="HelpWindow.reloadUserStyleSheet"></a>
1615 <h4>HelpWindow.reloadUserStyleSheet</h4> 1543 <h4>HelpWindow.reloadUserStyleSheet</h4>
1616 <b>reloadUserStyleSheet</b>(<i></i>) 1544 <b>reloadUserStyleSheet</b>(<i></i>)
1617 <p> 1545 <p>
1618 Public method to reload the user style sheet. 1546 Public method to reload the user style sheet.
1619 </p><a NAME="HelpWindow.requestVirusTotalScan" ID="HelpWindow.requestVirusTotalScan"></a> 1547 </p><a NAME="HelpWindow.search" ID="HelpWindow.search"></a>
1620 <h4>HelpWindow.requestVirusTotalScan</h4>
1621 <b>requestVirusTotalScan</b>(<i>url</i>)
1622 <p>
1623 Public method to submit a request to scan an URL by VirusTotal.
1624 </p><dl>
1625 <dt><i>url</i></dt>
1626 <dd>
1627 URL to be scanned (QUrl)
1628 </dd>
1629 </dl><a NAME="HelpWindow.search" ID="HelpWindow.search"></a>
1630 <h4>HelpWindow.search</h4> 1548 <h4>HelpWindow.search</h4>
1631 <b>search</b>(<i>word</i>) 1549 <b>search</b>(<i>word</i>)
1632 <p> 1550 <p>
1633 Public method to search for a word. 1551 Public method to search for a word.
1634 </p><dl> 1552 </p><dl>

eric ide

mercurial