Documentation/Source/eric5.Helpviewer.HelpWindow.html

changeset 978
11f8adbcac97
parent 952
cc3e2e5558e9
child 979
0ae0c8852d31
--- a/Documentation/Source/eric5.Helpviewer.HelpWindow.html	Sat Apr 09 15:20:53 2011 +0200
+++ b/Documentation/Source/eric5.Helpviewer.HelpWindow.html	Sun Apr 10 18:33:20 2011 +0200
@@ -280,6 +280,15 @@
 <td><a href="#HelpWindow.__viewFullScreen">__viewFullScreen</a></td>
 <td>Private slot called to toggle fullscreen mode.</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>
+<td><a href="#HelpWindow.__virusTotalSearch">__virusTotalSearch</a></td>
+<td>Private slot to search VirusTotal for a given entry.</td>
+</tr><tr>
+<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.__warning">__warning</a></td>
 <td>Private slot handling warnings from the help engine.</td>
 </tr><tr>
@@ -373,6 +382,9 @@
 <td><a href="#HelpWindow.preferencesChanged">preferencesChanged</a></td>
 <td>Public slot to handle a change of preferences.</td>
 </tr><tr>
+<td><a href="#HelpWindow.requestVirusTotalScan">requestVirusTotalScan</a></td>
+<td>Public method to submit a request to scan an URL by VirusTotal.</td>
+</tr><tr>
 <td><a href="#HelpWindow.search">search</a></td>
 <td>Public method to search for a word.</td>
 </tr><tr>
@@ -861,7 +873,27 @@
 <b>__viewFullScreen</b>(<i></i>)
 <p>
         Private slot called to toggle fullscreen mode.
-</p><a NAME="HelpWindow.__warning" ID="HelpWindow.__warning"></a>
+</p><a NAME="HelpWindow.__virusTotalScanCurrentSite" ID="HelpWindow.__virusTotalScanCurrentSite"></a>
+<h4>HelpWindow.__virusTotalScanCurrentSite</h4>
+<b>__virusTotalScanCurrentSite</b>(<i></i>)
+<p>
+        Private slot to ask VirusTotal for a scan of the URL of the current browser.
+</p><a NAME="HelpWindow.__virusTotalSearch" ID="HelpWindow.__virusTotalSearch"></a>
+<h4>HelpWindow.__virusTotalSearch</h4>
+<b>__virusTotalSearch</b>(<i></i>)
+<p>
+        Private slot to search VirusTotal for a given entry.
+</p><a NAME="HelpWindow.__virusTotalSearchChanged" ID="HelpWindow.__virusTotalSearchChanged"></a>
+<h4>HelpWindow.__virusTotalSearchChanged</h4>
+<b>__virusTotalSearchChanged</b>(<i>txt</i>)
+<p>
+        Private slot to react upon changes of the VirusTotal search text.
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+contents of the search (string)
+</dd>
+</dl><a NAME="HelpWindow.__warning" ID="HelpWindow.__warning"></a>
 <h4>HelpWindow.__warning</h4>
 <b>__warning</b>(<i>msg</i>)
 <p>
@@ -1090,13 +1122,17 @@
 </dd>
 </dl><a NAME="HelpWindow.newTab" ID="HelpWindow.newTab"></a>
 <h4>HelpWindow.newTab</h4>
-<b>newTab</b>(<i>link=None</i>)
+<b>newTab</b>(<i>link=None, requestData=None</i>)
 <p>
         Public slot called to open a new help window tab.
 </p><dl>
 <dt><i>link</i></dt>
 <dd>
 file to be displayed in the new window (string or QUrl)
+</dd><dt><i>requestData</i></dt>
+<dd>
+tuple containing the request data (QNetworkRequest,
+            QNetworkAccessManager.Operation, QByteArray)
 </dd>
 </dl><a NAME="HelpWindow.newWindow" ID="HelpWindow.newWindow"></a>
 <h4>HelpWindow.newWindow</h4>
@@ -1161,6 +1197,11 @@
 <b>preferencesChanged</b>(<i></i>)
 <p>
         Public slot to handle a change of preferences.
+</p><a NAME="HelpWindow.requestVirusTotalScan" ID="HelpWindow.requestVirusTotalScan"></a>
+<h4>HelpWindow.requestVirusTotalScan</h4>
+<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>
 <h4>HelpWindow.search</h4>
 <b>search</b>(<i>word</i>)

eric ide

mercurial