diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.VirusTotal.VirusTotalApi.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.VirusTotal.VirusTotalApi.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.VirusTotal.VirusTotalApi.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,39 +7,38 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.VirusTotal.VirusTotalApi</h1> - <p> Module implementing the <a href="http://www.virustotal.com">VirusTotal</a> API class. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#VirusTotalAPI">VirusTotalAPI</a></td> <td>Class implementing the <a href="http://www.virustotal.com">VirusTotal</a> API.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="VirusTotalAPI" ID="VirusTotalAPI"></a> <h2>VirusTotalAPI</h2> - <p> Class implementing the <a href="http://www.virustotal.com">VirusTotal</a> API. </p> + <h3>Signals</h3> <dl> @@ -67,19 +66,28 @@ <h3>Derived from</h3> QObject <h3>Class Attributes</h3> +<table> +<tr><td>GetDomainReportPattern</td></tr> +<tr><td>GetFileReportPattern</td></tr> +<tr><td>GetIpAddressReportPattern</td></tr> +<tr><td>GetUrlReportPattern</td></tr> +<tr><td>ScanUrlPattern</td></tr> +<tr><td>ServiceCode_InvalidKey</td></tr> +<tr><td>ServiceCode_InvalidPrivilege</td></tr> +<tr><td>ServiceCode_RateLimitExceeded</td></tr> +<tr><td>ServiceResult_ItemNotPresent</td></tr> +<tr><td>ServiceResult_ItemPresent</td></tr> +<tr><td>ServiceResult_ItemQueued</td></tr> +<tr><td>TestServiceKeyScanID</td></tr> +</table> -<table> -<tr><td>GetDomainReportPattern</td></tr><tr><td>GetFileReportPattern</td></tr><tr><td>GetIpAddressReportPattern</td></tr><tr><td>GetUrlReportPattern</td></tr><tr><td>ScanUrlPattern</td></tr><tr><td>ServiceCode_InvalidKey</td></tr><tr><td>ServiceCode_InvalidPrivilege</td></tr><tr><td>ServiceCode_RateLimitExceeded</td></tr><tr><td>ServiceResult_ItemNotPresent</td></tr><tr><td>ServiceResult_ItemPresent</td></tr><tr><td>ServiceResult_ItemQueued</td></tr><tr><td>TestServiceKeyScanID</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#VirusTotalAPI.__init__">VirusTotalAPI</a></td> <td>Constructor</td> @@ -145,19 +153,20 @@ <td>Public method to submit an URL to be scanned.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="VirusTotalAPI.__init__" ID="VirusTotalAPI.__init__"></a> <h4>VirusTotalAPI (Constructor)</h4> <b>VirusTotalAPI</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QObject)</dt> @@ -168,10 +177,10 @@ <a NAME="VirusTotalAPI.__checkServiceKeyValidityFinished" ID="VirusTotalAPI.__checkServiceKeyValidityFinished"></a> <h4>VirusTotalAPI.__checkServiceKeyValidityFinished</h4> <b>__checkServiceKeyValidityFinished</b>(<i>reply</i>) - <p> Private slot to determine the result of the service key validity check. </p> + <dl> <dt><i>reply</i> (QNetworkReply)</dt> @@ -182,10 +191,10 @@ <a NAME="VirusTotalAPI.__getDomainReportFinished" ID="VirusTotalAPI.__getDomainReportFinished"></a> <h4>VirusTotalAPI.__getDomainReportFinished</h4> <b>__getDomainReportFinished</b>(<i>reply</i>) - <p> Private slot to process the IP address report data. </p> + <dl> <dt><i>reply</i> (QNetworkReply)</dt> @@ -196,10 +205,10 @@ <a NAME="VirusTotalAPI.__getFileScanReportUrl" ID="VirusTotalAPI.__getFileScanReportUrl"></a> <h4>VirusTotalAPI.__getFileScanReportUrl</h4> <b>__getFileScanReportUrl</b>(<i>scanId</i>) - <p> Private method to get the report URL for a file scan. </p> + <dl> <dt><i>scanId</i> (str)</dt> @@ -210,11 +219,11 @@ <a NAME="VirusTotalAPI.__getFileScanReportUrlFinished" ID="VirusTotalAPI.__getFileScanReportUrlFinished"></a> <h4>VirusTotalAPI.__getFileScanReportUrlFinished</h4> <b>__getFileScanReportUrlFinished</b>(<i>reply</i>) - <p> Private slot to determine the result of the file scan report URL request. </p> + <dl> <dt><i>reply</i> (QNetworkReply)</dt> @@ -225,10 +234,10 @@ <a NAME="VirusTotalAPI.__getIpAddressReportFinished" ID="VirusTotalAPI.__getIpAddressReportFinished"></a> <h4>VirusTotalAPI.__getIpAddressReportFinished</h4> <b>__getIpAddressReportFinished</b>(<i>reply</i>) - <p> Private slot to process the IP address report data. </p> + <dl> <dt><i>reply</i> (QNetworkReply)</dt> @@ -239,10 +248,10 @@ <a NAME="VirusTotalAPI.__getUrlScanReportUrl" ID="VirusTotalAPI.__getUrlScanReportUrl"></a> <h4>VirusTotalAPI.__getUrlScanReportUrl</h4> <b>__getUrlScanReportUrl</b>(<i>scanId</i>) - <p> Private method to get the report URL for a URL scan. </p> + <dl> <dt><i>scanId</i> (str)</dt> @@ -253,10 +262,10 @@ <a NAME="VirusTotalAPI.__getUrlScanReportUrlFinished" ID="VirusTotalAPI.__getUrlScanReportUrlFinished"></a> <h4>VirusTotalAPI.__getUrlScanReportUrlFinished</h4> <b>__getUrlScanReportUrlFinished</b>(<i>reply</i>) - <p> Private slot to determine the result of the URL scan report URL. </p> + <dl> <dt><i>reply</i> (QNetworkReply)</dt> @@ -268,17 +277,17 @@ <a NAME="VirusTotalAPI.__loadSettings" ID="VirusTotalAPI.__loadSettings"></a> <h4>VirusTotalAPI.__loadSettings</h4> <b>__loadSettings</b>(<i></i>) - <p> Private method to load the settings. </p> + <a NAME="VirusTotalAPI.__submitUrlFinished" ID="VirusTotalAPI.__submitUrlFinished"></a> <h4>VirusTotalAPI.__submitUrlFinished</h4> <b>__submitUrlFinished</b>(<i>reply</i>) - <p> Private slot to determine the result of the URL scan submission. </p> + <dl> <dt><i>reply</i> (QNetworkReply)</dt> @@ -289,10 +298,10 @@ <a NAME="VirusTotalAPI.checkServiceKeyValidity" ID="VirusTotalAPI.checkServiceKeyValidity"></a> <h4>VirusTotalAPI.checkServiceKeyValidity</h4> <b>checkServiceKeyValidity</b>(<i>key, protocol=""</i>) - <p> Public method to check the validity of the given service key. </p> + <dl> <dt><i>key</i> (str)</dt> @@ -307,17 +316,17 @@ <a NAME="VirusTotalAPI.close" ID="VirusTotalAPI.close"></a> <h4>VirusTotalAPI.close</h4> <b>close</b>(<i></i>) - <p> Public slot to close the API. </p> + <a NAME="VirusTotalAPI.getDomainReport" ID="VirusTotalAPI.getDomainReport"></a> <h4>VirusTotalAPI.getDomainReport</h4> <b>getDomainReport</b>(<i>domain</i>) - <p> Public method to retrieve a report for a domain. </p> + <dl> <dt><i>domain</i> (str)</dt> @@ -328,10 +337,10 @@ <a NAME="VirusTotalAPI.getIpAddressReport" ID="VirusTotalAPI.getIpAddressReport"></a> <h4>VirusTotalAPI.getIpAddressReport</h4> <b>getIpAddressReport</b>(<i>ipAddress</i>) - <p> Public method to retrieve a report for an IP address. </p> + <dl> <dt><i>ipAddress</i> (str)</dt> @@ -342,17 +351,17 @@ <a NAME="VirusTotalAPI.preferencesChanged" ID="VirusTotalAPI.preferencesChanged"></a> <h4>VirusTotalAPI.preferencesChanged</h4> <b>preferencesChanged</b>(<i></i>) - <p> Public slot to handle a change of preferences. </p> + <a NAME="VirusTotalAPI.submitUrl" ID="VirusTotalAPI.submitUrl"></a> <h4>VirusTotalAPI.submitUrl</h4> <b>submitUrl</b>(<i>url</i>) - <p> Public method to submit an URL to be scanned. </p> + <dl> <dt><i>url</i> (QUrl)</dt> @@ -362,4 +371,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>