89 <td>Private slot to add a new bookmarks folder.</td> |
89 <td>Private slot to add a new bookmarks folder.</td> |
90 </tr><tr> |
90 </tr><tr> |
91 <td><a href="#HelpWindow.__backward">__backward</a></td> |
91 <td><a href="#HelpWindow.__backward">__backward</a></td> |
92 <td>Private slot called to handle the backward action.</td> |
92 <td>Private slot called to handle the backward action.</td> |
93 </tr><tr> |
93 </tr><tr> |
|
94 <td><a href="#HelpWindow.__browserClosed">__browserClosed</a></td> |
|
95 <td>Private slot handling the closure of a browser tab.</td> |
|
96 </tr><tr> |
94 <td><a href="#HelpWindow.__clearIconsDatabase">__clearIconsDatabase</a></td> |
97 <td><a href="#HelpWindow.__clearIconsDatabase">__clearIconsDatabase</a></td> |
95 <td>Private slot to clear the icons databse.</td> |
98 <td>Private slot to clear the icons databse.</td> |
96 </tr><tr> |
99 </tr><tr> |
97 <td><a href="#HelpWindow.__clearPrivateData">__clearPrivateData</a></td> |
100 <td><a href="#HelpWindow.__clearPrivateData">__clearPrivateData</a></td> |
98 <td>Private slot to clear the private data.</td> |
101 <td>Private slot to clear the private data.</td> |
394 <td><a href="#HelpWindow.passwordManager">passwordManager</a></td> |
397 <td><a href="#HelpWindow.passwordManager">passwordManager</a></td> |
395 <td>Class method to get a reference to the password manager.</td> |
398 <td>Class method to get a reference to the password manager.</td> |
396 </tr><tr> |
399 </tr><tr> |
397 <td><a href="#HelpWindow.preferencesChanged">preferencesChanged</a></td> |
400 <td><a href="#HelpWindow.preferencesChanged">preferencesChanged</a></td> |
398 <td>Public slot to handle a change of preferences.</td> |
401 <td>Public slot to handle a change of preferences.</td> |
|
402 </tr><tr> |
|
403 <td><a href="#HelpWindow.previewer">previewer</a></td> |
|
404 <td>Public method to get a reference to the previewer tab.</td> |
399 </tr><tr> |
405 </tr><tr> |
400 <td><a href="#HelpWindow.requestVirusTotalScan">requestVirusTotalScan</a></td> |
406 <td><a href="#HelpWindow.requestVirusTotalScan">requestVirusTotalScan</a></td> |
401 <td>Public method to submit a request to scan an URL by VirusTotal.</td> |
407 <td>Public method to submit a request to scan an URL by VirusTotal.</td> |
402 </tr><tr> |
408 </tr><tr> |
403 <td><a href="#HelpWindow.search">search</a></td> |
409 <td><a href="#HelpWindow.search">search</a></td> |
497 </p><a NAME="HelpWindow.__backward" ID="HelpWindow.__backward"></a> |
503 </p><a NAME="HelpWindow.__backward" ID="HelpWindow.__backward"></a> |
498 <h4>HelpWindow.__backward</h4> |
504 <h4>HelpWindow.__backward</h4> |
499 <b>__backward</b>(<i></i>) |
505 <b>__backward</b>(<i></i>) |
500 <p> |
506 <p> |
501 Private slot called to handle the backward action. |
507 Private slot called to handle the backward action. |
502 </p><a NAME="HelpWindow.__clearIconsDatabase" ID="HelpWindow.__clearIconsDatabase"></a> |
508 </p><a NAME="HelpWindow.__browserClosed" ID="HelpWindow.__browserClosed"></a> |
|
509 <h4>HelpWindow.__browserClosed</h4> |
|
510 <b>__browserClosed</b>(<i>browser</i>) |
|
511 <p> |
|
512 Private slot handling the closure of a browser tab. |
|
513 </p><dl> |
|
514 <dt><i>browser</i></dt> |
|
515 <dd> |
|
516 reference to the browser window (QWidget) |
|
517 </dd> |
|
518 </dl><a NAME="HelpWindow.__clearIconsDatabase" ID="HelpWindow.__clearIconsDatabase"></a> |
503 <h4>HelpWindow.__clearIconsDatabase</h4> |
519 <h4>HelpWindow.__clearIconsDatabase</h4> |
504 <b>__clearIconsDatabase</b>(<i></i>) |
520 <b>__clearIconsDatabase</b>(<i></i>) |
505 <p> |
521 <p> |
506 Private slot to clear the icons databse. |
522 Private slot to clear the icons databse. |
507 </p><a NAME="HelpWindow.__clearPrivateData" ID="HelpWindow.__clearPrivateData"></a> |
523 </p><a NAME="HelpWindow.__clearPrivateData" ID="HelpWindow.__clearPrivateData"></a> |
1263 </dl><a NAME="HelpWindow.preferencesChanged" ID="HelpWindow.preferencesChanged"></a> |
1279 </dl><a NAME="HelpWindow.preferencesChanged" ID="HelpWindow.preferencesChanged"></a> |
1264 <h4>HelpWindow.preferencesChanged</h4> |
1280 <h4>HelpWindow.preferencesChanged</h4> |
1265 <b>preferencesChanged</b>(<i></i>) |
1281 <b>preferencesChanged</b>(<i></i>) |
1266 <p> |
1282 <p> |
1267 Public slot to handle a change of preferences. |
1283 Public slot to handle a change of preferences. |
1268 </p><a NAME="HelpWindow.requestVirusTotalScan" ID="HelpWindow.requestVirusTotalScan"></a> |
1284 </p><a NAME="HelpWindow.previewer" ID="HelpWindow.previewer"></a> |
|
1285 <h4>HelpWindow.previewer</h4> |
|
1286 <b>previewer</b>(<i></i>) |
|
1287 <p> |
|
1288 Public method to get a reference to the previewer tab. |
|
1289 </p><dl> |
|
1290 <dt>Returns:</dt> |
|
1291 <dd> |
|
1292 reference to the previewer tab (HelpBrowserWV) |
|
1293 </dd> |
|
1294 </dl><a NAME="HelpWindow.requestVirusTotalScan" ID="HelpWindow.requestVirusTotalScan"></a> |
1269 <h4>HelpWindow.requestVirusTotalScan</h4> |
1295 <h4>HelpWindow.requestVirusTotalScan</h4> |
1270 <b>requestVirusTotalScan</b>(<i>url</i>) |
1296 <b>requestVirusTotalScan</b>(<i>url</i>) |
1271 <p> |
1297 <p> |
1272 Public method to submit a request to scan an URL by VirusTotal. |
1298 Public method to submit a request to scan an URL by VirusTotal. |
1273 </p><dl> |
1299 </p><dl> |