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