Documentation/Source/eric5.Helpviewer.HelpWindow.html

changeset 979
0ae0c8852d31
parent 978
11f8adbcac97
child 1127
b1802ebe0066
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html	Sun Apr 10 18:33:20 2011 +0200
+++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html	Mon Apr 11 20:06:15 2011 +0200
@@ -280,6 +280,9 @@
 <td><a href="#HelpWindow.__viewFullScreen">__viewFullScreen</a></td>
 <td>Private slot called to toggle fullscreen mode.</td>
 </tr><tr>
+<td><a href="#HelpWindow.__virusTotalFileScanReport">__virusTotalFileScanReport</a></td>
+<td>Private slot to initiate the display of the file scan report page.</td>
+</tr><tr>
 <td><a href="#HelpWindow.__virusTotalScanCurrentSite">__virusTotalScanCurrentSite</a></td>
 <td>Private slot to ask VirusTotal for a scan of the URL of the current browser.</td>
 </tr><tr>
@@ -289,6 +292,12 @@
 <td><a href="#HelpWindow.__virusTotalSearchChanged">__virusTotalSearchChanged</a></td>
 <td>Private slot to react upon changes of the VirusTotal search text.</td>
 </tr><tr>
+<td><a href="#HelpWindow.__virusTotalSubmitUrlError">__virusTotalSubmitUrlError</a></td>
+<td>Private slot to handle an URL scan submission error.</td>
+</tr><tr>
+<td><a href="#HelpWindow.__virusTotalUrlScanReport">__virusTotalUrlScanReport</a></td>
+<td>Private slot to initiate the display of the URL scan report page.</td>
+</tr><tr>
 <td><a href="#HelpWindow.__warning">__warning</a></td>
 <td>Private slot handling warnings from the help engine.</td>
 </tr><tr>
@@ -873,7 +882,17 @@
 <b>__viewFullScreen</b>(<i></i>)
 <p>
         Private slot called to toggle fullscreen mode.
-</p><a NAME="HelpWindow.__virusTotalScanCurrentSite" ID="HelpWindow.__virusTotalScanCurrentSite"></a>
+</p><a NAME="HelpWindow.__virusTotalFileScanReport" ID="HelpWindow.__virusTotalFileScanReport"></a>
+<h4>HelpWindow.__virusTotalFileScanReport</h4>
+<b>__virusTotalFileScanReport</b>(<i>url</i>)
+<p>
+        Private slot to initiate the display of the file scan report page.
+</p><dl>
+<dt><i>url</i></dt>
+<dd>
+URL of the file scan report page (string)
+</dd>
+</dl><a NAME="HelpWindow.__virusTotalScanCurrentSite" ID="HelpWindow.__virusTotalScanCurrentSite"></a>
 <h4>HelpWindow.__virusTotalScanCurrentSite</h4>
 <b>__virusTotalScanCurrentSite</b>(<i></i>)
 <p>
@@ -893,6 +912,26 @@
 <dd>
 contents of the search (string)
 </dd>
+</dl><a NAME="HelpWindow.__virusTotalSubmitUrlError" ID="HelpWindow.__virusTotalSubmitUrlError"></a>
+<h4>HelpWindow.__virusTotalSubmitUrlError</h4>
+<b>__virusTotalSubmitUrlError</b>(<i>msg</i>)
+<p>
+        Private slot to handle an URL scan submission error.
+</p><dl>
+<dt><i>msg</i></dt>
+<dd>
+error message (str)
+</dd>
+</dl><a NAME="HelpWindow.__virusTotalUrlScanReport" ID="HelpWindow.__virusTotalUrlScanReport"></a>
+<h4>HelpWindow.__virusTotalUrlScanReport</h4>
+<b>__virusTotalUrlScanReport</b>(<i>url</i>)
+<p>
+        Private slot to initiate the display of the URL scan report page.
+</p><dl>
+<dt><i>url</i></dt>
+<dd>
+URL of the URL scan report page (string)
+</dd>
 </dl><a NAME="HelpWindow.__warning" ID="HelpWindow.__warning"></a>
 <h4>HelpWindow.__warning</h4>
 <b>__warning</b>(<i>msg</i>)
@@ -1202,7 +1241,12 @@
 <b>requestVirusTotalScan</b>(<i>url</i>)
 <p>
         Public method to submit a request to scan an URL by VirusTotal.
-</p><a NAME="HelpWindow.search" ID="HelpWindow.search"></a>
+</p><dl>
+<dt><i>url</i></dt>
+<dd>
+URL to be scanned (QUrl)
+</dd>
+</dl><a NAME="HelpWindow.search" ID="HelpWindow.search"></a>
 <h4>HelpWindow.search</h4>
 <b>search</b>(<i>word</i>)
 <p>

eric ide

mercurial