src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 9236
db53a9efe7ef
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.WebBrowser.WebBrowserWindow</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.WebBrowser.WebBrowserWindow</h1>
10
11 <p>
12 Module implementing the web browser main window.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#WebBrowserWindow">WebBrowserWindow</a></td>
25 <td>Class implementing the web browser main window.</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="WebBrowserWindow" ID="WebBrowserWindow"></a>
36 <h2>WebBrowserWindow</h2>
37
38 <p>
39 Class implementing the web browser main window.
40 </p>
41 <h3>Signals</h3>
42 <dl>
43
44 <dt>webBrowserClosed(browser)</dt>
45 <dd>
46 emitted after a web browser tab was
47 closed
48 </dd>
49 <dt>webBrowserOpened(browser)</dt>
50 <dd>
51 emitted after a new web browser tab was
52 created
53 </dd>
54 <dt>webBrowserWindowClosed(window)</dt>
55 <dd>
56 emitted after the window was
57 requested to close
58 </dd>
59 <dt>webBrowserWindowOpened(window)</dt>
60 <dd>
61 emitted after a new web browser
62 window was opened
63 </dd>
64 </dl>
65 <h3>Derived from</h3>
66 EricMainWindow
67 <h3>Class Attributes</h3>
68
69 <table>
70 <tr><td>BrowserWindows</td></tr><tr><td>_adblockManager</td></tr><tr><td>_autoScroller</td></tr><tr><td>_bookmarksManager</td></tr><tr><td>_cookieJar</td></tr><tr><td>_downloadManager</td></tr><tr><td>_featurePermissionManager</td></tr><tr><td>_feedsManager</td></tr><tr><td>_greaseMonkeyManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_imageSearchEngine</td></tr><tr><td>_isPrivate</td></tr><tr><td>_lastActiveWindow</td></tr><tr><td>_networkManager</td></tr><tr><td>_notification</td></tr><tr><td>_passwordManager</td></tr><tr><td>_performingShutdown</td></tr><tr><td>_performingStartup</td></tr><tr><td>_personalInformationManager</td></tr><tr><td>_protocolHandlerManager</td></tr><tr><td>_safeBrowsingManager</td></tr><tr><td>_sessionManager</td></tr><tr><td>_speedDial</td></tr><tr><td>_syncManager</td></tr><tr><td>_tabManager</td></tr><tr><td>_useQtHelp</td></tr><tr><td>_userAgentsManager</td></tr><tr><td>_webProfile</td></tr>
71 </table>
72 <h3>Class Methods</h3>
73
74 <table>
75
76 <tr>
77 <td><a href="#WebBrowserWindow.adBlockManager">adBlockManager</a></td>
78 <td>Class method to get a reference to the AdBlock manager.</td>
79 </tr>
80 <tr>
81 <td><a href="#WebBrowserWindow.autoScroller">autoScroller</a></td>
82 <td>Class method to get a reference to the auto scroller.</td>
83 </tr>
84 <tr>
85 <td><a href="#WebBrowserWindow.bookmarksManager">bookmarksManager</a></td>
86 <td>Class method to get a reference to the bookmarks manager.</td>
87 </tr>
88 <tr>
89 <td><a href="#WebBrowserWindow.cookieJar">cookieJar</a></td>
90 <td>Class method to get a reference to the cookie jar.</td>
91 </tr>
92 <tr>
93 <td><a href="#WebBrowserWindow.downloadManager">downloadManager</a></td>
94 <td>Class method to get a reference to the download manager.</td>
95 </tr>
96 <tr>
97 <td><a href="#WebBrowserWindow.downloadRequested">downloadRequested</a></td>
98 <td>Class method to handle a download request.</td>
99 </tr>
100 <tr>
101 <td><a href="#WebBrowserWindow.featurePermissionManager">featurePermissionManager</a></td>
102 <td>Class method to get a reference to the feature permission manager.</td>
103 </tr>
104 <tr>
105 <td><a href="#WebBrowserWindow.feedsManager">feedsManager</a></td>
106 <td>Class method to get a reference to the RSS feeds manager.</td>
107 </tr>
108 <tr>
109 <td><a href="#WebBrowserWindow.getQtHelpCollectionFileName">getQtHelpCollectionFileName</a></td>
110 <td>Class method to determine the name of the QtHelp collection file.</td>
111 </tr>
112 <tr>
113 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td>
114 <td>Class method to get a reference to the most recent active web browser window.</td>
115 </tr>
116 <tr>
117 <td><a href="#WebBrowserWindow.globalStatusBar">globalStatusBar</a></td>
118 <td>Class method to get a reference to a global status bar.</td>
119 </tr>
120 <tr>
121 <td><a href="#WebBrowserWindow.greaseMonkeyManager">greaseMonkeyManager</a></td>
122 <td>Class method to get a reference to the GreaseMonkey manager.</td>
123 </tr>
124 <tr>
125 <td><a href="#WebBrowserWindow.helpEngine">helpEngine</a></td>
126 <td>Class method to get a reference to the help engine.</td>
127 </tr>
128 <tr>
129 <td><a href="#WebBrowserWindow.historyManager">historyManager</a></td>
130 <td>Class method to get a reference to the history manager.</td>
131 </tr>
132 <tr>
133 <td><a href="#WebBrowserWindow.icon">icon</a></td>
134 <td>Class method to get the icon for an URL.</td>
135 </tr>
136 <tr>
137 <td><a href="#WebBrowserWindow.imageSearchEngine">imageSearchEngine</a></td>
138 <td>Class method to get a reference to the image search engine.</td>
139 </tr>
140 <tr>
141 <td><a href="#WebBrowserWindow.isPrivate">isPrivate</a></td>
142 <td>Class method to check the private browsing mode.</td>
143 </tr>
144 <tr>
145 <td><a href="#WebBrowserWindow.mainWindow">mainWindow</a></td>
146 <td>Class method to get a reference to the main window.</td>
147 </tr>
148 <tr>
149 <td><a href="#WebBrowserWindow.mainWindows">mainWindows</a></td>
150 <td>Class method to get references to all main windows.</td>
151 </tr>
152 <tr>
153 <td><a href="#WebBrowserWindow.networkManager">networkManager</a></td>
154 <td>Class method to get a reference to the network manager object.</td>
155 </tr>
156 <tr>
157 <td><a href="#WebBrowserWindow.passwordManager">passwordManager</a></td>
158 <td>Class method to get a reference to the password manager.</td>
159 </tr>
160 <tr>
161 <td><a href="#WebBrowserWindow.personalInformationManager">personalInformationManager</a></td>
162 <td>Class method to get a reference to the personal information manager.</td>
163 </tr>
164 <tr>
165 <td><a href="#WebBrowserWindow.protocolHandlerManager">protocolHandlerManager</a></td>
166 <td>Class method to get a reference to the protocol handler manager.</td>
167 </tr>
168 <tr>
169 <td><a href="#WebBrowserWindow.safeBrowsingManager">safeBrowsingManager</a></td>
170 <td>Class method to get a reference to the safe browsing interface.</td>
171 </tr>
172 <tr>
173 <td><a href="#WebBrowserWindow.sessionManager">sessionManager</a></td>
174 <td>Class method to get a reference to the session manager.</td>
175 </tr>
176 <tr>
177 <td><a href="#WebBrowserWindow.setUseQtHelp">setUseQtHelp</a></td>
178 <td>Class method to set the QtHelp usage.</td>
179 </tr>
180 <tr>
181 <td><a href="#WebBrowserWindow.showNotification">showNotification</a></td>
182 <td>Class method to show a desktop notification.</td>
183 </tr>
184 <tr>
185 <td><a href="#WebBrowserWindow.speedDial">speedDial</a></td>
186 <td>Class method to get a reference to the speed dial.</td>
187 </tr>
188 <tr>
189 <td><a href="#WebBrowserWindow.syncManager">syncManager</a></td>
190 <td>Class method to get a reference to the data synchronization manager.</td>
191 </tr>
192 <tr>
193 <td><a href="#WebBrowserWindow.tabManager">tabManager</a></td>
194 <td>Class method to get a reference to the tab manager widget.</td>
195 </tr>
196 <tr>
197 <td><a href="#WebBrowserWindow.userAgentsManager">userAgentsManager</a></td>
198 <td>Class method to get a reference to the user agents manager.</td>
199 </tr>
200 <tr>
201 <td><a href="#WebBrowserWindow.webProfile">webProfile</a></td>
202 <td>Class method handling the web engine profile.</td>
203 </tr>
204 <tr>
205 <td><a href="#WebBrowserWindow.webSettings">webSettings</a></td>
206 <td>Class method to get the web settings of the current profile.</td>
207 </tr>
208 </table>
209 <h3>Methods</h3>
210
211 <table>
212
213 <tr>
214 <td><a href="#WebBrowserWindow.__init__">WebBrowserWindow</a></td>
215 <td>Constructor</td>
216 </tr>
217 <tr>
218 <td><a href="#WebBrowserWindow.__TBMenuTriggered">__TBMenuTriggered</a></td>
219 <td>Private method to handle the toggle of a toolbar via the Window-> Toolbars submenu or the toolbars popup menu.</td>
220 </tr>
221 <tr>
222 <td><a href="#WebBrowserWindow.__about">__about</a></td>
223 <td>Private slot to show the about information.</td>
224 </tr>
225 <tr>
226 <td><a href="#WebBrowserWindow.__aboutQt">__aboutQt</a></td>
227 <td>Private slot to show info about Qt.</td>
228 </tr>
229 <tr>
230 <td><a href="#WebBrowserWindow.__aboutToShowSettingsMenu">__aboutToShowSettingsMenu</a></td>
231 <td>Private slot to show the Settings menu.</td>
232 </tr>
233 <tr>
234 <td><a href="#WebBrowserWindow.__aboutToShowTextEncodingMenu">__aboutToShowTextEncodingMenu</a></td>
235 <td>Private slot to populate the text encoding menu.</td>
236 </tr>
237 <tr>
238 <td><a href="#WebBrowserWindow.__activateCurrentBrowser">__activateCurrentBrowser</a></td>
239 <td>Private slot to activate the current browser.</td>
240 </tr>
241 <tr>
242 <td><a href="#WebBrowserWindow.__activateDock">__activateDock</a></td>
243 <td>Private method to activate the dock widget of the given widget.</td>
244 </tr>
245 <tr>
246 <td><a href="#WebBrowserWindow.__addBookmark">__addBookmark</a></td>
247 <td>Private slot called to add the displayed file to the bookmarks.</td>
248 </tr>
249 <tr>
250 <td><a href="#WebBrowserWindow.__addBookmarkCallback">__addBookmarkCallback</a></td>
251 <td>Private callback method of __addBookmark().</td>
252 </tr>
253 <tr>
254 <td><a href="#WebBrowserWindow.__addBookmarkFolder">__addBookmarkFolder</a></td>
255 <td>Private slot to add a new bookmarks folder.</td>
256 </tr>
257 <tr>
258 <td><a href="#WebBrowserWindow.__appFocusChanged">__appFocusChanged</a></td>
259 <td>Private slot to handle a change of the focus.</td>
260 </tr>
261 <tr>
262 <td><a href="#WebBrowserWindow.__backward">__backward</a></td>
263 <td>Private slot called to handle the backward action.</td>
264 </tr>
265 <tr>
266 <td><a href="#WebBrowserWindow.__bookmarkAllCallback">__bookmarkAllCallback</a></td>
267 <td>Private callback method of __addBookmark().</td>
268 </tr>
269 <tr>
270 <td><a href="#WebBrowserWindow.__clearIconsDatabase">__clearIconsDatabase</a></td>
271 <td>Private slot to clear the favicons databse.</td>
272 </tr>
273 <tr>
274 <td><a href="#WebBrowserWindow.__clearPrivateData">__clearPrivateData</a></td>
275 <td>Private slot to clear the private data.</td>
276 </tr>
277 <tr>
278 <td><a href="#WebBrowserWindow.__configShortcuts">__configShortcuts</a></td>
279 <td>Private slot to configure the keyboard shortcuts.</td>
280 </tr>
281 <tr>
282 <td><a href="#WebBrowserWindow.__copy">__copy</a></td>
283 <td>Private slot called to handle the copy action.</td>
284 </tr>
285 <tr>
286 <td><a href="#WebBrowserWindow.__createTextEncodingAction">__createTextEncodingAction</a></td>
287 <td>Private method to create an action for the text encoding menu.</td>
288 </tr>
289 <tr>
290 <td><a href="#WebBrowserWindow.__createTextEncodingSubmenu">__createTextEncodingSubmenu</a></td>
291 <td>Private method to create a text encoding sub menu.</td>
292 </tr>
293 <tr>
294 <td><a href="#WebBrowserWindow.__currentChanged">__currentChanged</a></td>
295 <td>Private slot to handle the currentChanged signal.</td>
296 </tr>
297 <tr>
298 <td><a href="#WebBrowserWindow.__cut">__cut</a></td>
299 <td>Private slot called to handle the cut action.</td>
300 </tr>
301 <tr>
302 <td><a href="#WebBrowserWindow.__del__">__del__</a></td>
303 <td>Special method called during object destruction.</td>
304 </tr>
305 <tr>
306 <td><a href="#WebBrowserWindow.__docsInstalled">__docsInstalled</a></td>
307 <td>Private slot handling the end of documentation installation.</td>
308 </tr>
309 <tr>
310 <td><a href="#WebBrowserWindow.__exportShortcuts">__exportShortcuts</a></td>
311 <td>Private slot to export the keyboard shortcuts.</td>
312 </tr>
313 <tr>
314 <td><a href="#WebBrowserWindow.__feedsManagerClosed">__feedsManagerClosed</a></td>
315 <td>Private slot to handle closing the feeds manager dialog.</td>
316 </tr>
317 <tr>
318 <td><a href="#WebBrowserWindow.__filterQtHelpDocumentation">__filterQtHelpDocumentation</a></td>
319 <td>Private slot to filter the QtHelp documentation.</td>
320 </tr>
321 <tr>
322 <td><a href="#WebBrowserWindow.__find">__find</a></td>
323 <td>Private slot to handle the find action.</td>
324 </tr>
325 <tr>
326 <td><a href="#WebBrowserWindow.__forward">__forward</a></td>
327 <td>Private slot called to handle the forward action.</td>
328 </tr>
329 <tr>
330 <td><a href="#WebBrowserWindow.__hideNavigation">__hideNavigation</a></td>
331 <td>Private slot to hide full screen navigation by timer.</td>
332 </tr>
333 <tr>
334 <td><a href="#WebBrowserWindow.__home">__home</a></td>
335 <td>Private slot called to handle the home action.</td>
336 </tr>
337 <tr>
338 <td><a href="#WebBrowserWindow.__importShortcuts">__importShortcuts</a></td>
339 <td>Private slot to import the keyboard shortcuts.</td>
340 </tr>
341 <tr>
342 <td><a href="#WebBrowserWindow.__indexingFinished">__indexingFinished</a></td>
343 <td>Private slot to handle the start of the indexing process.</td>
344 </tr>
345 <tr>
346 <td><a href="#WebBrowserWindow.__indexingStarted">__indexingStarted</a></td>
347 <td>Private slot to handle the start of the indexing process.</td>
348 </tr>
349 <tr>
350 <td><a href="#WebBrowserWindow.__initActions">__initActions</a></td>
351 <td>Private method to define the user interface actions.</td>
352 </tr>
353 <tr>
354 <td><a href="#WebBrowserWindow.__initMenus">__initMenus</a></td>
355 <td>Private method to create the menus.</td>
356 </tr>
357 <tr>
358 <td><a href="#WebBrowserWindow.__initSuperMenu">__initSuperMenu</a></td>
359 <td>Private method to create the super menu and attach it to the super menu button.</td>
360 </tr>
361 <tr>
362 <td><a href="#WebBrowserWindow.__initToolbars">__initToolbars</a></td>
363 <td>Private method to create the toolbars.</td>
364 </tr>
365 <tr>
366 <td><a href="#WebBrowserWindow.__initWebEngineSettings">__initWebEngineSettings</a></td>
367 <td>Private method to set the global web settings.</td>
368 </tr>
369 <tr>
370 <td><a href="#WebBrowserWindow.__linkActivated">__linkActivated</a></td>
371 <td>Private slot to handle the selection of a link.</td>
372 </tr>
373 <tr>
374 <td><a href="#WebBrowserWindow.__lookForNewDocumentation">__lookForNewDocumentation</a></td>
375 <td>Private slot to look for new documentation to be loaded into the help database.</td>
376 </tr>
377 <tr>
378 <td><a href="#WebBrowserWindow.__manageQtHelpDocumentation">__manageQtHelpDocumentation</a></td>
379 <td>Private slot to manage the QtHelp documentation database.</td>
380 </tr>
381 <tr>
382 <td><a href="#WebBrowserWindow.__nextTab">__nextTab</a></td>
383 <td>Private slot used to show the next tab.</td>
384 </tr>
385 <tr>
386 <td><a href="#WebBrowserWindow.__openFile">__openFile</a></td>
387 <td>Private slot called to open a file.</td>
388 </tr>
389 <tr>
390 <td><a href="#WebBrowserWindow.__openFileNewTab">__openFileNewTab</a></td>
391 <td>Private slot called to open a file in a new tab.</td>
392 </tr>
393 <tr>
394 <td><a href="#WebBrowserWindow.__paste">__paste</a></td>
395 <td>Private slot called to handle the paste action.</td>
396 </tr>
397 <tr>
398 <td><a href="#WebBrowserWindow.__populateToolbarsMenu">__populateToolbarsMenu</a></td>
399 <td>Private method to populate the toolbars menu.</td>
400 </tr>
401 <tr>
402 <td><a href="#WebBrowserWindow.__prevTab">__prevTab</a></td>
403 <td>Private slot used to show the previous tab.</td>
404 </tr>
405 <tr>
406 <td><a href="#WebBrowserWindow.__redo">__redo</a></td>
407 <td>Private slot to handle the redo action.</td>
408 </tr>
409 <tr>
410 <td><a href="#WebBrowserWindow.__reload">__reload</a></td>
411 <td>Private slot called to handle the reload action.</td>
412 </tr>
413 <tr>
414 <td><a href="#WebBrowserWindow.__removeOldDocumentation">__removeOldDocumentation</a></td>
415 <td>Private slot to remove non-existing documentation from the help engine.</td>
416 </tr>
417 <tr>
418 <td><a href="#WebBrowserWindow.__saLoadUrl">__saLoadUrl</a></td>
419 <td>Private slot to load an URL received via the single application protocol.</td>
420 </tr>
421 <tr>
422 <td><a href="#WebBrowserWindow.__saNewTab">__saNewTab</a></td>
423 <td>Private slot to load an URL received via the single application protocol in a new tab.</td>
424 </tr>
425 <tr>
426 <td><a href="#WebBrowserWindow.__saSearchWord">__saSearchWord</a></td>
427 <td>Private slot to search for the given word.</td>
428 </tr>
429 <tr>
430 <td><a href="#WebBrowserWindow.__savePageAs">__savePageAs</a></td>
431 <td>Private slot to save the current page.</td>
432 </tr>
433 <tr>
434 <td><a href="#WebBrowserWindow.__saveVisiblePageScreen">__saveVisiblePageScreen</a></td>
435 <td>Private slot to save the visible part of the current page as a screen shot.</td>
436 </tr>
437 <tr>
438 <td><a href="#WebBrowserWindow.__searchForWord">__searchForWord</a></td>
439 <td>Private slot to search for a word.</td>
440 </tr>
441 <tr>
442 <td><a href="#WebBrowserWindow.__selectAll">__selectAll</a></td>
443 <td>Private slot to handle the select all action.</td>
444 </tr>
445 <tr>
446 <td><a href="#WebBrowserWindow.__sendPageLink">__sendPageLink</a></td>
447 <td>Private slot to send the link of the current page via email.</td>
448 </tr>
449 <tr>
450 <td><a href="#WebBrowserWindow.__setBookmarksToolbarVisibility">__setBookmarksToolbarVisibility</a></td>
451 <td>Private method to set the visibility of the bookmarks toolbar.</td>
452 </tr>
453 <tr>
454 <td><a href="#WebBrowserWindow.__setIconDatabasePath">__setIconDatabasePath</a></td>
455 <td>Private method to set the favicons path.</td>
456 </tr>
457 <tr>
458 <td><a href="#WebBrowserWindow.__setMenuBarVisibility">__setMenuBarVisibility</a></td>
459 <td>Private method to set the visibility of the menu bar.</td>
460 </tr>
461 <tr>
462 <td><a href="#WebBrowserWindow.__setStatusBarVisible">__setStatusBarVisible</a></td>
463 <td>Private method to set the visibility of the status bar.</td>
464 </tr>
465 <tr>
466 <td><a href="#WebBrowserWindow.__setTextEncoding">__setTextEncoding</a></td>
467 <td>Private slot to set the selected text encoding as the default for this session.</td>
468 </tr>
469 <tr>
470 <td><a href="#WebBrowserWindow.__setUserStyleSheet">__setUserStyleSheet</a></td>
471 <td>Private method to set a user style sheet.</td>
472 </tr>
473 <tr>
474 <td><a href="#WebBrowserWindow.__setupFilterCombo">__setupFilterCombo</a></td>
475 <td>Private slot to setup the filter combo box.</td>
476 </tr>
477 <tr>
478 <td><a href="#WebBrowserWindow.__shallShutDown">__shallShutDown</a></td>
479 <td>Private method to check, if the application should be shut down.</td>
480 </tr>
481 <tr>
482 <td><a href="#WebBrowserWindow.__showAcceptedLanguages">__showAcceptedLanguages</a></td>
483 <td>Private slot to configure the accepted languages for web pages.</td>
484 </tr>
485 <tr>
486 <td><a href="#WebBrowserWindow.__showAdBlockDialog">__showAdBlockDialog</a></td>
487 <td>Private slot to show the AdBlock configuration dialog.</td>
488 </tr>
489 <tr>
490 <td><a href="#WebBrowserWindow.__showBookmarksDialog">__showBookmarksDialog</a></td>
491 <td>Private slot to show the bookmarks dialog.</td>
492 </tr>
493 <tr>
494 <td><a href="#WebBrowserWindow.__showCertificateErrorsDialog">__showCertificateErrorsDialog</a></td>
495 <td>Private slot to show the certificate errors management dialog.</td>
496 </tr>
497 <tr>
498 <td><a href="#WebBrowserWindow.__showCookiesConfiguration">__showCookiesConfiguration</a></td>
499 <td>Private slot to configure the cookies handling.</td>
500 </tr>
501 <tr>
502 <td><a href="#WebBrowserWindow.__showDownloadsWindow">__showDownloadsWindow</a></td>
503 <td>Private slot to show the downloads dialog.</td>
504 </tr>
505 <tr>
506 <td><a href="#WebBrowserWindow.__showEnginesConfigurationDialog">__showEnginesConfigurationDialog</a></td>
507 <td>Private slot to show the search engines configuration dialog.</td>
508 </tr>
509 <tr>
510 <td><a href="#WebBrowserWindow.__showFeaturePermissionDialog">__showFeaturePermissionDialog</a></td>
511 <td>Private slot to show the feature permission dialog.</td>
512 </tr>
513 <tr>
514 <td><a href="#WebBrowserWindow.__showFeedsManager">__showFeedsManager</a></td>
515 <td>Private slot to show the feeds manager dialog.</td>
516 </tr>
517 <tr>
518 <td><a href="#WebBrowserWindow.__showGreaseMonkeyConfigDialog">__showGreaseMonkeyConfigDialog</a></td>
519 <td>Private slot to show the GreaseMonkey scripts configuration dialog.</td>
520 </tr>
521 <tr>
522 <td><a href="#WebBrowserWindow.__showIndexWindow">__showIndexWindow</a></td>
523 <td>Private method to show the index window.</td>
524 </tr>
525 <tr>
526 <td><a href="#WebBrowserWindow.__showInstallationError">__showInstallationError</a></td>
527 <td>Private slot to show installation errors.</td>
528 </tr>
529 <tr>
530 <td><a href="#WebBrowserWindow.__showPageSource">__showPageSource</a></td>
531 <td>Private slot to show the source of the current page in an editor.</td>
532 </tr>
533 <tr>
534 <td><a href="#WebBrowserWindow.__showPageSourceCallback">__showPageSourceCallback</a></td>
535 <td>Private method to show the source of the current page in an editor.</td>
536 </tr>
537 <tr>
538 <td><a href="#WebBrowserWindow.__showPasswordsDialog">__showPasswordsDialog</a></td>
539 <td>Private slot to show the passwords management dialog.</td>
540 </tr>
541 <tr>
542 <td><a href="#WebBrowserWindow.__showPersonalInformationDialog">__showPersonalInformationDialog</a></td>
543 <td>Private slot to show the Personal Information configuration dialog.</td>
544 </tr>
545 <tr>
546 <td><a href="#WebBrowserWindow.__showPreferences">__showPreferences</a></td>
547 <td>Private slot to set the preferences.</td>
548 </tr>
549 <tr>
550 <td><a href="#WebBrowserWindow.__showProtocolHandlerManagerDialog">__showProtocolHandlerManagerDialog</a></td>
551 <td>Private slot to show the protocol handler manager dialog.</td>
552 </tr>
553 <tr>
554 <td><a href="#WebBrowserWindow.__showSafeBrowsingDialog">__showSafeBrowsingDialog</a></td>
555 <td>Private slot to show the safe browsing management dialog.</td>
556 </tr>
557 <tr>
558 <td><a href="#WebBrowserWindow.__showSearchWindow">__showSearchWindow</a></td>
559 <td>Private method to show the search window.</td>
560 </tr>
561 <tr>
562 <td><a href="#WebBrowserWindow.__showSessionManagerDialog">__showSessionManagerDialog</a></td>
563 <td>Private slot to show the session manager dialog.</td>
564 </tr>
565 <tr>
566 <td><a href="#WebBrowserWindow.__showSiteinfoDialog">__showSiteinfoDialog</a></td>
567 <td>Private slot to show the site info dialog.</td>
568 </tr>
569 <tr>
570 <td><a href="#WebBrowserWindow.__showSyncDialog">__showSyncDialog</a></td>
571 <td>Private slot to show the synchronization dialog.</td>
572 </tr>
573 <tr>
574 <td><a href="#WebBrowserWindow.__showTabManager">__showTabManager</a></td>
575 <td>Private method to show the tab manager window.</td>
576 </tr>
577 <tr>
578 <td><a href="#WebBrowserWindow.__showTocWindow">__showTocWindow</a></td>
579 <td>Private method to show the table of contents window.</td>
580 </tr>
581 <tr>
582 <td><a href="#WebBrowserWindow.__showToolbarsMenu">__showToolbarsMenu</a></td>
583 <td>Private slot to display the Toolbars menu.</td>
584 </tr>
585 <tr>
586 <td><a href="#WebBrowserWindow.__showUserAgentsDialog">__showUserAgentsDialog</a></td>
587 <td>Private slot to show the user agents management dialog.</td>
588 </tr>
589 <tr>
590 <td><a href="#WebBrowserWindow.__showWebIconsDialog">__showWebIconsDialog</a></td>
591 <td>Private slot to show a dialog to manage the favicons database.</td>
592 </tr>
593 <tr>
594 <td><a href="#WebBrowserWindow.__showZoomValuesDialog">__showZoomValuesDialog</a></td>
595 <td>Private slot to show the zoom values management dialog.</td>
596 </tr>
597 <tr>
598 <td><a href="#WebBrowserWindow.__shutdownWindow">__shutdownWindow</a></td>
599 <td>Private method to shut down a web browser window.</td>
600 </tr>
601 <tr>
602 <td><a href="#WebBrowserWindow.__stopLoading">__stopLoading</a></td>
603 <td>Private slot called to handle loading of the current page.</td>
604 </tr>
605 <tr>
606 <td><a href="#WebBrowserWindow.__switchTab">__switchTab</a></td>
607 <td>Private slot used to switch between the current and the previous current tab.</td>
608 </tr>
609 <tr>
610 <td><a href="#WebBrowserWindow.__syncTOC">__syncTOC</a></td>
611 <td>Private slot to synchronize the TOC with the currently shown page.</td>
612 </tr>
613 <tr>
614 <td><a href="#WebBrowserWindow.__titleChanged">__titleChanged</a></td>
615 <td>Private slot called to handle a change of a browser's title.</td>
616 </tr>
617 <tr>
618 <td><a href="#WebBrowserWindow.__toggleJavaScriptConsole">__toggleJavaScriptConsole</a></td>
619 <td>Private slot to toggle the JavaScript console.</td>
620 </tr>
621 <tr>
622 <td><a href="#WebBrowserWindow.__undo">__undo</a></td>
623 <td>Private slot to handle the undo action.</td>
624 </tr>
625 <tr>
626 <td><a href="#WebBrowserWindow.__unselect">__unselect</a></td>
627 <td>Private slot to clear the selection of the current browser.</td>
628 </tr>
629 <tr>
630 <td><a href="#WebBrowserWindow.__virusTotalDomainReport">__virusTotalDomainReport</a></td>
631 <td>Private slot to retrieve a domain report.</td>
632 </tr>
633 <tr>
634 <td><a href="#WebBrowserWindow.__virusTotalFileScanReport">__virusTotalFileScanReport</a></td>
635 <td>Private slot to initiate the display of the file scan report page.</td>
636 </tr>
637 <tr>
638 <td><a href="#WebBrowserWindow.__virusTotalIpAddressReport">__virusTotalIpAddressReport</a></td>
639 <td>Private slot to retrieve an IP address report.</td>
640 </tr>
641 <tr>
642 <td><a href="#WebBrowserWindow.__virusTotalScanCurrentSite">__virusTotalScanCurrentSite</a></td>
643 <td>Private slot to ask VirusTotal for a scan of the URL of the current browser.</td>
644 </tr>
645 <tr>
646 <td><a href="#WebBrowserWindow.__virusTotalSubmitUrlError">__virusTotalSubmitUrlError</a></td>
647 <td>Private slot to handle an URL scan submission error.</td>
648 </tr>
649 <tr>
650 <td><a href="#WebBrowserWindow.__virusTotalUrlScanReport">__virusTotalUrlScanReport</a></td>
651 <td>Private slot to initiate the display of the URL scan report page.</td>
652 </tr>
653 <tr>
654 <td><a href="#WebBrowserWindow.__warning">__warning</a></td>
655 <td>Private slot handling warnings from the help engine.</td>
656 </tr>
657 <tr>
658 <td><a href="#WebBrowserWindow.__whatsThis">__whatsThis</a></td>
659 <td>Private slot called in to enter Whats This mode.</td>
660 </tr>
661 <tr>
662 <td><a href="#WebBrowserWindow.__zoomIn">__zoomIn</a></td>
663 <td>Private slot called to handle the zoom in action.</td>
664 </tr>
665 <tr>
666 <td><a href="#WebBrowserWindow.__zoomOut">__zoomOut</a></td>
667 <td>Private slot called to handle the zoom out action.</td>
668 </tr>
669 <tr>
670 <td><a href="#WebBrowserWindow.__zoomReset">__zoomReset</a></td>
671 <td>Private slot called to handle the zoom reset action.</td>
672 </tr>
673 <tr>
674 <td><a href="#WebBrowserWindow.__zoomValueChanged">__zoomValueChanged</a></td>
675 <td>Private slot to handle value changes of the zoom widget.</td>
676 </tr>
677 <tr>
678 <td><a href="#WebBrowserWindow.adBlockIcon">adBlockIcon</a></td>
679 <td>Public method to get a reference to the AdBlock icon.</td>
680 </tr>
681 <tr>
682 <td><a href="#WebBrowserWindow.bookmarkAll">bookmarkAll</a></td>
683 <td>Public slot to bookmark all open tabs.</td>
684 </tr>
685 <tr>
686 <td><a href="#WebBrowserWindow.browserAt">browserAt</a></td>
687 <td>Public method to get a reference to the web browser with the given index.</td>
688 </tr>
689 <tr>
690 <td><a href="#WebBrowserWindow.browsers">browsers</a></td>
691 <td>Public method to get a list of references to all web browsers.</td>
692 </tr>
693 <tr>
694 <td><a href="#WebBrowserWindow.closeBrowser">closeBrowser</a></td>
695 <td>Public method to close the given browser.</td>
696 </tr>
697 <tr>
698 <td><a href="#WebBrowserWindow.closeCurrentBrowser">closeCurrentBrowser</a></td>
699 <td>Public method to close the current web browser.</td>
700 </tr>
701 <tr>
702 <td><a href="#WebBrowserWindow.closeEvent">closeEvent</a></td>
703 <td>Protected event handler for the close event.</td>
704 </tr>
705 <tr>
706 <td><a href="#WebBrowserWindow.createPopupMenu">createPopupMenu</a></td>
707 <td>Public method to create the toolbars menu for Qt.</td>
708 </tr>
709 <tr>
710 <td><a href="#WebBrowserWindow.currentBrowser">currentBrowser</a></td>
711 <td>Public method to get a reference to the current web browser.</td>
712 </tr>
713 <tr>
714 <td><a href="#WebBrowserWindow.enterHtmlFullScreen">enterHtmlFullScreen</a></td>
715 <td>Public method to switch to full screen initiated by the HTML page.</td>
716 </tr>
717 <tr>
718 <td><a href="#WebBrowserWindow.event">event</a></td>
719 <td>Public method handling events.</td>
720 </tr>
721 <tr>
722 <td><a href="#WebBrowserWindow.forceClose">forceClose</a></td>
723 <td>Public method to force closing the window.</td>
724 </tr>
725 <tr>
726 <td><a href="#WebBrowserWindow.getActions">getActions</a></td>
727 <td>Public method to get a list of all actions.</td>
728 </tr>
729 <tr>
730 <td><a href="#WebBrowserWindow.getActionsCategory">getActionsCategory</a></td>
731 <td>Public method to get the category of the defined actions.</td>
732 </tr>
733 <tr>
734 <td><a href="#WebBrowserWindow.getSourceFileList">getSourceFileList</a></td>
735 <td>Public method to get a list of all opened source files.</td>
736 </tr>
737 <tr>
738 <td><a href="#WebBrowserWindow.hideFullScreenNavigation">hideFullScreenNavigation</a></td>
739 <td>Public slot to hide full screen navigation.</td>
740 </tr>
741 <tr>
742 <td><a href="#WebBrowserWindow.isClosing">isClosing</a></td>
743 <td>Public method to test, if the window is closing.</td>
744 </tr>
745 <tr>
746 <td><a href="#WebBrowserWindow.isFullScreenNavigationVisible">isFullScreenNavigationVisible</a></td>
747 <td>Public method to check, if full screen navigation is active.</td>
748 </tr>
749 <tr>
750 <td><a href="#WebBrowserWindow.javascriptConsole">javascriptConsole</a></td>
751 <td>Public method to get a reference to the JavaScript console widget.</td>
752 </tr>
753 <tr>
754 <td><a href="#WebBrowserWindow.keyPressEvent">keyPressEvent</a></td>
755 <td>Protected method to handle key presses.</td>
756 </tr>
757 <tr>
758 <td><a href="#WebBrowserWindow.masterPasswordChanged">masterPasswordChanged</a></td>
759 <td>Public slot to handle the change of the master password.</td>
760 </tr>
761 <tr>
762 <td><a href="#WebBrowserWindow.newPrivateWindow">newPrivateWindow</a></td>
763 <td>Public slot called to open a new private web browser window.</td>
764 </tr>
765 <tr>
766 <td><a href="#WebBrowserWindow.newTab">newTab</a></td>
767 <td>Public slot called to open a new web browser tab.</td>
768 </tr>
769 <tr>
770 <td><a href="#WebBrowserWindow.newWindow">newWindow</a></td>
771 <td>Public slot called to open a new web browser window.</td>
772 </tr>
773 <tr>
774 <td><a href="#WebBrowserWindow.openSearchManager">openSearchManager</a></td>
775 <td>Public method to get a reference to the opensearch manager object.</td>
776 </tr>
777 <tr>
778 <td><a href="#WebBrowserWindow.openUrl">openUrl</a></td>
779 <td>Public slot to load a URL in the current tab.</td>
780 </tr>
781 <tr>
782 <td><a href="#WebBrowserWindow.openUrlNewBackgroundTab">openUrlNewBackgroundTab</a></td>
783 <td>Public slot to load a URL in a new background tab.</td>
784 </tr>
785 <tr>
786 <td><a href="#WebBrowserWindow.openUrlNewPrivateWindow">openUrlNewPrivateWindow</a></td>
787 <td>Public slot to load a URL in a new private window.</td>
788 </tr>
789 <tr>
790 <td><a href="#WebBrowserWindow.openUrlNewTab">openUrlNewTab</a></td>
791 <td>Public slot to load a URL in a new tab.</td>
792 </tr>
793 <tr>
794 <td><a href="#WebBrowserWindow.openUrlNewWindow">openUrlNewWindow</a></td>
795 <td>Public slot to load a URL in a new window.</td>
796 </tr>
797 <tr>
798 <td><a href="#WebBrowserWindow.preferencesChanged">preferencesChanged</a></td>
799 <td>Public slot to handle a change of preferences.</td>
800 </tr>
801 <tr>
802 <td><a href="#WebBrowserWindow.reloadUserStyleSheet">reloadUserStyleSheet</a></td>
803 <td>Public method to reload the user style sheet.</td>
804 </tr>
805 <tr>
806 <td><a href="#WebBrowserWindow.requestVirusTotalScan">requestVirusTotalScan</a></td>
807 <td>Public method to submit a request to scan an URL by VirusTotal.</td>
808 </tr>
809 <tr>
810 <td><a href="#WebBrowserWindow.search">search</a></td>
811 <td>Public method to search for a word.</td>
812 </tr>
813 <tr>
814 <td><a href="#WebBrowserWindow.searchEnginesAction">searchEnginesAction</a></td>
815 <td>Public method to get a reference to the search engines configuration action.</td>
816 </tr>
817 <tr>
818 <td><a href="#WebBrowserWindow.setBackwardAvailable">setBackwardAvailable</a></td>
819 <td>Public slot called when backward references are available.</td>
820 </tr>
821 <tr>
822 <td><a href="#WebBrowserWindow.setForwardAvailable">setForwardAvailable</a></td>
823 <td>Public slot called when forward references are available.</td>
824 </tr>
825 <tr>
826 <td><a href="#WebBrowserWindow.setLoadingActions">setLoadingActions</a></td>
827 <td>Public slot to set the loading dependent actions.</td>
828 </tr>
829 <tr>
830 <td><a href="#WebBrowserWindow.showFullScreenNavigation">showFullScreenNavigation</a></td>
831 <td>Public slot to show full screen navigation.</td>
832 </tr>
833 <tr>
834 <td><a href="#WebBrowserWindow.shutdown">shutdown</a></td>
835 <td>Public method to shut down the web browser.</td>
836 </tr>
837 <tr>
838 <td><a href="#WebBrowserWindow.tabWidget">tabWidget</a></td>
839 <td>Public method to get a reference to the tab widget.</td>
840 </tr>
841 <tr>
842 <td><a href="#WebBrowserWindow.toggleFullScreen">toggleFullScreen</a></td>
843 <td>Public slot called to toggle the full screen mode.</td>
844 </tr>
845 <tr>
846 <td><a href="#WebBrowserWindow.urlHandler">urlHandler</a></td>
847 <td>Public slot used as desktop URL handler.</td>
848 </tr>
849 </table>
850 <h3>Static Methods</h3>
851
852 <table>
853 <tr><td>None</td></tr>
854 </table>
855
856 <a NAME="WebBrowserWindow.adBlockManager" ID="WebBrowserWindow.adBlockManager"></a>
857 <h4>WebBrowserWindow.adBlockManager (class method)</h4>
858 <b>adBlockManager</b>(<i></i>)
859
860 <p>
861 Class method to get a reference to the AdBlock manager.
862 </p>
863 <dl>
864 <dt>Return:</dt>
865 <dd>
866 reference to the AdBlock manager (AdBlockManager)
867 </dd>
868 </dl>
869 <a NAME="WebBrowserWindow.autoScroller" ID="WebBrowserWindow.autoScroller"></a>
870 <h4>WebBrowserWindow.autoScroller (class method)</h4>
871 <b>autoScroller</b>(<i></i>)
872
873 <p>
874 Class method to get a reference to the auto scroller.
875 </p>
876 <dl>
877 <dt>Return:</dt>
878 <dd>
879 reference to the auto scroller object
880 </dd>
881 </dl>
882 <dl>
883 <dt>Return Type:</dt>
884 <dd>
885 AutoScroller
886 </dd>
887 </dl>
888 <a NAME="WebBrowserWindow.bookmarksManager" ID="WebBrowserWindow.bookmarksManager"></a>
889 <h4>WebBrowserWindow.bookmarksManager (class method)</h4>
890 <b>bookmarksManager</b>(<i></i>)
891
892 <p>
893 Class method to get a reference to the bookmarks manager.
894 </p>
895 <dl>
896 <dt>Return:</dt>
897 <dd>
898 reference to the bookmarks manager (BookmarksManager)
899 </dd>
900 </dl>
901 <a NAME="WebBrowserWindow.cookieJar" ID="WebBrowserWindow.cookieJar"></a>
902 <h4>WebBrowserWindow.cookieJar (class method)</h4>
903 <b>cookieJar</b>(<i></i>)
904
905 <p>
906 Class method to get a reference to the cookie jar.
907 </p>
908 <dl>
909 <dt>Return:</dt>
910 <dd>
911 reference to the cookie jar (CookieJar)
912 </dd>
913 </dl>
914 <a NAME="WebBrowserWindow.downloadManager" ID="WebBrowserWindow.downloadManager"></a>
915 <h4>WebBrowserWindow.downloadManager (class method)</h4>
916 <b>downloadManager</b>(<i></i>)
917
918 <p>
919 Class method to get a reference to the download manager.
920 </p>
921 <dl>
922 <dt>Return:</dt>
923 <dd>
924 reference to the download manager (DownloadManager)
925 </dd>
926 </dl>
927 <a NAME="WebBrowserWindow.downloadRequested" ID="WebBrowserWindow.downloadRequested"></a>
928 <h4>WebBrowserWindow.downloadRequested (class method)</h4>
929 <b>downloadRequested</b>(<i>downloadRequest</i>)
930
931 <p>
932 Class method to handle a download request.
933 </p>
934 <dl>
935
936 <dt><i>downloadRequest</i> (QWebEngineDownloadRequest)</dt>
937 <dd>
938 reference to the download data
939 </dd>
940 </dl>
941 <a NAME="WebBrowserWindow.featurePermissionManager" ID="WebBrowserWindow.featurePermissionManager"></a>
942 <h4>WebBrowserWindow.featurePermissionManager (class method)</h4>
943 <b>featurePermissionManager</b>(<i></i>)
944
945 <p>
946 Class method to get a reference to the feature permission manager.
947 </p>
948 <dl>
949 <dt>Return:</dt>
950 <dd>
951 reference to the feature permission manager
952 </dd>
953 </dl>
954 <dl>
955 <dt>Return Type:</dt>
956 <dd>
957 FeaturePermissionManager
958 </dd>
959 </dl>
960 <a NAME="WebBrowserWindow.feedsManager" ID="WebBrowserWindow.feedsManager"></a>
961 <h4>WebBrowserWindow.feedsManager (class method)</h4>
962 <b>feedsManager</b>(<i></i>)
963
964 <p>
965 Class method to get a reference to the RSS feeds manager.
966 </p>
967 <dl>
968 <dt>Return:</dt>
969 <dd>
970 reference to the RSS feeds manager (FeedsManager)
971 </dd>
972 </dl>
973 <a NAME="WebBrowserWindow.getQtHelpCollectionFileName" ID="WebBrowserWindow.getQtHelpCollectionFileName"></a>
974 <h4>WebBrowserWindow.getQtHelpCollectionFileName (class method)</h4>
975 <b>getQtHelpCollectionFileName</b>(<i></i>)
976
977 <p>
978 Class method to determine the name of the QtHelp collection file.
979 </p>
980 <dl>
981 <dt>Return:</dt>
982 <dd>
983 path of the QtHelp collection file
984 </dd>
985 </dl>
986 <dl>
987 <dt>Return Type:</dt>
988 <dd>
989 str
990 </dd>
991 </dl>
992 <a NAME="WebBrowserWindow.getWindow" ID="WebBrowserWindow.getWindow"></a>
993 <h4>WebBrowserWindow.getWindow (class method)</h4>
994 <b>getWindow</b>(<i></i>)
995
996 <p>
997 Class method to get a reference to the most recent active
998 web browser window.
999 </p>
1000 <dl>
1001 <dt>Return:</dt>
1002 <dd>
1003 reference to most recent web browser window
1004 </dd>
1005 </dl>
1006 <dl>
1007 <dt>Return Type:</dt>
1008 <dd>
1009 WebBrowserWindow
1010 </dd>
1011 </dl>
1012 <a NAME="WebBrowserWindow.globalStatusBar" ID="WebBrowserWindow.globalStatusBar"></a>
1013 <h4>WebBrowserWindow.globalStatusBar (class method)</h4>
1014 <b>globalStatusBar</b>(<i></i>)
1015
1016 <p>
1017 Class method to get a reference to a global status bar.
1018 </p>
1019 <p>
1020 The global status bar is the status bar of the main window. If
1021 no such window exists and the web browser was called from the eric IDE,
1022 the status bar of the IDE is returned.
1023 </p>
1024 <dl>
1025 <dt>Return:</dt>
1026 <dd>
1027 reference to the global status bar
1028 </dd>
1029 </dl>
1030 <dl>
1031 <dt>Return Type:</dt>
1032 <dd>
1033 QStatusBar
1034 </dd>
1035 </dl>
1036 <a NAME="WebBrowserWindow.greaseMonkeyManager" ID="WebBrowserWindow.greaseMonkeyManager"></a>
1037 <h4>WebBrowserWindow.greaseMonkeyManager (class method)</h4>
1038 <b>greaseMonkeyManager</b>(<i></i>)
1039
1040 <p>
1041 Class method to get a reference to the GreaseMonkey manager.
1042 </p>
1043 <dl>
1044 <dt>Return:</dt>
1045 <dd>
1046 reference to the GreaseMonkey manager (GreaseMonkeyManager)
1047 </dd>
1048 </dl>
1049 <a NAME="WebBrowserWindow.helpEngine" ID="WebBrowserWindow.helpEngine"></a>
1050 <h4>WebBrowserWindow.helpEngine (class method)</h4>
1051 <b>helpEngine</b>(<i></i>)
1052
1053 <p>
1054 Class method to get a reference to the help engine.
1055 </p>
1056 <dl>
1057 <dt>Return:</dt>
1058 <dd>
1059 reference to the help engine (QHelpEngine)
1060 </dd>
1061 </dl>
1062 <a NAME="WebBrowserWindow.historyManager" ID="WebBrowserWindow.historyManager"></a>
1063 <h4>WebBrowserWindow.historyManager (class method)</h4>
1064 <b>historyManager</b>(<i></i>)
1065
1066 <p>
1067 Class method to get a reference to the history manager.
1068 </p>
1069 <dl>
1070 <dt>Return:</dt>
1071 <dd>
1072 reference to the history manager (HistoryManager)
1073 </dd>
1074 </dl>
1075 <a NAME="WebBrowserWindow.icon" ID="WebBrowserWindow.icon"></a>
1076 <h4>WebBrowserWindow.icon (class method)</h4>
1077 <b>icon</b>(<i>url</i>)
1078
1079 <p>
1080 Class method to get the icon for an URL.
1081 </p>
1082 <dl>
1083
1084 <dt><i>url</i></dt>
1085 <dd>
1086 URL to get icon for (QUrl)
1087 </dd>
1088 </dl>
1089 <dl>
1090 <dt>Return:</dt>
1091 <dd>
1092 icon for the URL (QIcon)
1093 </dd>
1094 </dl>
1095 <a NAME="WebBrowserWindow.imageSearchEngine" ID="WebBrowserWindow.imageSearchEngine"></a>
1096 <h4>WebBrowserWindow.imageSearchEngine (class method)</h4>
1097 <b>imageSearchEngine</b>(<i></i>)
1098
1099 <p>
1100 Class method to get a reference to the image search engine.
1101 </p>
1102 <dl>
1103 <dt>Return:</dt>
1104 <dd>
1105 reference to the image finder object
1106 </dd>
1107 </dl>
1108 <dl>
1109 <dt>Return Type:</dt>
1110 <dd>
1111 ImageSearchEngine
1112 </dd>
1113 </dl>
1114 <a NAME="WebBrowserWindow.isPrivate" ID="WebBrowserWindow.isPrivate"></a>
1115 <h4>WebBrowserWindow.isPrivate (class method)</h4>
1116 <b>isPrivate</b>(<i></i>)
1117
1118 <p>
1119 Class method to check the private browsing mode.
1120 </p>
1121 <dl>
1122 <dt>Return:</dt>
1123 <dd>
1124 flag indicating private browsing mode
1125 </dd>
1126 </dl>
1127 <dl>
1128 <dt>Return Type:</dt>
1129 <dd>
1130 bool
1131 </dd>
1132 </dl>
1133 <a NAME="WebBrowserWindow.mainWindow" ID="WebBrowserWindow.mainWindow"></a>
1134 <h4>WebBrowserWindow.mainWindow (class method)</h4>
1135 <b>mainWindow</b>(<i></i>)
1136
1137 <p>
1138 Class method to get a reference to the main window.
1139 </p>
1140 <dl>
1141 <dt>Return:</dt>
1142 <dd>
1143 reference to the main window (WebBrowserWindow)
1144 </dd>
1145 </dl>
1146 <a NAME="WebBrowserWindow.mainWindows" ID="WebBrowserWindow.mainWindows"></a>
1147 <h4>WebBrowserWindow.mainWindows (class method)</h4>
1148 <b>mainWindows</b>(<i></i>)
1149
1150 <p>
1151 Class method to get references to all main windows.
1152 </p>
1153 <dl>
1154 <dt>Return:</dt>
1155 <dd>
1156 references to all main window (list of WebBrowserWindow)
1157 </dd>
1158 </dl>
1159 <a NAME="WebBrowserWindow.networkManager" ID="WebBrowserWindow.networkManager"></a>
1160 <h4>WebBrowserWindow.networkManager (class method)</h4>
1161 <b>networkManager</b>(<i></i>)
1162
1163 <p>
1164 Class method to get a reference to the network manager object.
1165 </p>
1166 <dl>
1167 <dt>Return:</dt>
1168 <dd>
1169 reference to the network access manager (NetworkManager)
1170 </dd>
1171 </dl>
1172 <a NAME="WebBrowserWindow.passwordManager" ID="WebBrowserWindow.passwordManager"></a>
1173 <h4>WebBrowserWindow.passwordManager (class method)</h4>
1174 <b>passwordManager</b>(<i></i>)
1175
1176 <p>
1177 Class method to get a reference to the password manager.
1178 </p>
1179 <dl>
1180 <dt>Return:</dt>
1181 <dd>
1182 reference to the password manager (PasswordManager)
1183 </dd>
1184 </dl>
1185 <a NAME="WebBrowserWindow.personalInformationManager" ID="WebBrowserWindow.personalInformationManager"></a>
1186 <h4>WebBrowserWindow.personalInformationManager (class method)</h4>
1187 <b>personalInformationManager</b>(<i></i>)
1188
1189 <p>
1190 Class method to get a reference to the personal information manager.
1191 </p>
1192 <dl>
1193 <dt>Return:</dt>
1194 <dd>
1195 reference to the personal information manager
1196 (PersonalInformationManager)
1197 </dd>
1198 </dl>
1199 <a NAME="WebBrowserWindow.protocolHandlerManager" ID="WebBrowserWindow.protocolHandlerManager"></a>
1200 <h4>WebBrowserWindow.protocolHandlerManager (class method)</h4>
1201 <b>protocolHandlerManager</b>(<i></i>)
1202
1203 <p>
1204 Class method to get a reference to the protocol handler manager.
1205 </p>
1206 <dl>
1207 <dt>Return:</dt>
1208 <dd>
1209 reference to the protocol handler manager
1210 </dd>
1211 </dl>
1212 <dl>
1213 <dt>Return Type:</dt>
1214 <dd>
1215 ProtocolHandlerManager
1216 </dd>
1217 </dl>
1218 <a NAME="WebBrowserWindow.safeBrowsingManager" ID="WebBrowserWindow.safeBrowsingManager"></a>
1219 <h4>WebBrowserWindow.safeBrowsingManager (class method)</h4>
1220 <b>safeBrowsingManager</b>(<i></i>)
1221
1222 <p>
1223 Class method to get a reference to the safe browsing interface.
1224 </p>
1225 <dl>
1226 <dt>Return:</dt>
1227 <dd>
1228 reference to the safe browsing manager
1229 </dd>
1230 </dl>
1231 <dl>
1232 <dt>Return Type:</dt>
1233 <dd>
1234 SafeBrowsingManager
1235 </dd>
1236 </dl>
1237 <a NAME="WebBrowserWindow.sessionManager" ID="WebBrowserWindow.sessionManager"></a>
1238 <h4>WebBrowserWindow.sessionManager (class method)</h4>
1239 <b>sessionManager</b>(<i></i>)
1240
1241 <p>
1242 Class method to get a reference to the session manager.
1243 </p>
1244 <dl>
1245 <dt>Return:</dt>
1246 <dd>
1247 reference to the session manager
1248 </dd>
1249 </dl>
1250 <dl>
1251 <dt>Return Type:</dt>
1252 <dd>
1253 SessionManager
1254 </dd>
1255 </dl>
1256 <a NAME="WebBrowserWindow.setUseQtHelp" ID="WebBrowserWindow.setUseQtHelp"></a>
1257 <h4>WebBrowserWindow.setUseQtHelp (class method)</h4>
1258 <b>setUseQtHelp</b>(<i>use</i>)
1259
1260 <p>
1261 Class method to set the QtHelp usage.
1262 </p>
1263 <dl>
1264
1265 <dt><i>use</i></dt>
1266 <dd>
1267 flag indicating usage (boolean)
1268 </dd>
1269 </dl>
1270 <a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a>
1271 <h4>WebBrowserWindow.showNotification (class method)</h4>
1272 <b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=None</i>)
1273
1274 <p>
1275 Class method to show a desktop notification.
1276 </p>
1277 <dl>
1278
1279 <dt><i>icon</i> (QPixmap)</dt>
1280 <dd>
1281 icon to be shown in the notification
1282 </dd>
1283 <dt><i>heading</i> (str)</dt>
1284 <dd>
1285 heading of the notification
1286 </dd>
1287 <dt><i>text</i> (str)</dt>
1288 <dd>
1289 text of the notification
1290 </dd>
1291 <dt><i>kind</i> (NotificationTypes)</dt>
1292 <dd>
1293 kind of notification to be shown
1294 </dd>
1295 <dt><i>timeout</i> (int)</dt>
1296 <dd>
1297 time in seconds the notification should be shown
1298 (None = use configured timeout, 0 = indefinitely)
1299 </dd>
1300 </dl>
1301 <a NAME="WebBrowserWindow.speedDial" ID="WebBrowserWindow.speedDial"></a>
1302 <h4>WebBrowserWindow.speedDial (class method)</h4>
1303 <b>speedDial</b>(<i></i>)
1304
1305 <p>
1306 Class method to get a reference to the speed dial.
1307 </p>
1308 <dl>
1309 <dt>Return:</dt>
1310 <dd>
1311 reference to the speed dial (SpeedDial)
1312 </dd>
1313 </dl>
1314 <a NAME="WebBrowserWindow.syncManager" ID="WebBrowserWindow.syncManager"></a>
1315 <h4>WebBrowserWindow.syncManager (class method)</h4>
1316 <b>syncManager</b>(<i></i>)
1317
1318 <p>
1319 Class method to get a reference to the data synchronization manager.
1320 </p>
1321 <dl>
1322 <dt>Return:</dt>
1323 <dd>
1324 reference to the data synchronization manager (SyncManager)
1325 </dd>
1326 </dl>
1327 <a NAME="WebBrowserWindow.tabManager" ID="WebBrowserWindow.tabManager"></a>
1328 <h4>WebBrowserWindow.tabManager (class method)</h4>
1329 <b>tabManager</b>(<i></i>)
1330
1331 <p>
1332 Class method to get a reference to the tab manager widget.
1333 </p>
1334 <dl>
1335 <dt>Return:</dt>
1336 <dd>
1337 reference to the tab manager widget
1338 </dd>
1339 </dl>
1340 <dl>
1341 <dt>Return Type:</dt>
1342 <dd>
1343 TabManagerWidget
1344 </dd>
1345 </dl>
1346 <a NAME="WebBrowserWindow.userAgentsManager" ID="WebBrowserWindow.userAgentsManager"></a>
1347 <h4>WebBrowserWindow.userAgentsManager (class method)</h4>
1348 <b>userAgentsManager</b>(<i></i>)
1349
1350 <p>
1351 Class method to get a reference to the user agents manager.
1352 </p>
1353 <dl>
1354 <dt>Return:</dt>
1355 <dd>
1356 reference to the user agents manager (UserAgentManager)
1357 </dd>
1358 </dl>
1359 <a NAME="WebBrowserWindow.webProfile" ID="WebBrowserWindow.webProfile"></a>
1360 <h4>WebBrowserWindow.webProfile (class method)</h4>
1361 <b>webProfile</b>(<i>private=False</i>)
1362
1363 <p>
1364 Class method handling the web engine profile.
1365 </p>
1366 <dl>
1367
1368 <dt><i>private</i> (bool)</dt>
1369 <dd>
1370 flag indicating the privacy mode
1371 </dd>
1372 </dl>
1373 <dl>
1374 <dt>Return:</dt>
1375 <dd>
1376 reference to the web profile object
1377 </dd>
1378 </dl>
1379 <dl>
1380 <dt>Return Type:</dt>
1381 <dd>
1382 QWebEngineProfile
1383 </dd>
1384 </dl>
1385 <a NAME="WebBrowserWindow.webSettings" ID="WebBrowserWindow.webSettings"></a>
1386 <h4>WebBrowserWindow.webSettings (class method)</h4>
1387 <b>webSettings</b>(<i></i>)
1388
1389 <p>
1390 Class method to get the web settings of the current profile.
1391 </p>
1392 <dl>
1393 <dt>Return:</dt>
1394 <dd>
1395 web settings of the current profile
1396 </dd>
1397 </dl>
1398 <dl>
1399 <dt>Return Type:</dt>
1400 <dd>
1401 QWebEngineSettings
1402 </dd>
1403 </dl>
1404 <a NAME="WebBrowserWindow.__init__" ID="WebBrowserWindow.__init__"></a>
1405 <h4>WebBrowserWindow (Constructor)</h4>
1406 <b>WebBrowserWindow</b>(<i>home, path, parent, name, searchWord=None, private=False, qthelp=False, settingsDir="", restoreSession=False, single=False, saname=""</i>)
1407
1408 <p>
1409 Constructor
1410 </p>
1411 <dl>
1412
1413 <dt><i>home</i> (str)</dt>
1414 <dd>
1415 the URL to be shown
1416 </dd>
1417 <dt><i>path</i> (str)</dt>
1418 <dd>
1419 the path of the working dir (usually '.')
1420 </dd>
1421 <dt><i>parent</i> (QWidget)</dt>
1422 <dd>
1423 parent widget of this window
1424 </dd>
1425 <dt><i>name</i> (str)</dt>
1426 <dd>
1427 name of this window
1428 </dd>
1429 <dt><i>searchWord</i> (str)</dt>
1430 <dd>
1431 word to search for
1432 </dd>
1433 <dt><i>private</i> (bool)</dt>
1434 <dd>
1435 flag indicating a private browsing window
1436 </dd>
1437 <dt><i>qthelp</i> (bool)</dt>
1438 <dd>
1439 flag indicating to enable the QtHelp support
1440 </dd>
1441 <dt><i>settingsDir</i> (str)</dt>
1442 <dd>
1443 directory to be used for the settings files
1444 </dd>
1445 <dt><i>restoreSession</i> (bool)</dt>
1446 <dd>
1447 flag indicating a restore session action
1448 </dd>
1449 <dt><i>single</i> (bool)</dt>
1450 <dd>
1451 flag indicating to start in single application mode
1452 </dd>
1453 <dt><i>saname</i> (str)</dt>
1454 <dd>
1455 name to be used for the single application server
1456 </dd>
1457 </dl>
1458 <a NAME="WebBrowserWindow.__TBMenuTriggered" ID="WebBrowserWindow.__TBMenuTriggered"></a>
1459 <h4>WebBrowserWindow.__TBMenuTriggered</h4>
1460 <b>__TBMenuTriggered</b>(<i>act</i>)
1461
1462 <p>
1463 Private method to handle the toggle of a toolbar via the Window->
1464 Toolbars submenu or the toolbars popup menu.
1465 </p>
1466 <dl>
1467
1468 <dt><i>act</i> (QAction)</dt>
1469 <dd>
1470 reference to the action that was triggered
1471 </dd>
1472 </dl>
1473 <a NAME="WebBrowserWindow.__about" ID="WebBrowserWindow.__about"></a>
1474 <h4>WebBrowserWindow.__about</h4>
1475 <b>__about</b>(<i></i>)
1476
1477 <p>
1478 Private slot to show the about information.
1479 </p>
1480 <a NAME="WebBrowserWindow.__aboutQt" ID="WebBrowserWindow.__aboutQt"></a>
1481 <h4>WebBrowserWindow.__aboutQt</h4>
1482 <b>__aboutQt</b>(<i></i>)
1483
1484 <p>
1485 Private slot to show info about Qt.
1486 </p>
1487 <a NAME="WebBrowserWindow.__aboutToShowSettingsMenu" ID="WebBrowserWindow.__aboutToShowSettingsMenu"></a>
1488 <h4>WebBrowserWindow.__aboutToShowSettingsMenu</h4>
1489 <b>__aboutToShowSettingsMenu</b>(<i></i>)
1490
1491 <p>
1492 Private slot to show the Settings menu.
1493 </p>
1494 <a NAME="WebBrowserWindow.__aboutToShowTextEncodingMenu" ID="WebBrowserWindow.__aboutToShowTextEncodingMenu"></a>
1495 <h4>WebBrowserWindow.__aboutToShowTextEncodingMenu</h4>
1496 <b>__aboutToShowTextEncodingMenu</b>(<i></i>)
1497
1498 <p>
1499 Private slot to populate the text encoding menu.
1500 </p>
1501 <a NAME="WebBrowserWindow.__activateCurrentBrowser" ID="WebBrowserWindow.__activateCurrentBrowser"></a>
1502 <h4>WebBrowserWindow.__activateCurrentBrowser</h4>
1503 <b>__activateCurrentBrowser</b>(<i></i>)
1504
1505 <p>
1506 Private slot to activate the current browser.
1507 </p>
1508 <a NAME="WebBrowserWindow.__activateDock" ID="WebBrowserWindow.__activateDock"></a>
1509 <h4>WebBrowserWindow.__activateDock</h4>
1510 <b>__activateDock</b>(<i>widget</i>)
1511
1512 <p>
1513 Private method to activate the dock widget of the given widget.
1514 </p>
1515 <dl>
1516
1517 <dt><i>widget</i></dt>
1518 <dd>
1519 reference to the widget to be activated (QWidget)
1520 </dd>
1521 </dl>
1522 <a NAME="WebBrowserWindow.__addBookmark" ID="WebBrowserWindow.__addBookmark"></a>
1523 <h4>WebBrowserWindow.__addBookmark</h4>
1524 <b>__addBookmark</b>(<i></i>)
1525
1526 <p>
1527 Private slot called to add the displayed file to the bookmarks.
1528 </p>
1529 <a NAME="WebBrowserWindow.__addBookmarkCallback" ID="WebBrowserWindow.__addBookmarkCallback"></a>
1530 <h4>WebBrowserWindow.__addBookmarkCallback</h4>
1531 <b>__addBookmarkCallback</b>(<i>url, title, res</i>)
1532
1533 <p>
1534 Private callback method of __addBookmark().
1535 </p>
1536 <dl>
1537
1538 <dt><i>url</i> (str)</dt>
1539 <dd>
1540 URL for the bookmark
1541 </dd>
1542 <dt><i>title</i> (str)</dt>
1543 <dd>
1544 title for the bookmark
1545 </dd>
1546 <dt><i>res</i> (list)</dt>
1547 <dd>
1548 result of the JavaScript
1549 </dd>
1550 </dl>
1551 <a NAME="WebBrowserWindow.__addBookmarkFolder" ID="WebBrowserWindow.__addBookmarkFolder"></a>
1552 <h4>WebBrowserWindow.__addBookmarkFolder</h4>
1553 <b>__addBookmarkFolder</b>(<i></i>)
1554
1555 <p>
1556 Private slot to add a new bookmarks folder.
1557 </p>
1558 <a NAME="WebBrowserWindow.__appFocusChanged" ID="WebBrowserWindow.__appFocusChanged"></a>
1559 <h4>WebBrowserWindow.__appFocusChanged</h4>
1560 <b>__appFocusChanged</b>(<i></i>)
1561
1562 <p>
1563 Private slot to handle a change of the focus.
1564 </p>
1565 <a NAME="WebBrowserWindow.__backward" ID="WebBrowserWindow.__backward"></a>
1566 <h4>WebBrowserWindow.__backward</h4>
1567 <b>__backward</b>(<i></i>)
1568
1569 <p>
1570 Private slot called to handle the backward action.
1571 </p>
1572 <a NAME="WebBrowserWindow.__bookmarkAllCallback" ID="WebBrowserWindow.__bookmarkAllCallback"></a>
1573 <h4>WebBrowserWindow.__bookmarkAllCallback</h4>
1574 <b>__bookmarkAllCallback</b>(<i>folder, url, title, res</i>)
1575
1576 <p>
1577 Private callback method of __addBookmark().
1578 </p>
1579 <dl>
1580
1581 <dt><i>folder</i> (BookmarkNode)</dt>
1582 <dd>
1583 reference to the bookmarks folder
1584 </dd>
1585 <dt><i>url</i> (str)</dt>
1586 <dd>
1587 URL for the bookmark
1588 </dd>
1589 <dt><i>title</i> (str)</dt>
1590 <dd>
1591 title for the bookmark
1592 </dd>
1593 <dt><i>res</i> (list)</dt>
1594 <dd>
1595 result of the JavaScript
1596 </dd>
1597 </dl>
1598 <a NAME="WebBrowserWindow.__clearIconsDatabase" ID="WebBrowserWindow.__clearIconsDatabase"></a>
1599 <h4>WebBrowserWindow.__clearIconsDatabase</h4>
1600 <b>__clearIconsDatabase</b>(<i></i>)
1601
1602 <p>
1603 Private slot to clear the favicons databse.
1604 </p>
1605 <a NAME="WebBrowserWindow.__clearPrivateData" ID="WebBrowserWindow.__clearPrivateData"></a>
1606 <h4>WebBrowserWindow.__clearPrivateData</h4>
1607 <b>__clearPrivateData</b>(<i></i>)
1608
1609 <p>
1610 Private slot to clear the private data.
1611 </p>
1612 <a NAME="WebBrowserWindow.__configShortcuts" ID="WebBrowserWindow.__configShortcuts"></a>
1613 <h4>WebBrowserWindow.__configShortcuts</h4>
1614 <b>__configShortcuts</b>(<i></i>)
1615
1616 <p>
1617 Private slot to configure the keyboard shortcuts.
1618 </p>
1619 <a NAME="WebBrowserWindow.__copy" ID="WebBrowserWindow.__copy"></a>
1620 <h4>WebBrowserWindow.__copy</h4>
1621 <b>__copy</b>(<i></i>)
1622
1623 <p>
1624 Private slot called to handle the copy action.
1625 </p>
1626 <a NAME="WebBrowserWindow.__createTextEncodingAction" ID="WebBrowserWindow.__createTextEncodingAction"></a>
1627 <h4>WebBrowserWindow.__createTextEncodingAction</h4>
1628 <b>__createTextEncodingAction</b>(<i>codec, defaultCodec, parentMenu, name=None</i>)
1629
1630 <p>
1631 Private method to create an action for the text encoding menu.
1632 </p>
1633 <dl>
1634
1635 <dt><i>codec</i> (str)</dt>
1636 <dd>
1637 name of the codec to create an action for
1638 </dd>
1639 <dt><i>defaultCodec</i> (str)</dt>
1640 <dd>
1641 name of the default codec
1642 </dd>
1643 <dt><i>parentMenu</i> (QMenu)</dt>
1644 <dd>
1645 reference to the parent menu
1646 </dd>
1647 <dt><i>name</i> (str)</dt>
1648 <dd>
1649 name for the action
1650 </dd>
1651 </dl>
1652 <a NAME="WebBrowserWindow.__createTextEncodingSubmenu" ID="WebBrowserWindow.__createTextEncodingSubmenu"></a>
1653 <h4>WebBrowserWindow.__createTextEncodingSubmenu</h4>
1654 <b>__createTextEncodingSubmenu</b>(<i>title, codecNames, parentMenu</i>)
1655
1656 <p>
1657 Private method to create a text encoding sub menu.
1658 </p>
1659 <dl>
1660
1661 <dt><i>title</i> (str)</dt>
1662 <dd>
1663 title of the menu
1664 </dd>
1665 <dt><i>codecNames</i> (list of str)</dt>
1666 <dd>
1667 list of codec names for the menu
1668 </dd>
1669 <dt><i>parentMenu</i> (QMenu)</dt>
1670 <dd>
1671 reference to the parent menu
1672 </dd>
1673 </dl>
1674 <a NAME="WebBrowserWindow.__currentChanged" ID="WebBrowserWindow.__currentChanged"></a>
1675 <h4>WebBrowserWindow.__currentChanged</h4>
1676 <b>__currentChanged</b>(<i>index</i>)
1677
1678 <p>
1679 Private slot to handle the currentChanged signal.
1680 </p>
1681 <dl>
1682
1683 <dt><i>index</i> (int)</dt>
1684 <dd>
1685 index of the current tab
1686 </dd>
1687 </dl>
1688 <a NAME="WebBrowserWindow.__cut" ID="WebBrowserWindow.__cut"></a>
1689 <h4>WebBrowserWindow.__cut</h4>
1690 <b>__cut</b>(<i></i>)
1691
1692 <p>
1693 Private slot called to handle the cut action.
1694 </p>
1695 <a NAME="WebBrowserWindow.__del__" ID="WebBrowserWindow.__del__"></a>
1696 <h4>WebBrowserWindow.__del__</h4>
1697 <b>__del__</b>(<i></i>)
1698
1699 <p>
1700 Special method called during object destruction.
1701 </p>
1702 <p>
1703 Note: This empty variant seems to get rid of the Qt message
1704 'Warning: QBasicTimer::start: QBasicTimer can only be used with
1705 threads started with QThread'
1706 </p>
1707 <a NAME="WebBrowserWindow.__docsInstalled" ID="WebBrowserWindow.__docsInstalled"></a>
1708 <h4>WebBrowserWindow.__docsInstalled</h4>
1709 <b>__docsInstalled</b>(<i>installed</i>)
1710
1711 <p>
1712 Private slot handling the end of documentation installation.
1713 </p>
1714 <dl>
1715
1716 <dt><i>installed</i> (bool)</dt>
1717 <dd>
1718 flag indicating that documents were installed
1719 </dd>
1720 </dl>
1721 <a NAME="WebBrowserWindow.__exportShortcuts" ID="WebBrowserWindow.__exportShortcuts"></a>
1722 <h4>WebBrowserWindow.__exportShortcuts</h4>
1723 <b>__exportShortcuts</b>(<i></i>)
1724
1725 <p>
1726 Private slot to export the keyboard shortcuts.
1727 </p>
1728 <a NAME="WebBrowserWindow.__feedsManagerClosed" ID="WebBrowserWindow.__feedsManagerClosed"></a>
1729 <h4>WebBrowserWindow.__feedsManagerClosed</h4>
1730 <b>__feedsManagerClosed</b>(<i>feedsManager</i>)
1731
1732 <p>
1733 Private slot to handle closing the feeds manager dialog.
1734 </p>
1735 <dl>
1736
1737 <dt><i>feedsManager</i> (FeedsManager)</dt>
1738 <dd>
1739 reference to the feeds manager object
1740 </dd>
1741 </dl>
1742 <a NAME="WebBrowserWindow.__filterQtHelpDocumentation" ID="WebBrowserWindow.__filterQtHelpDocumentation"></a>
1743 <h4>WebBrowserWindow.__filterQtHelpDocumentation</h4>
1744 <b>__filterQtHelpDocumentation</b>(<i>index</i>)
1745
1746 <p>
1747 Private slot to filter the QtHelp documentation.
1748 </p>
1749 <dl>
1750
1751 <dt><i>index</i> (int)</dt>
1752 <dd>
1753 index of the selected QtHelp documentation filter
1754 </dd>
1755 </dl>
1756 <a NAME="WebBrowserWindow.__find" ID="WebBrowserWindow.__find"></a>
1757 <h4>WebBrowserWindow.__find</h4>
1758 <b>__find</b>(<i></i>)
1759
1760 <p>
1761 Private slot to handle the find action.
1762 </p>
1763 <p>
1764 It opens the search dialog in order to perform the various
1765 search actions and to collect the various search info.
1766 </p>
1767 <a NAME="WebBrowserWindow.__forward" ID="WebBrowserWindow.__forward"></a>
1768 <h4>WebBrowserWindow.__forward</h4>
1769 <b>__forward</b>(<i></i>)
1770
1771 <p>
1772 Private slot called to handle the forward action.
1773 </p>
1774 <a NAME="WebBrowserWindow.__hideNavigation" ID="WebBrowserWindow.__hideNavigation"></a>
1775 <h4>WebBrowserWindow.__hideNavigation</h4>
1776 <b>__hideNavigation</b>(<i></i>)
1777
1778 <p>
1779 Private slot to hide full screen navigation by timer.
1780 </p>
1781 <a NAME="WebBrowserWindow.__home" ID="WebBrowserWindow.__home"></a>
1782 <h4>WebBrowserWindow.__home</h4>
1783 <b>__home</b>(<i></i>)
1784
1785 <p>
1786 Private slot called to handle the home action.
1787 </p>
1788 <a NAME="WebBrowserWindow.__importShortcuts" ID="WebBrowserWindow.__importShortcuts"></a>
1789 <h4>WebBrowserWindow.__importShortcuts</h4>
1790 <b>__importShortcuts</b>(<i></i>)
1791
1792 <p>
1793 Private slot to import the keyboard shortcuts.
1794 </p>
1795 <a NAME="WebBrowserWindow.__indexingFinished" ID="WebBrowserWindow.__indexingFinished"></a>
1796 <h4>WebBrowserWindow.__indexingFinished</h4>
1797 <b>__indexingFinished</b>(<i></i>)
1798
1799 <p>
1800 Private slot to handle the start of the indexing process.
1801 </p>
1802 <a NAME="WebBrowserWindow.__indexingStarted" ID="WebBrowserWindow.__indexingStarted"></a>
1803 <h4>WebBrowserWindow.__indexingStarted</h4>
1804 <b>__indexingStarted</b>(<i></i>)
1805
1806 <p>
1807 Private slot to handle the start of the indexing process.
1808 </p>
1809 <a NAME="WebBrowserWindow.__initActions" ID="WebBrowserWindow.__initActions"></a>
1810 <h4>WebBrowserWindow.__initActions</h4>
1811 <b>__initActions</b>(<i></i>)
1812
1813 <p>
1814 Private method to define the user interface actions.
1815 </p>
1816 <a NAME="WebBrowserWindow.__initMenus" ID="WebBrowserWindow.__initMenus"></a>
1817 <h4>WebBrowserWindow.__initMenus</h4>
1818 <b>__initMenus</b>(<i></i>)
1819
1820 <p>
1821 Private method to create the menus.
1822 </p>
1823 <a NAME="WebBrowserWindow.__initSuperMenu" ID="WebBrowserWindow.__initSuperMenu"></a>
1824 <h4>WebBrowserWindow.__initSuperMenu</h4>
1825 <b>__initSuperMenu</b>(<i></i>)
1826
1827 <p>
1828 Private method to create the super menu and attach it to the super
1829 menu button.
1830 </p>
1831 <a NAME="WebBrowserWindow.__initToolbars" ID="WebBrowserWindow.__initToolbars"></a>
1832 <h4>WebBrowserWindow.__initToolbars</h4>
1833 <b>__initToolbars</b>(<i></i>)
1834
1835 <p>
1836 Private method to create the toolbars.
1837 </p>
1838 <a NAME="WebBrowserWindow.__initWebEngineSettings" ID="WebBrowserWindow.__initWebEngineSettings"></a>
1839 <h4>WebBrowserWindow.__initWebEngineSettings</h4>
1840 <b>__initWebEngineSettings</b>(<i></i>)
1841
1842 <p>
1843 Private method to set the global web settings.
1844 </p>
1845 <a NAME="WebBrowserWindow.__linkActivated" ID="WebBrowserWindow.__linkActivated"></a>
1846 <h4>WebBrowserWindow.__linkActivated</h4>
1847 <b>__linkActivated</b>(<i>url</i>)
1848
1849 <p>
1850 Private slot to handle the selection of a link.
1851 </p>
1852 <dl>
1853
1854 <dt><i>url</i> (QUrl)</dt>
1855 <dd>
1856 URL to be shown
1857 </dd>
1858 </dl>
1859 <a NAME="WebBrowserWindow.__lookForNewDocumentation" ID="WebBrowserWindow.__lookForNewDocumentation"></a>
1860 <h4>WebBrowserWindow.__lookForNewDocumentation</h4>
1861 <b>__lookForNewDocumentation</b>(<i></i>)
1862
1863 <p>
1864 Private slot to look for new documentation to be loaded into the
1865 help database.
1866 </p>
1867 <a NAME="WebBrowserWindow.__manageQtHelpDocumentation" ID="WebBrowserWindow.__manageQtHelpDocumentation"></a>
1868 <h4>WebBrowserWindow.__manageQtHelpDocumentation</h4>
1869 <b>__manageQtHelpDocumentation</b>(<i></i>)
1870
1871 <p>
1872 Private slot to manage the QtHelp documentation database.
1873 </p>
1874 <a NAME="WebBrowserWindow.__nextTab" ID="WebBrowserWindow.__nextTab"></a>
1875 <h4>WebBrowserWindow.__nextTab</h4>
1876 <b>__nextTab</b>(<i></i>)
1877
1878 <p>
1879 Private slot used to show the next tab.
1880 </p>
1881 <a NAME="WebBrowserWindow.__openFile" ID="WebBrowserWindow.__openFile"></a>
1882 <h4>WebBrowserWindow.__openFile</h4>
1883 <b>__openFile</b>(<i></i>)
1884
1885 <p>
1886 Private slot called to open a file.
1887 </p>
1888 <a NAME="WebBrowserWindow.__openFileNewTab" ID="WebBrowserWindow.__openFileNewTab"></a>
1889 <h4>WebBrowserWindow.__openFileNewTab</h4>
1890 <b>__openFileNewTab</b>(<i></i>)
1891
1892 <p>
1893 Private slot called to open a file in a new tab.
1894 </p>
1895 <a NAME="WebBrowserWindow.__paste" ID="WebBrowserWindow.__paste"></a>
1896 <h4>WebBrowserWindow.__paste</h4>
1897 <b>__paste</b>(<i></i>)
1898
1899 <p>
1900 Private slot called to handle the paste action.
1901 </p>
1902 <a NAME="WebBrowserWindow.__populateToolbarsMenu" ID="WebBrowserWindow.__populateToolbarsMenu"></a>
1903 <h4>WebBrowserWindow.__populateToolbarsMenu</h4>
1904 <b>__populateToolbarsMenu</b>(<i>menu</i>)
1905
1906 <p>
1907 Private method to populate the toolbars menu.
1908 </p>
1909 <dl>
1910
1911 <dt><i>menu</i> (QMenu)</dt>
1912 <dd>
1913 reference to the menu to be populated
1914 </dd>
1915 </dl>
1916 <a NAME="WebBrowserWindow.__prevTab" ID="WebBrowserWindow.__prevTab"></a>
1917 <h4>WebBrowserWindow.__prevTab</h4>
1918 <b>__prevTab</b>(<i></i>)
1919
1920 <p>
1921 Private slot used to show the previous tab.
1922 </p>
1923 <a NAME="WebBrowserWindow.__redo" ID="WebBrowserWindow.__redo"></a>
1924 <h4>WebBrowserWindow.__redo</h4>
1925 <b>__redo</b>(<i></i>)
1926
1927 <p>
1928 Private slot to handle the redo action.
1929 </p>
1930 <a NAME="WebBrowserWindow.__reload" ID="WebBrowserWindow.__reload"></a>
1931 <h4>WebBrowserWindow.__reload</h4>
1932 <b>__reload</b>(<i></i>)
1933
1934 <p>
1935 Private slot called to handle the reload action.
1936 </p>
1937 <a NAME="WebBrowserWindow.__removeOldDocumentation" ID="WebBrowserWindow.__removeOldDocumentation"></a>
1938 <h4>WebBrowserWindow.__removeOldDocumentation</h4>
1939 <b>__removeOldDocumentation</b>(<i></i>)
1940
1941 <p>
1942 Private slot to remove non-existing documentation from the help engine.
1943 </p>
1944 <a NAME="WebBrowserWindow.__saLoadUrl" ID="WebBrowserWindow.__saLoadUrl"></a>
1945 <h4>WebBrowserWindow.__saLoadUrl</h4>
1946 <b>__saLoadUrl</b>(<i>urlStr</i>)
1947
1948 <p>
1949 Private slot to load an URL received via the single application
1950 protocol.
1951 </p>
1952 <dl>
1953
1954 <dt><i>urlStr</i> (str)</dt>
1955 <dd>
1956 URL to be loaded
1957 </dd>
1958 </dl>
1959 <a NAME="WebBrowserWindow.__saNewTab" ID="WebBrowserWindow.__saNewTab"></a>
1960 <h4>WebBrowserWindow.__saNewTab</h4>
1961 <b>__saNewTab</b>(<i>urlStr</i>)
1962
1963 <p>
1964 Private slot to load an URL received via the single application
1965 protocol in a new tab.
1966 </p>
1967 <dl>
1968
1969 <dt><i>urlStr</i> (str)</dt>
1970 <dd>
1971 URL to be loaded
1972 </dd>
1973 </dl>
1974 <a NAME="WebBrowserWindow.__saSearchWord" ID="WebBrowserWindow.__saSearchWord"></a>
1975 <h4>WebBrowserWindow.__saSearchWord</h4>
1976 <b>__saSearchWord</b>(<i>word</i>)
1977
1978 <p>
1979 Private slot to search for the given word.
1980 </p>
1981 <dl>
1982
1983 <dt><i>word</i> (str)</dt>
1984 <dd>
1985 word to be searched for
1986 </dd>
1987 </dl>
1988 <a NAME="WebBrowserWindow.__savePageAs" ID="WebBrowserWindow.__savePageAs"></a>
1989 <h4>WebBrowserWindow.__savePageAs</h4>
1990 <b>__savePageAs</b>(<i></i>)
1991
1992 <p>
1993 Private slot to save the current page.
1994 </p>
1995 <a NAME="WebBrowserWindow.__saveVisiblePageScreen" ID="WebBrowserWindow.__saveVisiblePageScreen"></a>
1996 <h4>WebBrowserWindow.__saveVisiblePageScreen</h4>
1997 <b>__saveVisiblePageScreen</b>(<i></i>)
1998
1999 <p>
2000 Private slot to save the visible part of the current page as a screen
2001 shot.
2002 </p>
2003 <a NAME="WebBrowserWindow.__searchForWord" ID="WebBrowserWindow.__searchForWord"></a>
2004 <h4>WebBrowserWindow.__searchForWord</h4>
2005 <b>__searchForWord</b>(<i>searchWord</i>)
2006
2007 <p>
2008 Private slot to search for a word.
2009 </p>
2010 <dl>
2011
2012 <dt><i>searchWord</i> (str)</dt>
2013 <dd>
2014 word to search for
2015 </dd>
2016 </dl>
2017 <a NAME="WebBrowserWindow.__selectAll" ID="WebBrowserWindow.__selectAll"></a>
2018 <h4>WebBrowserWindow.__selectAll</h4>
2019 <b>__selectAll</b>(<i></i>)
2020
2021 <p>
2022 Private slot to handle the select all action.
2023 </p>
2024 <a NAME="WebBrowserWindow.__sendPageLink" ID="WebBrowserWindow.__sendPageLink"></a>
2025 <h4>WebBrowserWindow.__sendPageLink</h4>
2026 <b>__sendPageLink</b>(<i></i>)
2027
2028 <p>
2029 Private slot to send the link of the current page via email.
2030 </p>
2031 <a NAME="WebBrowserWindow.__setBookmarksToolbarVisibility" ID="WebBrowserWindow.__setBookmarksToolbarVisibility"></a>
2032 <h4>WebBrowserWindow.__setBookmarksToolbarVisibility</h4>
2033 <b>__setBookmarksToolbarVisibility</b>(<i>visible</i>)
2034
2035 <p>
2036 Private method to set the visibility of the bookmarks toolbar.
2037 </p>
2038 <dl>
2039
2040 <dt><i>visible</i> (bool)</dt>
2041 <dd>
2042 flag indicating the toolbar visibility
2043 </dd>
2044 </dl>
2045 <a NAME="WebBrowserWindow.__setIconDatabasePath" ID="WebBrowserWindow.__setIconDatabasePath"></a>
2046 <h4>WebBrowserWindow.__setIconDatabasePath</h4>
2047 <b>__setIconDatabasePath</b>(<i>enable=True</i>)
2048
2049 <p>
2050 Private method to set the favicons path.
2051 </p>
2052 <dl>
2053
2054 <dt><i>enable</i></dt>
2055 <dd>
2056 flag indicating to enabled icon storage (boolean)
2057 </dd>
2058 </dl>
2059 <a NAME="WebBrowserWindow.__setMenuBarVisibility" ID="WebBrowserWindow.__setMenuBarVisibility"></a>
2060 <h4>WebBrowserWindow.__setMenuBarVisibility</h4>
2061 <b>__setMenuBarVisibility</b>(<i>visible</i>)
2062
2063 <p>
2064 Private method to set the visibility of the menu bar.
2065 </p>
2066 <dl>
2067
2068 <dt><i>visible</i> (bool)</dt>
2069 <dd>
2070 flag indicating the menu bar visibility
2071 </dd>
2072 </dl>
2073 <a NAME="WebBrowserWindow.__setStatusBarVisible" ID="WebBrowserWindow.__setStatusBarVisible"></a>
2074 <h4>WebBrowserWindow.__setStatusBarVisible</h4>
2075 <b>__setStatusBarVisible</b>(<i>visible</i>)
2076
2077 <p>
2078 Private method to set the visibility of the status bar.
2079 </p>
2080 <dl>
2081
2082 <dt><i>visible</i> (bool)</dt>
2083 <dd>
2084 flag indicating the status bar visibility
2085 </dd>
2086 </dl>
2087 <a NAME="WebBrowserWindow.__setTextEncoding" ID="WebBrowserWindow.__setTextEncoding"></a>
2088 <h4>WebBrowserWindow.__setTextEncoding</h4>
2089 <b>__setTextEncoding</b>(<i>act</i>)
2090
2091 <p>
2092 Private slot to set the selected text encoding as the default for
2093 this session.
2094 </p>
2095 <dl>
2096
2097 <dt><i>act</i> (QAction)</dt>
2098 <dd>
2099 reference to the selected action
2100 </dd>
2101 </dl>
2102 <a NAME="WebBrowserWindow.__setUserStyleSheet" ID="WebBrowserWindow.__setUserStyleSheet"></a>
2103 <h4>WebBrowserWindow.__setUserStyleSheet</h4>
2104 <b>__setUserStyleSheet</b>(<i>styleSheetFile</i>)
2105
2106 <p>
2107 Private method to set a user style sheet.
2108 </p>
2109 <dl>
2110
2111 <dt><i>styleSheetFile</i></dt>
2112 <dd>
2113 name of the user style sheet file (string)
2114 </dd>
2115 </dl>
2116 <a NAME="WebBrowserWindow.__setupFilterCombo" ID="WebBrowserWindow.__setupFilterCombo"></a>
2117 <h4>WebBrowserWindow.__setupFilterCombo</h4>
2118 <b>__setupFilterCombo</b>(<i></i>)
2119
2120 <p>
2121 Private slot to setup the filter combo box.
2122 </p>
2123 <a NAME="WebBrowserWindow.__shallShutDown" ID="WebBrowserWindow.__shallShutDown"></a>
2124 <h4>WebBrowserWindow.__shallShutDown</h4>
2125 <b>__shallShutDown</b>(<i></i>)
2126
2127 <p>
2128 Private method to check, if the application should be shut down.
2129 </p>
2130 <dl>
2131 <dt>Return:</dt>
2132 <dd>
2133 flag indicating a shut down
2134 </dd>
2135 </dl>
2136 <dl>
2137 <dt>Return Type:</dt>
2138 <dd>
2139 bool
2140 </dd>
2141 </dl>
2142 <a NAME="WebBrowserWindow.__showAcceptedLanguages" ID="WebBrowserWindow.__showAcceptedLanguages"></a>
2143 <h4>WebBrowserWindow.__showAcceptedLanguages</h4>
2144 <b>__showAcceptedLanguages</b>(<i></i>)
2145
2146 <p>
2147 Private slot to configure the accepted languages for web pages.
2148 </p>
2149 <a NAME="WebBrowserWindow.__showAdBlockDialog" ID="WebBrowserWindow.__showAdBlockDialog"></a>
2150 <h4>WebBrowserWindow.__showAdBlockDialog</h4>
2151 <b>__showAdBlockDialog</b>(<i></i>)
2152
2153 <p>
2154 Private slot to show the AdBlock configuration dialog.
2155 </p>
2156 <a NAME="WebBrowserWindow.__showBookmarksDialog" ID="WebBrowserWindow.__showBookmarksDialog"></a>
2157 <h4>WebBrowserWindow.__showBookmarksDialog</h4>
2158 <b>__showBookmarksDialog</b>(<i></i>)
2159
2160 <p>
2161 Private slot to show the bookmarks dialog.
2162 </p>
2163 <a NAME="WebBrowserWindow.__showCertificateErrorsDialog" ID="WebBrowserWindow.__showCertificateErrorsDialog"></a>
2164 <h4>WebBrowserWindow.__showCertificateErrorsDialog</h4>
2165 <b>__showCertificateErrorsDialog</b>(<i></i>)
2166
2167 <p>
2168 Private slot to show the certificate errors management dialog.
2169 </p>
2170 <a NAME="WebBrowserWindow.__showCookiesConfiguration" ID="WebBrowserWindow.__showCookiesConfiguration"></a>
2171 <h4>WebBrowserWindow.__showCookiesConfiguration</h4>
2172 <b>__showCookiesConfiguration</b>(<i></i>)
2173
2174 <p>
2175 Private slot to configure the cookies handling.
2176 </p>
2177 <a NAME="WebBrowserWindow.__showDownloadsWindow" ID="WebBrowserWindow.__showDownloadsWindow"></a>
2178 <h4>WebBrowserWindow.__showDownloadsWindow</h4>
2179 <b>__showDownloadsWindow</b>(<i></i>)
2180
2181 <p>
2182 Private slot to show the downloads dialog.
2183 </p>
2184 <a NAME="WebBrowserWindow.__showEnginesConfigurationDialog" ID="WebBrowserWindow.__showEnginesConfigurationDialog"></a>
2185 <h4>WebBrowserWindow.__showEnginesConfigurationDialog</h4>
2186 <b>__showEnginesConfigurationDialog</b>(<i></i>)
2187
2188 <p>
2189 Private slot to show the search engines configuration dialog.
2190 </p>
2191 <a NAME="WebBrowserWindow.__showFeaturePermissionDialog" ID="WebBrowserWindow.__showFeaturePermissionDialog"></a>
2192 <h4>WebBrowserWindow.__showFeaturePermissionDialog</h4>
2193 <b>__showFeaturePermissionDialog</b>(<i></i>)
2194
2195 <p>
2196 Private slot to show the feature permission dialog.
2197 </p>
2198 <a NAME="WebBrowserWindow.__showFeedsManager" ID="WebBrowserWindow.__showFeedsManager"></a>
2199 <h4>WebBrowserWindow.__showFeedsManager</h4>
2200 <b>__showFeedsManager</b>(<i></i>)
2201
2202 <p>
2203 Private slot to show the feeds manager dialog.
2204 </p>
2205 <a NAME="WebBrowserWindow.__showGreaseMonkeyConfigDialog" ID="WebBrowserWindow.__showGreaseMonkeyConfigDialog"></a>
2206 <h4>WebBrowserWindow.__showGreaseMonkeyConfigDialog</h4>
2207 <b>__showGreaseMonkeyConfigDialog</b>(<i></i>)
2208
2209 <p>
2210 Private slot to show the GreaseMonkey scripts configuration dialog.
2211 </p>
2212 <a NAME="WebBrowserWindow.__showIndexWindow" ID="WebBrowserWindow.__showIndexWindow"></a>
2213 <h4>WebBrowserWindow.__showIndexWindow</h4>
2214 <b>__showIndexWindow</b>(<i></i>)
2215
2216 <p>
2217 Private method to show the index window.
2218 </p>
2219 <a NAME="WebBrowserWindow.__showInstallationError" ID="WebBrowserWindow.__showInstallationError"></a>
2220 <h4>WebBrowserWindow.__showInstallationError</h4>
2221 <b>__showInstallationError</b>(<i>message</i>)
2222
2223 <p>
2224 Private slot to show installation errors.
2225 </p>
2226 <dl>
2227
2228 <dt><i>message</i> (str)</dt>
2229 <dd>
2230 message to be shown
2231 </dd>
2232 </dl>
2233 <a NAME="WebBrowserWindow.__showPageSource" ID="WebBrowserWindow.__showPageSource"></a>
2234 <h4>WebBrowserWindow.__showPageSource</h4>
2235 <b>__showPageSource</b>(<i></i>)
2236
2237 <p>
2238 Private slot to show the source of the current page in an editor.
2239 </p>
2240 <a NAME="WebBrowserWindow.__showPageSourceCallback" ID="WebBrowserWindow.__showPageSourceCallback"></a>
2241 <h4>WebBrowserWindow.__showPageSourceCallback</h4>
2242 <b>__showPageSourceCallback</b>(<i>src</i>)
2243
2244 <p>
2245 Private method to show the source of the current page in an editor.
2246 </p>
2247 <dl>
2248
2249 <dt><i>src</i> (str)</dt>
2250 <dd>
2251 source of the web page
2252 </dd>
2253 </dl>
2254 <a NAME="WebBrowserWindow.__showPasswordsDialog" ID="WebBrowserWindow.__showPasswordsDialog"></a>
2255 <h4>WebBrowserWindow.__showPasswordsDialog</h4>
2256 <b>__showPasswordsDialog</b>(<i></i>)
2257
2258 <p>
2259 Private slot to show the passwords management dialog.
2260 </p>
2261 <a NAME="WebBrowserWindow.__showPersonalInformationDialog" ID="WebBrowserWindow.__showPersonalInformationDialog"></a>
2262 <h4>WebBrowserWindow.__showPersonalInformationDialog</h4>
2263 <b>__showPersonalInformationDialog</b>(<i></i>)
2264
2265 <p>
2266 Private slot to show the Personal Information configuration dialog.
2267 </p>
2268 <a NAME="WebBrowserWindow.__showPreferences" ID="WebBrowserWindow.__showPreferences"></a>
2269 <h4>WebBrowserWindow.__showPreferences</h4>
2270 <b>__showPreferences</b>(<i></i>)
2271
2272 <p>
2273 Private slot to set the preferences.
2274 </p>
2275 <a NAME="WebBrowserWindow.__showProtocolHandlerManagerDialog" ID="WebBrowserWindow.__showProtocolHandlerManagerDialog"></a>
2276 <h4>WebBrowserWindow.__showProtocolHandlerManagerDialog</h4>
2277 <b>__showProtocolHandlerManagerDialog</b>(<i></i>)
2278
2279 <p>
2280 Private slot to show the protocol handler manager dialog.
2281 </p>
2282 <a NAME="WebBrowserWindow.__showSafeBrowsingDialog" ID="WebBrowserWindow.__showSafeBrowsingDialog"></a>
2283 <h4>WebBrowserWindow.__showSafeBrowsingDialog</h4>
2284 <b>__showSafeBrowsingDialog</b>(<i></i>)
2285
2286 <p>
2287 Private slot to show the safe browsing management dialog.
2288 </p>
2289 <a NAME="WebBrowserWindow.__showSearchWindow" ID="WebBrowserWindow.__showSearchWindow"></a>
2290 <h4>WebBrowserWindow.__showSearchWindow</h4>
2291 <b>__showSearchWindow</b>(<i></i>)
2292
2293 <p>
2294 Private method to show the search window.
2295 </p>
2296 <a NAME="WebBrowserWindow.__showSessionManagerDialog" ID="WebBrowserWindow.__showSessionManagerDialog"></a>
2297 <h4>WebBrowserWindow.__showSessionManagerDialog</h4>
2298 <b>__showSessionManagerDialog</b>(<i></i>)
2299
2300 <p>
2301 Private slot to show the session manager dialog.
2302 </p>
2303 <a NAME="WebBrowserWindow.__showSiteinfoDialog" ID="WebBrowserWindow.__showSiteinfoDialog"></a>
2304 <h4>WebBrowserWindow.__showSiteinfoDialog</h4>
2305 <b>__showSiteinfoDialog</b>(<i></i>)
2306
2307 <p>
2308 Private slot to show the site info dialog.
2309 </p>
2310 <a NAME="WebBrowserWindow.__showSyncDialog" ID="WebBrowserWindow.__showSyncDialog"></a>
2311 <h4>WebBrowserWindow.__showSyncDialog</h4>
2312 <b>__showSyncDialog</b>(<i></i>)
2313
2314 <p>
2315 Private slot to show the synchronization dialog.
2316 </p>
2317 <a NAME="WebBrowserWindow.__showTabManager" ID="WebBrowserWindow.__showTabManager"></a>
2318 <h4>WebBrowserWindow.__showTabManager</h4>
2319 <b>__showTabManager</b>(<i>act</i>)
2320
2321 <p>
2322 Private method to show the tab manager window.
2323 </p>
2324 <dl>
2325
2326 <dt><i>act</i> (QAction)</dt>
2327 <dd>
2328 reference to the act that triggered
2329 </dd>
2330 </dl>
2331 <a NAME="WebBrowserWindow.__showTocWindow" ID="WebBrowserWindow.__showTocWindow"></a>
2332 <h4>WebBrowserWindow.__showTocWindow</h4>
2333 <b>__showTocWindow</b>(<i></i>)
2334
2335 <p>
2336 Private method to show the table of contents window.
2337 </p>
2338 <a NAME="WebBrowserWindow.__showToolbarsMenu" ID="WebBrowserWindow.__showToolbarsMenu"></a>
2339 <h4>WebBrowserWindow.__showToolbarsMenu</h4>
2340 <b>__showToolbarsMenu</b>(<i></i>)
2341
2342 <p>
2343 Private slot to display the Toolbars menu.
2344 </p>
2345 <a NAME="WebBrowserWindow.__showUserAgentsDialog" ID="WebBrowserWindow.__showUserAgentsDialog"></a>
2346 <h4>WebBrowserWindow.__showUserAgentsDialog</h4>
2347 <b>__showUserAgentsDialog</b>(<i></i>)
2348
2349 <p>
2350 Private slot to show the user agents management dialog.
2351 </p>
2352 <a NAME="WebBrowserWindow.__showWebIconsDialog" ID="WebBrowserWindow.__showWebIconsDialog"></a>
2353 <h4>WebBrowserWindow.__showWebIconsDialog</h4>
2354 <b>__showWebIconsDialog</b>(<i></i>)
2355
2356 <p>
2357 Private slot to show a dialog to manage the favicons database.
2358 </p>
2359 <a NAME="WebBrowserWindow.__showZoomValuesDialog" ID="WebBrowserWindow.__showZoomValuesDialog"></a>
2360 <h4>WebBrowserWindow.__showZoomValuesDialog</h4>
2361 <b>__showZoomValuesDialog</b>(<i></i>)
2362
2363 <p>
2364 Private slot to show the zoom values management dialog.
2365 </p>
2366 <a NAME="WebBrowserWindow.__shutdownWindow" ID="WebBrowserWindow.__shutdownWindow"></a>
2367 <h4>WebBrowserWindow.__shutdownWindow</h4>
2368 <b>__shutdownWindow</b>(<i></i>)
2369
2370 <p>
2371 Private method to shut down a web browser window.
2372 </p>
2373 <dl>
2374 <dt>Return:</dt>
2375 <dd>
2376 flag indicating successful shutdown (boolean)
2377 </dd>
2378 </dl>
2379 <a NAME="WebBrowserWindow.__stopLoading" ID="WebBrowserWindow.__stopLoading"></a>
2380 <h4>WebBrowserWindow.__stopLoading</h4>
2381 <b>__stopLoading</b>(<i></i>)
2382
2383 <p>
2384 Private slot called to handle loading of the current page.
2385 </p>
2386 <a NAME="WebBrowserWindow.__switchTab" ID="WebBrowserWindow.__switchTab"></a>
2387 <h4>WebBrowserWindow.__switchTab</h4>
2388 <b>__switchTab</b>(<i></i>)
2389
2390 <p>
2391 Private slot used to switch between the current and the previous
2392 current tab.
2393 </p>
2394 <a NAME="WebBrowserWindow.__syncTOC" ID="WebBrowserWindow.__syncTOC"></a>
2395 <h4>WebBrowserWindow.__syncTOC</h4>
2396 <b>__syncTOC</b>(<i></i>)
2397
2398 <p>
2399 Private slot to synchronize the TOC with the currently shown page.
2400 </p>
2401 <a NAME="WebBrowserWindow.__titleChanged" ID="WebBrowserWindow.__titleChanged"></a>
2402 <h4>WebBrowserWindow.__titleChanged</h4>
2403 <b>__titleChanged</b>(<i>browser, title</i>)
2404
2405 <p>
2406 Private slot called to handle a change of a browser's title.
2407 </p>
2408 <dl>
2409
2410 <dt><i>browser</i> (WebBrowserView)</dt>
2411 <dd>
2412 reference to the browser
2413 </dd>
2414 <dt><i>title</i> (str)</dt>
2415 <dd>
2416 new title
2417 </dd>
2418 </dl>
2419 <a NAME="WebBrowserWindow.__toggleJavaScriptConsole" ID="WebBrowserWindow.__toggleJavaScriptConsole"></a>
2420 <h4>WebBrowserWindow.__toggleJavaScriptConsole</h4>
2421 <b>__toggleJavaScriptConsole</b>(<i></i>)
2422
2423 <p>
2424 Private slot to toggle the JavaScript console.
2425 </p>
2426 <a NAME="WebBrowserWindow.__undo" ID="WebBrowserWindow.__undo"></a>
2427 <h4>WebBrowserWindow.__undo</h4>
2428 <b>__undo</b>(<i></i>)
2429
2430 <p>
2431 Private slot to handle the undo action.
2432 </p>
2433 <a NAME="WebBrowserWindow.__unselect" ID="WebBrowserWindow.__unselect"></a>
2434 <h4>WebBrowserWindow.__unselect</h4>
2435 <b>__unselect</b>(<i></i>)
2436
2437 <p>
2438 Private slot to clear the selection of the current browser.
2439 </p>
2440 <a NAME="WebBrowserWindow.__virusTotalDomainReport" ID="WebBrowserWindow.__virusTotalDomainReport"></a>
2441 <h4>WebBrowserWindow.__virusTotalDomainReport</h4>
2442 <b>__virusTotalDomainReport</b>(<i></i>)
2443
2444 <p>
2445 Private slot to retrieve a domain report.
2446 </p>
2447 <a NAME="WebBrowserWindow.__virusTotalFileScanReport" ID="WebBrowserWindow.__virusTotalFileScanReport"></a>
2448 <h4>WebBrowserWindow.__virusTotalFileScanReport</h4>
2449 <b>__virusTotalFileScanReport</b>(<i>url</i>)
2450
2451 <p>
2452 Private slot to initiate the display of the file scan report page.
2453 </p>
2454 <dl>
2455
2456 <dt><i>url</i> (str)</dt>
2457 <dd>
2458 URL of the file scan report page
2459 </dd>
2460 </dl>
2461 <a NAME="WebBrowserWindow.__virusTotalIpAddressReport" ID="WebBrowserWindow.__virusTotalIpAddressReport"></a>
2462 <h4>WebBrowserWindow.__virusTotalIpAddressReport</h4>
2463 <b>__virusTotalIpAddressReport</b>(<i></i>)
2464
2465 <p>
2466 Private slot to retrieve an IP address report.
2467 </p>
2468 <a NAME="WebBrowserWindow.__virusTotalScanCurrentSite" ID="WebBrowserWindow.__virusTotalScanCurrentSite"></a>
2469 <h4>WebBrowserWindow.__virusTotalScanCurrentSite</h4>
2470 <b>__virusTotalScanCurrentSite</b>(<i></i>)
2471
2472 <p>
2473 Private slot to ask VirusTotal for a scan of the URL of the current
2474 browser.
2475 </p>
2476 <a NAME="WebBrowserWindow.__virusTotalSubmitUrlError" ID="WebBrowserWindow.__virusTotalSubmitUrlError"></a>
2477 <h4>WebBrowserWindow.__virusTotalSubmitUrlError</h4>
2478 <b>__virusTotalSubmitUrlError</b>(<i>msg</i>)
2479
2480 <p>
2481 Private slot to handle an URL scan submission error.
2482 </p>
2483 <dl>
2484
2485 <dt><i>msg</i> (str)</dt>
2486 <dd>
2487 error message
2488 </dd>
2489 </dl>
2490 <a NAME="WebBrowserWindow.__virusTotalUrlScanReport" ID="WebBrowserWindow.__virusTotalUrlScanReport"></a>
2491 <h4>WebBrowserWindow.__virusTotalUrlScanReport</h4>
2492 <b>__virusTotalUrlScanReport</b>(<i>url</i>)
2493
2494 <p>
2495 Private slot to initiate the display of the URL scan report page.
2496 </p>
2497 <dl>
2498
2499 <dt><i>url</i> (str)</dt>
2500 <dd>
2501 URL of the URL scan report page
2502 </dd>
2503 </dl>
2504 <a NAME="WebBrowserWindow.__warning" ID="WebBrowserWindow.__warning"></a>
2505 <h4>WebBrowserWindow.__warning</h4>
2506 <b>__warning</b>(<i>msg</i>)
2507
2508 <p>
2509 Private slot handling warnings from the help engine.
2510 </p>
2511 <dl>
2512
2513 <dt><i>msg</i> (str)</dt>
2514 <dd>
2515 message sent by the help engine
2516 </dd>
2517 </dl>
2518 <a NAME="WebBrowserWindow.__whatsThis" ID="WebBrowserWindow.__whatsThis"></a>
2519 <h4>WebBrowserWindow.__whatsThis</h4>
2520 <b>__whatsThis</b>(<i></i>)
2521
2522 <p>
2523 Private slot called in to enter Whats This mode.
2524 </p>
2525 <a NAME="WebBrowserWindow.__zoomIn" ID="WebBrowserWindow.__zoomIn"></a>
2526 <h4>WebBrowserWindow.__zoomIn</h4>
2527 <b>__zoomIn</b>(<i></i>)
2528
2529 <p>
2530 Private slot called to handle the zoom in action.
2531 </p>
2532 <a NAME="WebBrowserWindow.__zoomOut" ID="WebBrowserWindow.__zoomOut"></a>
2533 <h4>WebBrowserWindow.__zoomOut</h4>
2534 <b>__zoomOut</b>(<i></i>)
2535
2536 <p>
2537 Private slot called to handle the zoom out action.
2538 </p>
2539 <a NAME="WebBrowserWindow.__zoomReset" ID="WebBrowserWindow.__zoomReset"></a>
2540 <h4>WebBrowserWindow.__zoomReset</h4>
2541 <b>__zoomReset</b>(<i></i>)
2542
2543 <p>
2544 Private slot called to handle the zoom reset action.
2545 </p>
2546 <a NAME="WebBrowserWindow.__zoomValueChanged" ID="WebBrowserWindow.__zoomValueChanged"></a>
2547 <h4>WebBrowserWindow.__zoomValueChanged</h4>
2548 <b>__zoomValueChanged</b>(<i>value</i>)
2549
2550 <p>
2551 Private slot to handle value changes of the zoom widget.
2552 </p>
2553 <dl>
2554
2555 <dt><i>value</i> (int)</dt>
2556 <dd>
2557 zoom value
2558 </dd>
2559 </dl>
2560 <a NAME="WebBrowserWindow.adBlockIcon" ID="WebBrowserWindow.adBlockIcon"></a>
2561 <h4>WebBrowserWindow.adBlockIcon</h4>
2562 <b>adBlockIcon</b>(<i></i>)
2563
2564 <p>
2565 Public method to get a reference to the AdBlock icon.
2566 </p>
2567 <dl>
2568 <dt>Return:</dt>
2569 <dd>
2570 reference to the AdBlock icon (AdBlockIcon)
2571 </dd>
2572 </dl>
2573 <a NAME="WebBrowserWindow.bookmarkAll" ID="WebBrowserWindow.bookmarkAll"></a>
2574 <h4>WebBrowserWindow.bookmarkAll</h4>
2575 <b>bookmarkAll</b>(<i></i>)
2576
2577 <p>
2578 Public slot to bookmark all open tabs.
2579 </p>
2580 <a NAME="WebBrowserWindow.browserAt" ID="WebBrowserWindow.browserAt"></a>
2581 <h4>WebBrowserWindow.browserAt</h4>
2582 <b>browserAt</b>(<i>index</i>)
2583
2584 <p>
2585 Public method to get a reference to the web browser with the given
2586 index.
2587 </p>
2588 <dl>
2589
2590 <dt><i>index</i></dt>
2591 <dd>
2592 index of the browser to get (integer)
2593 </dd>
2594 </dl>
2595 <dl>
2596 <dt>Return:</dt>
2597 <dd>
2598 reference to the indexed web browser (WebBrowserView)
2599 </dd>
2600 </dl>
2601 <a NAME="WebBrowserWindow.browsers" ID="WebBrowserWindow.browsers"></a>
2602 <h4>WebBrowserWindow.browsers</h4>
2603 <b>browsers</b>(<i></i>)
2604
2605 <p>
2606 Public method to get a list of references to all web browsers.
2607 </p>
2608 <dl>
2609 <dt>Return:</dt>
2610 <dd>
2611 list of references to web browsers (list of WebBrowserView)
2612 </dd>
2613 </dl>
2614 <a NAME="WebBrowserWindow.closeBrowser" ID="WebBrowserWindow.closeBrowser"></a>
2615 <h4>WebBrowserWindow.closeBrowser</h4>
2616 <b>closeBrowser</b>(<i>browser</i>)
2617
2618 <p>
2619 Public method to close the given browser.
2620 </p>
2621 <dl>
2622
2623 <dt><i>browser</i> (WebBrowserView)</dt>
2624 <dd>
2625 reference to the web browser view to be closed
2626 </dd>
2627 </dl>
2628 <a NAME="WebBrowserWindow.closeCurrentBrowser" ID="WebBrowserWindow.closeCurrentBrowser"></a>
2629 <h4>WebBrowserWindow.closeCurrentBrowser</h4>
2630 <b>closeCurrentBrowser</b>(<i></i>)
2631
2632 <p>
2633 Public method to close the current web browser.
2634 </p>
2635 <a NAME="WebBrowserWindow.closeEvent" ID="WebBrowserWindow.closeEvent"></a>
2636 <h4>WebBrowserWindow.closeEvent</h4>
2637 <b>closeEvent</b>(<i>e</i>)
2638
2639 <p>
2640 Protected event handler for the close event.
2641 </p>
2642 <dl>
2643
2644 <dt><i>e</i></dt>
2645 <dd>
2646 the close event (QCloseEvent)
2647 <br />This event is simply accepted after the history has been
2648 saved and all window references have been deleted.
2649 </dd>
2650 </dl>
2651 <a NAME="WebBrowserWindow.createPopupMenu" ID="WebBrowserWindow.createPopupMenu"></a>
2652 <h4>WebBrowserWindow.createPopupMenu</h4>
2653 <b>createPopupMenu</b>(<i></i>)
2654
2655 <p>
2656 Public method to create the toolbars menu for Qt.
2657 </p>
2658 <dl>
2659 <dt>Return:</dt>
2660 <dd>
2661 toolbars menu
2662 </dd>
2663 </dl>
2664 <dl>
2665 <dt>Return Type:</dt>
2666 <dd>
2667 QMenu
2668 </dd>
2669 </dl>
2670 <a NAME="WebBrowserWindow.currentBrowser" ID="WebBrowserWindow.currentBrowser"></a>
2671 <h4>WebBrowserWindow.currentBrowser</h4>
2672 <b>currentBrowser</b>(<i></i>)
2673
2674 <p>
2675 Public method to get a reference to the current web browser.
2676 </p>
2677 <dl>
2678 <dt>Return:</dt>
2679 <dd>
2680 reference to the current help browser (WebBrowserView)
2681 </dd>
2682 </dl>
2683 <a NAME="WebBrowserWindow.enterHtmlFullScreen" ID="WebBrowserWindow.enterHtmlFullScreen"></a>
2684 <h4>WebBrowserWindow.enterHtmlFullScreen</h4>
2685 <b>enterHtmlFullScreen</b>(<i></i>)
2686
2687 <p>
2688 Public method to switch to full screen initiated by the
2689 HTML page.
2690 </p>
2691 <a NAME="WebBrowserWindow.event" ID="WebBrowserWindow.event"></a>
2692 <h4>WebBrowserWindow.event</h4>
2693 <b>event</b>(<i>evt</i>)
2694
2695 <p>
2696 Public method handling events.
2697 </p>
2698 <dl>
2699
2700 <dt><i>evt</i> (QEvent)</dt>
2701 <dd>
2702 reference to the event
2703 </dd>
2704 </dl>
2705 <dl>
2706 <dt>Return:</dt>
2707 <dd>
2708 flag indicating a handled event
2709 </dd>
2710 </dl>
2711 <dl>
2712 <dt>Return Type:</dt>
2713 <dd>
2714 bool
2715 </dd>
2716 </dl>
2717 <a NAME="WebBrowserWindow.forceClose" ID="WebBrowserWindow.forceClose"></a>
2718 <h4>WebBrowserWindow.forceClose</h4>
2719 <b>forceClose</b>(<i></i>)
2720
2721 <p>
2722 Public method to force closing the window.
2723 </p>
2724 <a NAME="WebBrowserWindow.getActions" ID="WebBrowserWindow.getActions"></a>
2725 <h4>WebBrowserWindow.getActions</h4>
2726 <b>getActions</b>(<i></i>)
2727
2728 <p>
2729 Public method to get a list of all actions.
2730 </p>
2731 <dl>
2732 <dt>Return:</dt>
2733 <dd>
2734 list of all actions (list of EricAction)
2735 </dd>
2736 </dl>
2737 <a NAME="WebBrowserWindow.getActionsCategory" ID="WebBrowserWindow.getActionsCategory"></a>
2738 <h4>WebBrowserWindow.getActionsCategory</h4>
2739 <b>getActionsCategory</b>(<i></i>)
2740
2741 <p>
2742 Public method to get the category of the defined actions.
2743 </p>
2744 <dl>
2745 <dt>Return:</dt>
2746 <dd>
2747 category of the actions
2748 </dd>
2749 </dl>
2750 <dl>
2751 <dt>Return Type:</dt>
2752 <dd>
2753 str
2754 </dd>
2755 </dl>
2756 <a NAME="WebBrowserWindow.getSourceFileList" ID="WebBrowserWindow.getSourceFileList"></a>
2757 <h4>WebBrowserWindow.getSourceFileList</h4>
2758 <b>getSourceFileList</b>(<i></i>)
2759
2760 <p>
2761 Public method to get a list of all opened source files.
2762 </p>
2763 <dl>
2764 <dt>Return:</dt>
2765 <dd>
2766 dictionary with tab id as key and host/namespace as value
2767 </dd>
2768 </dl>
2769 <a NAME="WebBrowserWindow.hideFullScreenNavigation" ID="WebBrowserWindow.hideFullScreenNavigation"></a>
2770 <h4>WebBrowserWindow.hideFullScreenNavigation</h4>
2771 <b>hideFullScreenNavigation</b>(<i></i>)
2772
2773 <p>
2774 Public slot to hide full screen navigation.
2775 </p>
2776 <a NAME="WebBrowserWindow.isClosing" ID="WebBrowserWindow.isClosing"></a>
2777 <h4>WebBrowserWindow.isClosing</h4>
2778 <b>isClosing</b>(<i></i>)
2779
2780 <p>
2781 Public method to test, if the window is closing.
2782 </p>
2783 <dl>
2784 <dt>Return:</dt>
2785 <dd>
2786 flag indicating that the window is closing
2787 </dd>
2788 </dl>
2789 <dl>
2790 <dt>Return Type:</dt>
2791 <dd>
2792 bool
2793 </dd>
2794 </dl>
2795 <a NAME="WebBrowserWindow.isFullScreenNavigationVisible" ID="WebBrowserWindow.isFullScreenNavigationVisible"></a>
2796 <h4>WebBrowserWindow.isFullScreenNavigationVisible</h4>
2797 <b>isFullScreenNavigationVisible</b>(<i></i>)
2798
2799 <p>
2800 Public method to check, if full screen navigation is active.
2801 </p>
2802 <dl>
2803 <dt>Return:</dt>
2804 <dd>
2805 flag indicating visibility of the navigation container in full
2806 screen mode
2807 </dd>
2808 </dl>
2809 <dl>
2810 <dt>Return Type:</dt>
2811 <dd>
2812 bool
2813 </dd>
2814 </dl>
2815 <a NAME="WebBrowserWindow.javascriptConsole" ID="WebBrowserWindow.javascriptConsole"></a>
2816 <h4>WebBrowserWindow.javascriptConsole</h4>
2817 <b>javascriptConsole</b>(<i></i>)
2818
2819 <p>
2820 Public method to get a reference to the JavaScript console widget.
2821 </p>
2822 <dl>
2823 <dt>Return:</dt>
2824 <dd>
2825 reference to the JavaScript console
2826 </dd>
2827 </dl>
2828 <dl>
2829 <dt>Return Type:</dt>
2830 <dd>
2831 WebBrowserJavaScriptConsole
2832 </dd>
2833 </dl>
2834 <a NAME="WebBrowserWindow.keyPressEvent" ID="WebBrowserWindow.keyPressEvent"></a>
2835 <h4>WebBrowserWindow.keyPressEvent</h4>
2836 <b>keyPressEvent</b>(<i>evt</i>)
2837
2838 <p>
2839 Protected method to handle key presses.
2840 </p>
2841 <dl>
2842
2843 <dt><i>evt</i></dt>
2844 <dd>
2845 reference to the key press event (QKeyEvent)
2846 </dd>
2847 </dl>
2848 <a NAME="WebBrowserWindow.masterPasswordChanged" ID="WebBrowserWindow.masterPasswordChanged"></a>
2849 <h4>WebBrowserWindow.masterPasswordChanged</h4>
2850 <b>masterPasswordChanged</b>(<i>oldPassword, newPassword, local=False</i>)
2851
2852 <p>
2853 Public slot to handle the change of the master password.
2854 </p>
2855 <dl>
2856
2857 <dt><i>oldPassword</i> (str)</dt>
2858 <dd>
2859 current master password
2860 </dd>
2861 <dt><i>newPassword</i> (str)</dt>
2862 <dd>
2863 new master password
2864 </dd>
2865 <dt><i>local</i> (bool)</dt>
2866 <dd>
2867 flag indicating being called from the local configuration
2868 dialog
2869 </dd>
2870 </dl>
2871 <a NAME="WebBrowserWindow.newPrivateWindow" ID="WebBrowserWindow.newPrivateWindow"></a>
2872 <h4>WebBrowserWindow.newPrivateWindow</h4>
2873 <b>newPrivateWindow</b>(<i>link=None</i>)
2874
2875 <p>
2876 Public slot called to open a new private web browser window.
2877 </p>
2878 <dl>
2879
2880 <dt><i>link</i> (str or QUrl)</dt>
2881 <dd>
2882 URL to be displayed in the new window
2883 </dd>
2884 </dl>
2885 <a NAME="WebBrowserWindow.newTab" ID="WebBrowserWindow.newTab"></a>
2886 <h4>WebBrowserWindow.newTab</h4>
2887 <b>newTab</b>(<i>link=None, addNextTo=None, background=False</i>)
2888
2889 <p>
2890 Public slot called to open a new web browser tab.
2891 </p>
2892 <dl>
2893
2894 <dt><i>link</i></dt>
2895 <dd>
2896 file to be displayed in the new window (string or QUrl)
2897 </dd>
2898 <dt><i>addNextTo</i></dt>
2899 <dd>
2900 reference to the browser to open the tab after
2901 (WebBrowserView)
2902 </dd>
2903 <dt><i>background</i></dt>
2904 <dd>
2905 flag indicating to open the tab in the
2906 background (bool)
2907 </dd>
2908 </dl>
2909 <dl>
2910 <dt>Return:</dt>
2911 <dd>
2912 reference to the new browser
2913 </dd>
2914 </dl>
2915 <dl>
2916 <dt>Return Type:</dt>
2917 <dd>
2918 WebBrowserView
2919 </dd>
2920 </dl>
2921 <a NAME="WebBrowserWindow.newWindow" ID="WebBrowserWindow.newWindow"></a>
2922 <h4>WebBrowserWindow.newWindow</h4>
2923 <b>newWindow</b>(<i>link=None, restoreSession=False</i>)
2924
2925 <p>
2926 Public slot called to open a new web browser window.
2927 </p>
2928 <dl>
2929
2930 <dt><i>link</i> (str or QUrl)</dt>
2931 <dd>
2932 URL to be displayed in the new window
2933 </dd>
2934 <dt><i>restoreSession</i> (bool)</dt>
2935 <dd>
2936 flag indicating a restore session action
2937 </dd>
2938 </dl>
2939 <dl>
2940 <dt>Return:</dt>
2941 <dd>
2942 reference to the new window
2943 </dd>
2944 </dl>
2945 <dl>
2946 <dt>Return Type:</dt>
2947 <dd>
2948 WebBrowserWindow
2949 </dd>
2950 </dl>
2951 <a NAME="WebBrowserWindow.openSearchManager" ID="WebBrowserWindow.openSearchManager"></a>
2952 <h4>WebBrowserWindow.openSearchManager</h4>
2953 <b>openSearchManager</b>(<i></i>)
2954
2955 <p>
2956 Public method to get a reference to the opensearch manager object.
2957 </p>
2958 <dl>
2959 <dt>Return:</dt>
2960 <dd>
2961 reference to the opensearch manager object (OpenSearchManager)
2962 </dd>
2963 </dl>
2964 <a NAME="WebBrowserWindow.openUrl" ID="WebBrowserWindow.openUrl"></a>
2965 <h4>WebBrowserWindow.openUrl</h4>
2966 <b>openUrl</b>(<i>url, title=None</i>)
2967
2968 <p>
2969 Public slot to load a URL in the current tab.
2970 </p>
2971 <dl>
2972
2973 <dt><i>url</i> (QUrl)</dt>
2974 <dd>
2975 URL to be opened
2976 </dd>
2977 <dt><i>title</i> (str)</dt>
2978 <dd>
2979 title of the bookmark
2980 </dd>
2981 </dl>
2982 <a NAME="WebBrowserWindow.openUrlNewBackgroundTab" ID="WebBrowserWindow.openUrlNewBackgroundTab"></a>
2983 <h4>WebBrowserWindow.openUrlNewBackgroundTab</h4>
2984 <b>openUrlNewBackgroundTab</b>(<i>url, title=None</i>)
2985
2986 <p>
2987 Public slot to load a URL in a new background tab.
2988 </p>
2989 <dl>
2990
2991 <dt><i>url</i> (QUrl)</dt>
2992 <dd>
2993 URL to be opened
2994 </dd>
2995 <dt><i>title</i> (str)</dt>
2996 <dd>
2997 title of the bookmark
2998 </dd>
2999 </dl>
3000 <a NAME="WebBrowserWindow.openUrlNewPrivateWindow" ID="WebBrowserWindow.openUrlNewPrivateWindow"></a>
3001 <h4>WebBrowserWindow.openUrlNewPrivateWindow</h4>
3002 <b>openUrlNewPrivateWindow</b>(<i>url, title=None</i>)
3003
3004 <p>
3005 Public slot to load a URL in a new private window.
3006 </p>
3007 <dl>
3008
3009 <dt><i>url</i> (QUrl)</dt>
3010 <dd>
3011 URL to be opened
3012 </dd>
3013 <dt><i>title</i> (str)</dt>
3014 <dd>
3015 title of the bookmark
3016 </dd>
3017 </dl>
3018 <a NAME="WebBrowserWindow.openUrlNewTab" ID="WebBrowserWindow.openUrlNewTab"></a>
3019 <h4>WebBrowserWindow.openUrlNewTab</h4>
3020 <b>openUrlNewTab</b>(<i>url, title=None</i>)
3021
3022 <p>
3023 Public slot to load a URL in a new tab.
3024 </p>
3025 <dl>
3026
3027 <dt><i>url</i> (QUrl)</dt>
3028 <dd>
3029 URL to be opened
3030 </dd>
3031 <dt><i>title</i> (str)</dt>
3032 <dd>
3033 title of the bookmark
3034 </dd>
3035 </dl>
3036 <a NAME="WebBrowserWindow.openUrlNewWindow" ID="WebBrowserWindow.openUrlNewWindow"></a>
3037 <h4>WebBrowserWindow.openUrlNewWindow</h4>
3038 <b>openUrlNewWindow</b>(<i>url, title=None</i>)
3039
3040 <p>
3041 Public slot to load a URL in a new window.
3042 </p>
3043 <dl>
3044
3045 <dt><i>url</i> (QUrl)</dt>
3046 <dd>
3047 URL to be opened
3048 </dd>
3049 <dt><i>title</i> (str)</dt>
3050 <dd>
3051 title of the bookmark
3052 </dd>
3053 </dl>
3054 <a NAME="WebBrowserWindow.preferencesChanged" ID="WebBrowserWindow.preferencesChanged"></a>
3055 <h4>WebBrowserWindow.preferencesChanged</h4>
3056 <b>preferencesChanged</b>(<i></i>)
3057
3058 <p>
3059 Public slot to handle a change of preferences.
3060 </p>
3061 <a NAME="WebBrowserWindow.reloadUserStyleSheet" ID="WebBrowserWindow.reloadUserStyleSheet"></a>
3062 <h4>WebBrowserWindow.reloadUserStyleSheet</h4>
3063 <b>reloadUserStyleSheet</b>(<i></i>)
3064
3065 <p>
3066 Public method to reload the user style sheet.
3067 </p>
3068 <a NAME="WebBrowserWindow.requestVirusTotalScan" ID="WebBrowserWindow.requestVirusTotalScan"></a>
3069 <h4>WebBrowserWindow.requestVirusTotalScan</h4>
3070 <b>requestVirusTotalScan</b>(<i>url</i>)
3071
3072 <p>
3073 Public method to submit a request to scan an URL by VirusTotal.
3074 </p>
3075 <dl>
3076
3077 <dt><i>url</i></dt>
3078 <dd>
3079 URL to be scanned (QUrl)
3080 </dd>
3081 </dl>
3082 <a NAME="WebBrowserWindow.search" ID="WebBrowserWindow.search"></a>
3083 <h4>WebBrowserWindow.search</h4>
3084 <b>search</b>(<i>word</i>)
3085
3086 <p>
3087 Public method to search for a word.
3088 </p>
3089 <dl>
3090
3091 <dt><i>word</i> (str)</dt>
3092 <dd>
3093 word to search for
3094 </dd>
3095 </dl>
3096 <a NAME="WebBrowserWindow.searchEnginesAction" ID="WebBrowserWindow.searchEnginesAction"></a>
3097 <h4>WebBrowserWindow.searchEnginesAction</h4>
3098 <b>searchEnginesAction</b>(<i></i>)
3099
3100 <p>
3101 Public method to get a reference to the search engines configuration
3102 action.
3103 </p>
3104 <dl>
3105 <dt>Return:</dt>
3106 <dd>
3107 reference to the search engines configuration action (QAction)
3108 </dd>
3109 </dl>
3110 <a NAME="WebBrowserWindow.setBackwardAvailable" ID="WebBrowserWindow.setBackwardAvailable"></a>
3111 <h4>WebBrowserWindow.setBackwardAvailable</h4>
3112 <b>setBackwardAvailable</b>(<i>b</i>)
3113
3114 <p>
3115 Public slot called when backward references are available.
3116 </p>
3117 <dl>
3118
3119 <dt><i>b</i> (bool)</dt>
3120 <dd>
3121 flag indicating availability of the backwards action
3122 </dd>
3123 </dl>
3124 <a NAME="WebBrowserWindow.setForwardAvailable" ID="WebBrowserWindow.setForwardAvailable"></a>
3125 <h4>WebBrowserWindow.setForwardAvailable</h4>
3126 <b>setForwardAvailable</b>(<i>b</i>)
3127
3128 <p>
3129 Public slot called when forward references are available.
3130 </p>
3131 <dl>
3132
3133 <dt><i>b</i> (bool)</dt>
3134 <dd>
3135 flag indicating the availability of the forwards action
3136 </dd>
3137 </dl>
3138 <a NAME="WebBrowserWindow.setLoadingActions" ID="WebBrowserWindow.setLoadingActions"></a>
3139 <h4>WebBrowserWindow.setLoadingActions</h4>
3140 <b>setLoadingActions</b>(<i>b</i>)
3141
3142 <p>
3143 Public slot to set the loading dependent actions.
3144 </p>
3145 <dl>
3146
3147 <dt><i>b</i> (bool)</dt>
3148 <dd>
3149 flag indicating the loading state to consider
3150 </dd>
3151 </dl>
3152 <a NAME="WebBrowserWindow.showFullScreenNavigation" ID="WebBrowserWindow.showFullScreenNavigation"></a>
3153 <h4>WebBrowserWindow.showFullScreenNavigation</h4>
3154 <b>showFullScreenNavigation</b>(<i></i>)
3155
3156 <p>
3157 Public slot to show full screen navigation.
3158 </p>
3159 <a NAME="WebBrowserWindow.shutdown" ID="WebBrowserWindow.shutdown"></a>
3160 <h4>WebBrowserWindow.shutdown</h4>
3161 <b>shutdown</b>(<i></i>)
3162
3163 <p>
3164 Public method to shut down the web browser.
3165 </p>
3166 <dl>
3167 <dt>Return:</dt>
3168 <dd>
3169 flag indicating successful shutdown
3170 </dd>
3171 </dl>
3172 <dl>
3173 <dt>Return Type:</dt>
3174 <dd>
3175 bool
3176 </dd>
3177 </dl>
3178 <a NAME="WebBrowserWindow.tabWidget" ID="WebBrowserWindow.tabWidget"></a>
3179 <h4>WebBrowserWindow.tabWidget</h4>
3180 <b>tabWidget</b>(<i></i>)
3181
3182 <p>
3183 Public method to get a reference to the tab widget.
3184 </p>
3185 <dl>
3186 <dt>Return:</dt>
3187 <dd>
3188 reference to the tab widget
3189 </dd>
3190 </dl>
3191 <dl>
3192 <dt>Return Type:</dt>
3193 <dd>
3194 WebBrowserTabWidget
3195 </dd>
3196 </dl>
3197 <a NAME="WebBrowserWindow.toggleFullScreen" ID="WebBrowserWindow.toggleFullScreen"></a>
3198 <h4>WebBrowserWindow.toggleFullScreen</h4>
3199 <b>toggleFullScreen</b>(<i></i>)
3200
3201 <p>
3202 Public slot called to toggle the full screen mode.
3203 </p>
3204 <a NAME="WebBrowserWindow.urlHandler" ID="WebBrowserWindow.urlHandler"></a>
3205 <h4>WebBrowserWindow.urlHandler</h4>
3206 <b>urlHandler</b>(<i>url</i>)
3207
3208 <p>
3209 Public slot used as desktop URL handler.
3210 </p>
3211 <dl>
3212
3213 <dt><i>url</i> (QUrl)</dt>
3214 <dd>
3215 URL to be handled
3216 </dd>
3217 </dl>
3218 <div align="right"><a href="#top">Up</a></div>
3219 <hr />
3220 </body></html>

eric ide

mercurial