278 <td>Private slot called to handle a change of the current browsers title.</td> |
278 <td>Private slot called to handle a change of the current browsers title.</td> |
279 </tr><tr> |
279 </tr><tr> |
280 <td><a href="#HelpWindow.__viewFullScreen">__viewFullScreen</a></td> |
280 <td><a href="#HelpWindow.__viewFullScreen">__viewFullScreen</a></td> |
281 <td>Private slot called to toggle fullscreen mode.</td> |
281 <td>Private slot called to toggle fullscreen mode.</td> |
282 </tr><tr> |
282 </tr><tr> |
|
283 <td><a href="#HelpWindow.__virusTotalFileScanReport">__virusTotalFileScanReport</a></td> |
|
284 <td>Private slot to initiate the display of the file scan report page.</td> |
|
285 </tr><tr> |
283 <td><a href="#HelpWindow.__virusTotalScanCurrentSite">__virusTotalScanCurrentSite</a></td> |
286 <td><a href="#HelpWindow.__virusTotalScanCurrentSite">__virusTotalScanCurrentSite</a></td> |
284 <td>Private slot to ask VirusTotal for a scan of the URL of the current browser.</td> |
287 <td>Private slot to ask VirusTotal for a scan of the URL of the current browser.</td> |
285 </tr><tr> |
288 </tr><tr> |
286 <td><a href="#HelpWindow.__virusTotalSearch">__virusTotalSearch</a></td> |
289 <td><a href="#HelpWindow.__virusTotalSearch">__virusTotalSearch</a></td> |
287 <td>Private slot to search VirusTotal for a given entry.</td> |
290 <td>Private slot to search VirusTotal for a given entry.</td> |
288 </tr><tr> |
291 </tr><tr> |
289 <td><a href="#HelpWindow.__virusTotalSearchChanged">__virusTotalSearchChanged</a></td> |
292 <td><a href="#HelpWindow.__virusTotalSearchChanged">__virusTotalSearchChanged</a></td> |
290 <td>Private slot to react upon changes of the VirusTotal search text.</td> |
293 <td>Private slot to react upon changes of the VirusTotal search text.</td> |
|
294 </tr><tr> |
|
295 <td><a href="#HelpWindow.__virusTotalSubmitUrlError">__virusTotalSubmitUrlError</a></td> |
|
296 <td>Private slot to handle an URL scan submission error.</td> |
|
297 </tr><tr> |
|
298 <td><a href="#HelpWindow.__virusTotalUrlScanReport">__virusTotalUrlScanReport</a></td> |
|
299 <td>Private slot to initiate the display of the URL scan report page.</td> |
291 </tr><tr> |
300 </tr><tr> |
292 <td><a href="#HelpWindow.__warning">__warning</a></td> |
301 <td><a href="#HelpWindow.__warning">__warning</a></td> |
293 <td>Private slot handling warnings from the help engine.</td> |
302 <td>Private slot handling warnings from the help engine.</td> |
294 </tr><tr> |
303 </tr><tr> |
295 <td><a href="#HelpWindow.__whatsThis">__whatsThis</a></td> |
304 <td><a href="#HelpWindow.__whatsThis">__whatsThis</a></td> |
871 </dl><a NAME="HelpWindow.__viewFullScreen" ID="HelpWindow.__viewFullScreen"></a> |
880 </dl><a NAME="HelpWindow.__viewFullScreen" ID="HelpWindow.__viewFullScreen"></a> |
872 <h4>HelpWindow.__viewFullScreen</h4> |
881 <h4>HelpWindow.__viewFullScreen</h4> |
873 <b>__viewFullScreen</b>(<i></i>) |
882 <b>__viewFullScreen</b>(<i></i>) |
874 <p> |
883 <p> |
875 Private slot called to toggle fullscreen mode. |
884 Private slot called to toggle fullscreen mode. |
876 </p><a NAME="HelpWindow.__virusTotalScanCurrentSite" ID="HelpWindow.__virusTotalScanCurrentSite"></a> |
885 </p><a NAME="HelpWindow.__virusTotalFileScanReport" ID="HelpWindow.__virusTotalFileScanReport"></a> |
|
886 <h4>HelpWindow.__virusTotalFileScanReport</h4> |
|
887 <b>__virusTotalFileScanReport</b>(<i>url</i>) |
|
888 <p> |
|
889 Private slot to initiate the display of the file scan report page. |
|
890 </p><dl> |
|
891 <dt><i>url</i></dt> |
|
892 <dd> |
|
893 URL of the file scan report page (string) |
|
894 </dd> |
|
895 </dl><a NAME="HelpWindow.__virusTotalScanCurrentSite" ID="HelpWindow.__virusTotalScanCurrentSite"></a> |
877 <h4>HelpWindow.__virusTotalScanCurrentSite</h4> |
896 <h4>HelpWindow.__virusTotalScanCurrentSite</h4> |
878 <b>__virusTotalScanCurrentSite</b>(<i></i>) |
897 <b>__virusTotalScanCurrentSite</b>(<i></i>) |
879 <p> |
898 <p> |
880 Private slot to ask VirusTotal for a scan of the URL of the current browser. |
899 Private slot to ask VirusTotal for a scan of the URL of the current browser. |
881 </p><a NAME="HelpWindow.__virusTotalSearch" ID="HelpWindow.__virusTotalSearch"></a> |
900 </p><a NAME="HelpWindow.__virusTotalSearch" ID="HelpWindow.__virusTotalSearch"></a> |
891 </p><dl> |
910 </p><dl> |
892 <dt><i>txt</i></dt> |
911 <dt><i>txt</i></dt> |
893 <dd> |
912 <dd> |
894 contents of the search (string) |
913 contents of the search (string) |
895 </dd> |
914 </dd> |
|
915 </dl><a NAME="HelpWindow.__virusTotalSubmitUrlError" ID="HelpWindow.__virusTotalSubmitUrlError"></a> |
|
916 <h4>HelpWindow.__virusTotalSubmitUrlError</h4> |
|
917 <b>__virusTotalSubmitUrlError</b>(<i>msg</i>) |
|
918 <p> |
|
919 Private slot to handle an URL scan submission error. |
|
920 </p><dl> |
|
921 <dt><i>msg</i></dt> |
|
922 <dd> |
|
923 error message (str) |
|
924 </dd> |
|
925 </dl><a NAME="HelpWindow.__virusTotalUrlScanReport" ID="HelpWindow.__virusTotalUrlScanReport"></a> |
|
926 <h4>HelpWindow.__virusTotalUrlScanReport</h4> |
|
927 <b>__virusTotalUrlScanReport</b>(<i>url</i>) |
|
928 <p> |
|
929 Private slot to initiate the display of the URL scan report page. |
|
930 </p><dl> |
|
931 <dt><i>url</i></dt> |
|
932 <dd> |
|
933 URL of the URL scan report page (string) |
|
934 </dd> |
896 </dl><a NAME="HelpWindow.__warning" ID="HelpWindow.__warning"></a> |
935 </dl><a NAME="HelpWindow.__warning" ID="HelpWindow.__warning"></a> |
897 <h4>HelpWindow.__warning</h4> |
936 <h4>HelpWindow.__warning</h4> |
898 <b>__warning</b>(<i>msg</i>) |
937 <b>__warning</b>(<i>msg</i>) |
899 <p> |
938 <p> |
900 Private slot handling warnings from the help engine. |
939 Private slot handling warnings from the help engine. |
1200 </p><a NAME="HelpWindow.requestVirusTotalScan" ID="HelpWindow.requestVirusTotalScan"></a> |
1239 </p><a NAME="HelpWindow.requestVirusTotalScan" ID="HelpWindow.requestVirusTotalScan"></a> |
1201 <h4>HelpWindow.requestVirusTotalScan</h4> |
1240 <h4>HelpWindow.requestVirusTotalScan</h4> |
1202 <b>requestVirusTotalScan</b>(<i>url</i>) |
1241 <b>requestVirusTotalScan</b>(<i>url</i>) |
1203 <p> |
1242 <p> |
1204 Public method to submit a request to scan an URL by VirusTotal. |
1243 Public method to submit a request to scan an URL by VirusTotal. |
1205 </p><a NAME="HelpWindow.search" ID="HelpWindow.search"></a> |
1244 </p><dl> |
|
1245 <dt><i>url</i></dt> |
|
1246 <dd> |
|
1247 URL to be scanned (QUrl) |
|
1248 </dd> |
|
1249 </dl><a NAME="HelpWindow.search" ID="HelpWindow.search"></a> |
1206 <h4>HelpWindow.search</h4> |
1250 <h4>HelpWindow.search</h4> |
1207 <b>search</b>(<i>word</i>) |
1251 <b>search</b>(<i>word</i>) |
1208 <p> |
1252 <p> |
1209 Public method to search for a word. |
1253 Public method to search for a word. |
1210 </p><dl> |
1254 </p><dl> |