|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.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><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.WebBrowser.WebBrowserWindow</h1> |
|
23 <p> |
|
24 Module implementing the web browser main window. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#WebBrowserWindow">WebBrowserWindow</a></td> |
|
34 <td>Class implementing the web browser main window.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="WebBrowserWindow" ID="WebBrowserWindow"></a> |
|
43 <h2>WebBrowserWindow</h2> |
|
44 <p> |
|
45 Class implementing the web browser main window. |
|
46 </p><h3>Signals</h3> |
|
47 <dl> |
|
48 <dt>webBrowserClosed()</dt> |
|
49 <dd> |
|
50 emitted after the window was requested to close |
|
51 </dd><dt>zoomTextOnlyChanged(bool)</dt> |
|
52 <dd> |
|
53 emitted after the zoom text only setting |
|
54 was changed |
|
55 </dd> |
|
56 </dl> |
|
57 <h3>Derived from</h3> |
|
58 E5MainWindow |
|
59 <h3>Class Attributes</h3> |
|
60 <table> |
|
61 <tr><td>BrowserWindows</td></tr><tr><td>UseQtHelp</td></tr><tr><td>_adblockManager</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>_flashCookieManager</td></tr><tr><td>_fromEric</td></tr><tr><td>_greaseMonkeyManager</td></tr><tr><td>_helpEngine</td></tr><tr><td>_historyManager</td></tr><tr><td>_isPrivate</td></tr><tr><td>_networkManager</td></tr><tr><td>_notification</td></tr><tr><td>_passwordManager</td></tr><tr><td>_personalInformationManager</td></tr><tr><td>_speedDial</td></tr><tr><td>_syncManager</td></tr><tr><td>_userAgentsManager</td></tr><tr><td>_webProfile</td></tr> |
|
62 </table> |
|
63 <h3>Class Methods</h3> |
|
64 <table> |
|
65 <tr> |
|
66 <td><a href="#WebBrowserWindow.adBlockManager">adBlockManager</a></td> |
|
67 <td>Class method to get a reference to the AdBlock manager.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#WebBrowserWindow.bookmarksManager">bookmarksManager</a></td> |
|
70 <td>Class method to get a reference to the bookmarks manager.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#WebBrowserWindow.cookieJar">cookieJar</a></td> |
|
73 <td>Class method to get a reference to the cookie jar.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#WebBrowserWindow.downloadManager">downloadManager</a></td> |
|
76 <td>Class method to get a reference to the download manager.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#WebBrowserWindow.downloadRequested">downloadRequested</a></td> |
|
79 <td>Class method to handle a download request.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#WebBrowserWindow.featurePermissionManager">featurePermissionManager</a></td> |
|
82 <td>Class method to get a reference to the feature permission manager.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#WebBrowserWindow.feedsManager">feedsManager</a></td> |
|
85 <td>Class method to get a reference to the RSS feeds manager.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#WebBrowserWindow.flashCookieManager">flashCookieManager</a></td> |
|
88 <td>Class method to get a reference to the flash cookies manager.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#WebBrowserWindow.greaseMonkeyManager">greaseMonkeyManager</a></td> |
|
91 <td>Class method to get a reference to the GreaseMonkey manager.</td> |
|
92 </tr><tr> |
|
93 <td><a href="#WebBrowserWindow.helpEngine">helpEngine</a></td> |
|
94 <td>Class method to get a reference to the help engine.</td> |
|
95 </tr><tr> |
|
96 <td><a href="#WebBrowserWindow.historyManager">historyManager</a></td> |
|
97 <td>Class method to get a reference to the history manager.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#WebBrowserWindow.icon">icon</a></td> |
|
100 <td>Class method to get the icon for an URL.</td> |
|
101 </tr><tr> |
|
102 <td><a href="#WebBrowserWindow.isPrivate">isPrivate</a></td> |
|
103 <td>Class method to check the private browsing mode.</td> |
|
104 </tr><tr> |
|
105 <td><a href="#WebBrowserWindow.mainWindow">mainWindow</a></td> |
|
106 <td>Class method to get a reference to the main window.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#WebBrowserWindow.mainWindows">mainWindows</a></td> |
|
109 <td>Class method to get references to all main windows.</td> |
|
110 </tr><tr> |
|
111 <td><a href="#WebBrowserWindow.networkManager">networkManager</a></td> |
|
112 <td>Class method to get a reference to the network manager object.</td> |
|
113 </tr><tr> |
|
114 <td><a href="#WebBrowserWindow.notificationsEnabled">notificationsEnabled</a></td> |
|
115 <td>Class method to check, if notifications are enabled.</td> |
|
116 </tr><tr> |
|
117 <td><a href="#WebBrowserWindow.passwordManager">passwordManager</a></td> |
|
118 <td>Class method to get a reference to the password manager.</td> |
|
119 </tr><tr> |
|
120 <td><a href="#WebBrowserWindow.personalInformationManager">personalInformationManager</a></td> |
|
121 <td>Class method to get a reference to the personal information manager.</td> |
|
122 </tr><tr> |
|
123 <td><a href="#WebBrowserWindow.setUseQtHelp">setUseQtHelp</a></td> |
|
124 <td>Class method to set the QtHelp usage.</td> |
|
125 </tr><tr> |
|
126 <td><a href="#WebBrowserWindow.showNotification">showNotification</a></td> |
|
127 <td>Class method to show a desktop notification.</td> |
|
128 </tr><tr> |
|
129 <td><a href="#WebBrowserWindow.speedDial">speedDial</a></td> |
|
130 <td>Class methdo to get a reference to the speed dial.</td> |
|
131 </tr><tr> |
|
132 <td><a href="#WebBrowserWindow.syncManager">syncManager</a></td> |
|
133 <td>Class method to get a reference to the data synchronization manager.</td> |
|
134 </tr><tr> |
|
135 <td><a href="#WebBrowserWindow.userAgentsManager">userAgentsManager</a></td> |
|
136 <td>Class method to get a reference to the user agents manager.</td> |
|
137 </tr><tr> |
|
138 <td><a href="#WebBrowserWindow.webProfile">webProfile</a></td> |
|
139 <td>Class method handling the web engine profile.</td> |
|
140 </tr> |
|
141 </table> |
|
142 <h3>Methods</h3> |
|
143 <table> |
|
144 <tr> |
|
145 <td><a href="#WebBrowserWindow.__init__">WebBrowserWindow</a></td> |
|
146 <td>Constructor</td> |
|
147 </tr><tr> |
|
148 <td><a href="#WebBrowserWindow.__about">__about</a></td> |
|
149 <td>Private slot to show the about information.</td> |
|
150 </tr><tr> |
|
151 <td><a href="#WebBrowserWindow.__aboutQt">__aboutQt</a></td> |
|
152 <td>Private slot to show info about Qt.</td> |
|
153 </tr><tr> |
|
154 <td><a href="#WebBrowserWindow.__aboutToShowSettingsMenu">__aboutToShowSettingsMenu</a></td> |
|
155 <td>Private slot to show the Settings menu.</td> |
|
156 </tr><tr> |
|
157 <td><a href="#WebBrowserWindow.__aboutToShowTextEncodingMenu">__aboutToShowTextEncodingMenu</a></td> |
|
158 <td>Private slot to populate the text encoding menu.</td> |
|
159 </tr><tr> |
|
160 <td><a href="#WebBrowserWindow.__activateCurrentBrowser">__activateCurrentBrowser</a></td> |
|
161 <td>Private slot to activate the current browser.</td> |
|
162 </tr><tr> |
|
163 <td><a href="#WebBrowserWindow.__activateDock">__activateDock</a></td> |
|
164 <td>Private method to activate the dock widget of the given widget.</td> |
|
165 </tr><tr> |
|
166 <td><a href="#WebBrowserWindow.__addBookmark">__addBookmark</a></td> |
|
167 <td>Private slot called to add the displayed file to the bookmarks.</td> |
|
168 </tr><tr> |
|
169 <td><a href="#WebBrowserWindow.__addBookmarkCallback">__addBookmarkCallback</a></td> |
|
170 <td>Private callback method of __addBookmark().</td> |
|
171 </tr><tr> |
|
172 <td><a href="#WebBrowserWindow.__addBookmarkFolder">__addBookmarkFolder</a></td> |
|
173 <td>Private slot to add a new bookmarks folder.</td> |
|
174 </tr><tr> |
|
175 <td><a href="#WebBrowserWindow.__appFocusChanged">__appFocusChanged</a></td> |
|
176 <td>Private slot to handle a change of the focus.</td> |
|
177 </tr><tr> |
|
178 <td><a href="#WebBrowserWindow.__backward">__backward</a></td> |
|
179 <td>Private slot called to handle the backward action.</td> |
|
180 </tr><tr> |
|
181 <td><a href="#WebBrowserWindow.__bookmarkAllCallback">__bookmarkAllCallback</a></td> |
|
182 <td>Private callback method of __addBookmark().</td> |
|
183 </tr><tr> |
|
184 <td><a href="#WebBrowserWindow.__clearIconsDatabase">__clearIconsDatabase</a></td> |
|
185 <td>Private slot to clear the favicons databse.</td> |
|
186 </tr><tr> |
|
187 <td><a href="#WebBrowserWindow.__clearPrivateData">__clearPrivateData</a></td> |
|
188 <td>Private slot to clear the private data.</td> |
|
189 </tr><tr> |
|
190 <td><a href="#WebBrowserWindow.__closeAllWindows">__closeAllWindows</a></td> |
|
191 <td>Private slot to close all windows.</td> |
|
192 </tr><tr> |
|
193 <td><a href="#WebBrowserWindow.__copy">__copy</a></td> |
|
194 <td>Private slot called to handle the copy action.</td> |
|
195 </tr><tr> |
|
196 <td><a href="#WebBrowserWindow.__currentChanged">__currentChanged</a></td> |
|
197 <td>Private slot to handle the currentChanged signal.</td> |
|
198 </tr><tr> |
|
199 <td><a href="#WebBrowserWindow.__cut">__cut</a></td> |
|
200 <td>Private slot called to handle the cut action.</td> |
|
201 </tr><tr> |
|
202 <td><a href="#WebBrowserWindow.__del__">__del__</a></td> |
|
203 <td>Special method called during object destruction.</td> |
|
204 </tr><tr> |
|
205 <td><a href="#WebBrowserWindow.__docsInstalled">__docsInstalled</a></td> |
|
206 <td>Private slot handling the end of documentation installation.</td> |
|
207 </tr><tr> |
|
208 <td><a href="#WebBrowserWindow.__feedsManagerClosed">__feedsManagerClosed</a></td> |
|
209 <td>Private slot to handle closing the feeds manager dialog.</td> |
|
210 </tr><tr> |
|
211 <td><a href="#WebBrowserWindow.__filterQtHelpDocumentation">__filterQtHelpDocumentation</a></td> |
|
212 <td>Private slot to filter the QtHelp documentation.</td> |
|
213 </tr><tr> |
|
214 <td><a href="#WebBrowserWindow.__find">__find</a></td> |
|
215 <td>Private slot to handle the find action.</td> |
|
216 </tr><tr> |
|
217 <td><a href="#WebBrowserWindow.__forward">__forward</a></td> |
|
218 <td>Private slot called to handle the forward action.</td> |
|
219 </tr><tr> |
|
220 <td><a href="#WebBrowserWindow.__home">__home</a></td> |
|
221 <td>Private slot called to handle the home action.</td> |
|
222 </tr><tr> |
|
223 <td><a href="#WebBrowserWindow.__indexingFinished">__indexingFinished</a></td> |
|
224 <td>Private slot to handle the start of the indexing process.</td> |
|
225 </tr><tr> |
|
226 <td><a href="#WebBrowserWindow.__indexingStarted">__indexingStarted</a></td> |
|
227 <td>Private slot to handle the start of the indexing process.</td> |
|
228 </tr><tr> |
|
229 <td><a href="#WebBrowserWindow.__initActions">__initActions</a></td> |
|
230 <td>Private method to define the user interface actions.</td> |
|
231 </tr><tr> |
|
232 <td><a href="#WebBrowserWindow.__initHelpDb">__initHelpDb</a></td> |
|
233 <td>Private slot to initialize the documentation database.</td> |
|
234 </tr><tr> |
|
235 <td><a href="#WebBrowserWindow.__initMenus">__initMenus</a></td> |
|
236 <td>Private method to create the menus.</td> |
|
237 </tr><tr> |
|
238 <td><a href="#WebBrowserWindow.__initToolbars">__initToolbars</a></td> |
|
239 <td>Private method to create the toolbars.</td> |
|
240 </tr><tr> |
|
241 <td><a href="#WebBrowserWindow.__initWebEngineSettings">__initWebEngineSettings</a></td> |
|
242 <td>Private method to set the global web settings.</td> |
|
243 </tr><tr> |
|
244 <td><a href="#WebBrowserWindow.__linkActivated">__linkActivated</a></td> |
|
245 <td>Private slot to handle the selection of a link.</td> |
|
246 </tr><tr> |
|
247 <td><a href="#WebBrowserWindow.__linksActivated">__linksActivated</a></td> |
|
248 <td>Private slot to select a topic to be shown.</td> |
|
249 </tr><tr> |
|
250 <td><a href="#WebBrowserWindow.__lookForNewDocumentation">__lookForNewDocumentation</a></td> |
|
251 <td>Private slot to look for new documentation to be loaded into the help database.</td> |
|
252 </tr><tr> |
|
253 <td><a href="#WebBrowserWindow.__manageQtHelpDocumentation">__manageQtHelpDocumentation</a></td> |
|
254 <td>Private slot to manage the QtHelp documentation database.</td> |
|
255 </tr><tr> |
|
256 <td><a href="#WebBrowserWindow.__manageQtHelpFilters">__manageQtHelpFilters</a></td> |
|
257 <td>Private slot to manage the QtHelp filters.</td> |
|
258 </tr><tr> |
|
259 <td><a href="#WebBrowserWindow.__navigationMenuActionTriggered">__navigationMenuActionTriggered</a></td> |
|
260 <td>Private slot to go to the selected page.</td> |
|
261 </tr><tr> |
|
262 <td><a href="#WebBrowserWindow.__nextTab">__nextTab</a></td> |
|
263 <td>Private slot used to show the next tab.</td> |
|
264 </tr><tr> |
|
265 <td><a href="#WebBrowserWindow.__openFile">__openFile</a></td> |
|
266 <td>Private slot called to open a file.</td> |
|
267 </tr><tr> |
|
268 <td><a href="#WebBrowserWindow.__openFileNewTab">__openFileNewTab</a></td> |
|
269 <td>Private slot called to open a file in a new tab.</td> |
|
270 </tr><tr> |
|
271 <td><a href="#WebBrowserWindow.__paste">__paste</a></td> |
|
272 <td>Private slot called to handle the paste action.</td> |
|
273 </tr><tr> |
|
274 <td><a href="#WebBrowserWindow.__prevTab">__prevTab</a></td> |
|
275 <td>Private slot used to show the previous tab.</td> |
|
276 </tr><tr> |
|
277 <td><a href="#WebBrowserWindow.__redo">__redo</a></td> |
|
278 <td>Private slot to handle the redo action.</td> |
|
279 </tr><tr> |
|
280 <td><a href="#WebBrowserWindow.__reload">__reload</a></td> |
|
281 <td>Private slot called to handle the reload action.</td> |
|
282 </tr><tr> |
|
283 <td><a href="#WebBrowserWindow.__removeOldDocumentation">__removeOldDocumentation</a></td> |
|
284 <td>Private slot to remove non-existing documentation from the help engine.</td> |
|
285 </tr><tr> |
|
286 <td><a href="#WebBrowserWindow.__savePageScreen">__savePageScreen</a></td> |
|
287 <td>Private slot to save the current page as a screen shot.</td> |
|
288 </tr><tr> |
|
289 <td><a href="#WebBrowserWindow.__saveVisiblePageScreen">__saveVisiblePageScreen</a></td> |
|
290 <td>Private slot to save the visible part of the current page as a screen shot.</td> |
|
291 </tr><tr> |
|
292 <td><a href="#WebBrowserWindow.__searchForWord">__searchForWord</a></td> |
|
293 <td>Private slot to search for a word.</td> |
|
294 </tr><tr> |
|
295 <td><a href="#WebBrowserWindow.__selectAll">__selectAll</a></td> |
|
296 <td>Private slot to handle the select all action.</td> |
|
297 </tr><tr> |
|
298 <td><a href="#WebBrowserWindow.__setIconDatabasePath">__setIconDatabasePath</a></td> |
|
299 <td>Private method to set the favicons path.</td> |
|
300 </tr><tr> |
|
301 <td><a href="#WebBrowserWindow.__setTextEncoding">__setTextEncoding</a></td> |
|
302 <td>Private slot to set the selected text encoding as the default for this session.</td> |
|
303 </tr><tr> |
|
304 <td><a href="#WebBrowserWindow.__setUserStyleSheet">__setUserStyleSheet</a></td> |
|
305 <td>Private method to set a user style sheet.</td> |
|
306 </tr><tr> |
|
307 <td><a href="#WebBrowserWindow.__setupFilterCombo">__setupFilterCombo</a></td> |
|
308 <td>Private slot to setup the filter combo box.</td> |
|
309 </tr><tr> |
|
310 <td><a href="#WebBrowserWindow.__showAcceptedLanguages">__showAcceptedLanguages</a></td> |
|
311 <td>Private slot to configure the accepted languages for web pages.</td> |
|
312 </tr><tr> |
|
313 <td><a href="#WebBrowserWindow.__showAdBlockDialog">__showAdBlockDialog</a></td> |
|
314 <td>Private slot to show the AdBlock configuration dialog.</td> |
|
315 </tr><tr> |
|
316 <td><a href="#WebBrowserWindow.__showBackMenu">__showBackMenu</a></td> |
|
317 <td>Private slot showing the backwards navigation menu.</td> |
|
318 </tr><tr> |
|
319 <td><a href="#WebBrowserWindow.__showBookmarksDialog">__showBookmarksDialog</a></td> |
|
320 <td>Private slot to show the bookmarks dialog.</td> |
|
321 </tr><tr> |
|
322 <td><a href="#WebBrowserWindow.__showCertificateErrorsDialog">__showCertificateErrorsDialog</a></td> |
|
323 <td>Private slot to show the certificate errors management dialog.</td> |
|
324 </tr><tr> |
|
325 <td><a href="#WebBrowserWindow.__showCookiesConfiguration">__showCookiesConfiguration</a></td> |
|
326 <td>Private slot to configure the cookies handling.</td> |
|
327 </tr><tr> |
|
328 <td><a href="#WebBrowserWindow.__showDownloadsWindow">__showDownloadsWindow</a></td> |
|
329 <td>Private slot to show the downloads dialog.</td> |
|
330 </tr><tr> |
|
331 <td><a href="#WebBrowserWindow.__showEnginesConfigurationDialog">__showEnginesConfigurationDialog</a></td> |
|
332 <td>Private slot to show the search engines configuration dialog.</td> |
|
333 </tr><tr> |
|
334 <td><a href="#WebBrowserWindow.__showFeaturePermissionDialog">__showFeaturePermissionDialog</a></td> |
|
335 <td>Private slot to show the feature permission dialog.</td> |
|
336 </tr><tr> |
|
337 <td><a href="#WebBrowserWindow.__showFeedsManager">__showFeedsManager</a></td> |
|
338 <td>Private slot to show the feeds manager dialog.</td> |
|
339 </tr><tr> |
|
340 <td><a href="#WebBrowserWindow.__showFlashCookiesManagement">__showFlashCookiesManagement</a></td> |
|
341 <td>Private slot to show the flash cookies management dialog.</td> |
|
342 </tr><tr> |
|
343 <td><a href="#WebBrowserWindow.__showForwardMenu">__showForwardMenu</a></td> |
|
344 <td>Private slot showing the forwards navigation menu.</td> |
|
345 </tr><tr> |
|
346 <td><a href="#WebBrowserWindow.__showGreaseMonkeyConfigDialog">__showGreaseMonkeyConfigDialog</a></td> |
|
347 <td>Private slot to show the GreaseMonkey scripts configuration dialog.</td> |
|
348 </tr><tr> |
|
349 <td><a href="#WebBrowserWindow.__showIndexWindow">__showIndexWindow</a></td> |
|
350 <td>Private method to show the index window.</td> |
|
351 </tr><tr> |
|
352 <td><a href="#WebBrowserWindow.__showInstallationError">__showInstallationError</a></td> |
|
353 <td>Private slot to show installation errors.</td> |
|
354 </tr><tr> |
|
355 <td><a href="#WebBrowserWindow.__showPageSource">__showPageSource</a></td> |
|
356 <td>Private slot to show the source of the current page in an editor.</td> |
|
357 </tr><tr> |
|
358 <td><a href="#WebBrowserWindow.__showPageSourceCallback">__showPageSourceCallback</a></td> |
|
359 <td>Private method to show the source of the current page in an editor.</td> |
|
360 </tr><tr> |
|
361 <td><a href="#WebBrowserWindow.__showPasswordsDialog">__showPasswordsDialog</a></td> |
|
362 <td>Private slot to show the passwords management dialog.</td> |
|
363 </tr><tr> |
|
364 <td><a href="#WebBrowserWindow.__showPersonalInformationDialog">__showPersonalInformationDialog</a></td> |
|
365 <td>Private slot to show the Personal Information configuration dialog.</td> |
|
366 </tr><tr> |
|
367 <td><a href="#WebBrowserWindow.__showPreferences">__showPreferences</a></td> |
|
368 <td>Private slot to set the preferences.</td> |
|
369 </tr><tr> |
|
370 <td><a href="#WebBrowserWindow.__showSearchWindow">__showSearchWindow</a></td> |
|
371 <td>Private method to show the search window.</td> |
|
372 </tr><tr> |
|
373 <td><a href="#WebBrowserWindow.__showSiteinfoDialog">__showSiteinfoDialog</a></td> |
|
374 <td>Private slot to show the site info dialog.</td> |
|
375 </tr><tr> |
|
376 <td><a href="#WebBrowserWindow.__showSyncDialog">__showSyncDialog</a></td> |
|
377 <td>Private slot to show the synchronization dialog.</td> |
|
378 </tr><tr> |
|
379 <td><a href="#WebBrowserWindow.__showTocWindow">__showTocWindow</a></td> |
|
380 <td>Private method to show the table of contents window.</td> |
|
381 </tr><tr> |
|
382 <td><a href="#WebBrowserWindow.__showUserAgentsDialog">__showUserAgentsDialog</a></td> |
|
383 <td>Private slot to show the user agents management dialog.</td> |
|
384 </tr><tr> |
|
385 <td><a href="#WebBrowserWindow.__showWebIconsDialog">__showWebIconsDialog</a></td> |
|
386 <td>Private slot to show a dialog to manage the favicons database.</td> |
|
387 </tr><tr> |
|
388 <td><a href="#WebBrowserWindow.__showZoomValuesDialog">__showZoomValuesDialog</a></td> |
|
389 <td>Private slot to show the zoom values management dialog.</td> |
|
390 </tr><tr> |
|
391 <td><a href="#WebBrowserWindow.__stopLoading">__stopLoading</a></td> |
|
392 <td>Private slot called to handle loading of the current page.</td> |
|
393 </tr><tr> |
|
394 <td><a href="#WebBrowserWindow.__switchTab">__switchTab</a></td> |
|
395 <td>Private slot used to switch between the current and the previous current tab.</td> |
|
396 </tr><tr> |
|
397 <td><a href="#WebBrowserWindow.__syncTOC">__syncTOC</a></td> |
|
398 <td>Private slot to synchronize the TOC with the currently shown page.</td> |
|
399 </tr><tr> |
|
400 <td><a href="#WebBrowserWindow.__titleChanged">__titleChanged</a></td> |
|
401 <td>Private slot called to handle a change of a browser's title.</td> |
|
402 </tr><tr> |
|
403 <td><a href="#WebBrowserWindow.__toggleJavaScriptConsole">__toggleJavaScriptConsole</a></td> |
|
404 <td>Private slot to toggle the JavaScript console.</td> |
|
405 </tr><tr> |
|
406 <td><a href="#WebBrowserWindow.__undo">__undo</a></td> |
|
407 <td>Private slot to handle the undo action.</td> |
|
408 </tr><tr> |
|
409 <td><a href="#WebBrowserWindow.__viewFullScreen">__viewFullScreen</a></td> |
|
410 <td>Private slot called to toggle fullscreen mode.</td> |
|
411 </tr><tr> |
|
412 <td><a href="#WebBrowserWindow.__virusTotalDomainReport">__virusTotalDomainReport</a></td> |
|
413 <td>Private slot to retrieve a domain report.</td> |
|
414 </tr><tr> |
|
415 <td><a href="#WebBrowserWindow.__virusTotalFileScanReport">__virusTotalFileScanReport</a></td> |
|
416 <td>Private slot to initiate the display of the file scan report page.</td> |
|
417 </tr><tr> |
|
418 <td><a href="#WebBrowserWindow.__virusTotalIpAddressReport">__virusTotalIpAddressReport</a></td> |
|
419 <td>Private slot to retrieve an IP address report.</td> |
|
420 </tr><tr> |
|
421 <td><a href="#WebBrowserWindow.__virusTotalScanCurrentSite">__virusTotalScanCurrentSite</a></td> |
|
422 <td>Private slot to ask VirusTotal for a scan of the URL of the current browser.</td> |
|
423 </tr><tr> |
|
424 <td><a href="#WebBrowserWindow.__virusTotalSubmitUrlError">__virusTotalSubmitUrlError</a></td> |
|
425 <td>Private slot to handle an URL scan submission error.</td> |
|
426 </tr><tr> |
|
427 <td><a href="#WebBrowserWindow.__virusTotalUrlScanReport">__virusTotalUrlScanReport</a></td> |
|
428 <td>Private slot to initiate the display of the URL scan report page.</td> |
|
429 </tr><tr> |
|
430 <td><a href="#WebBrowserWindow.__warning">__warning</a></td> |
|
431 <td>Private slot handling warnings from the help engine.</td> |
|
432 </tr><tr> |
|
433 <td><a href="#WebBrowserWindow.__whatsThis">__whatsThis</a></td> |
|
434 <td>Private slot called in to enter Whats This mode.</td> |
|
435 </tr><tr> |
|
436 <td><a href="#WebBrowserWindow.__zoomIn">__zoomIn</a></td> |
|
437 <td>Private slot called to handle the zoom in action.</td> |
|
438 </tr><tr> |
|
439 <td><a href="#WebBrowserWindow.__zoomOut">__zoomOut</a></td> |
|
440 <td>Private slot called to handle the zoom out action.</td> |
|
441 </tr><tr> |
|
442 <td><a href="#WebBrowserWindow.__zoomReset">__zoomReset</a></td> |
|
443 <td>Private slot called to handle the zoom reset action.</td> |
|
444 </tr><tr> |
|
445 <td><a href="#WebBrowserWindow.__zoomValueChanged">__zoomValueChanged</a></td> |
|
446 <td>Private slot to handle value changes of the zoom widget.</td> |
|
447 </tr><tr> |
|
448 <td><a href="#WebBrowserWindow.adBlockIcon">adBlockIcon</a></td> |
|
449 <td>Public method to get a reference to the AdBlock icon.</td> |
|
450 </tr><tr> |
|
451 <td><a href="#WebBrowserWindow.bookmarkAll">bookmarkAll</a></td> |
|
452 <td>Public slot to bookmark all open tabs.</td> |
|
453 </tr><tr> |
|
454 <td><a href="#WebBrowserWindow.browserAt">browserAt</a></td> |
|
455 <td>Public method to get a reference to the web browser with the given index.</td> |
|
456 </tr><tr> |
|
457 <td><a href="#WebBrowserWindow.browsers">browsers</a></td> |
|
458 <td>Public method to get a list of references to all web browsers.</td> |
|
459 </tr><tr> |
|
460 <td><a href="#WebBrowserWindow.closeEvent">closeEvent</a></td> |
|
461 <td>Protected event handler for the close event.</td> |
|
462 </tr><tr> |
|
463 <td><a href="#WebBrowserWindow.currentBrowser">currentBrowser</a></td> |
|
464 <td>Public method to get a reference to the current web browser.</td> |
|
465 </tr><tr> |
|
466 <td><a href="#WebBrowserWindow.enterHtmlFullScreen">enterHtmlFullScreen</a></td> |
|
467 <td>Public method to switch to full screen initiated by the HTML page.</td> |
|
468 </tr><tr> |
|
469 <td><a href="#WebBrowserWindow.event">event</a></td> |
|
470 <td>Public method handling events.</td> |
|
471 </tr><tr> |
|
472 <td><a href="#WebBrowserWindow.eventKeyboardModifiers">eventKeyboardModifiers</a></td> |
|
473 <td>Public method to get the last recorded keyboard modifiers.</td> |
|
474 </tr><tr> |
|
475 <td><a href="#WebBrowserWindow.eventMouseButtons">eventMouseButtons</a></td> |
|
476 <td>Public method to get the last recorded mouse buttons.</td> |
|
477 </tr><tr> |
|
478 <td><a href="#WebBrowserWindow.fromEric">fromEric</a></td> |
|
479 <td>Public method to check, if the web browser was called from within the eric IDE.</td> |
|
480 </tr><tr> |
|
481 <td><a href="#WebBrowserWindow.getActions">getActions</a></td> |
|
482 <td>Public method to get a list of all actions.</td> |
|
483 </tr><tr> |
|
484 <td><a href="#WebBrowserWindow.getSourceFileList">getSourceFileList</a></td> |
|
485 <td>Public method to get a list of all opened source files.</td> |
|
486 </tr><tr> |
|
487 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td> |
|
488 <td>Public method to get a reference to the most recent active web browser window.</td> |
|
489 </tr><tr> |
|
490 <td><a href="#WebBrowserWindow.javascriptConsole">javascriptConsole</a></td> |
|
491 <td>Public method to get a reference to the JavaScript console widget.</td> |
|
492 </tr><tr> |
|
493 <td><a href="#WebBrowserWindow.keyPressEvent">keyPressEvent</a></td> |
|
494 <td>Protected method to handle key presses.</td> |
|
495 </tr><tr> |
|
496 <td><a href="#WebBrowserWindow.masterPasswordChanged">masterPasswordChanged</a></td> |
|
497 <td>Public slot to handle the change of the master password.</td> |
|
498 </tr><tr> |
|
499 <td><a href="#WebBrowserWindow.mousePressEvent">mousePressEvent</a></td> |
|
500 <td>Protected method called by a mouse press event.</td> |
|
501 </tr><tr> |
|
502 <td><a href="#WebBrowserWindow.newPrivateWindow">newPrivateWindow</a></td> |
|
503 <td>Public slot called to open a new private web browser window.</td> |
|
504 </tr><tr> |
|
505 <td><a href="#WebBrowserWindow.newTab">newTab</a></td> |
|
506 <td>Public slot called to open a new web browser tab.</td> |
|
507 </tr><tr> |
|
508 <td><a href="#WebBrowserWindow.newWindow">newWindow</a></td> |
|
509 <td>Public slot called to open a new web browser window.</td> |
|
510 </tr><tr> |
|
511 <td><a href="#WebBrowserWindow.openSearchManager">openSearchManager</a></td> |
|
512 <td>Public method to get a reference to the opensearch manager object.</td> |
|
513 </tr><tr> |
|
514 <td><a href="#WebBrowserWindow.openUrl">openUrl</a></td> |
|
515 <td>Public slot to load a URL in the current tab.</td> |
|
516 </tr><tr> |
|
517 <td><a href="#WebBrowserWindow.openUrlNewTab">openUrlNewTab</a></td> |
|
518 <td>Public slot to load a URL in a new tab.</td> |
|
519 </tr><tr> |
|
520 <td><a href="#WebBrowserWindow.preferencesChanged">preferencesChanged</a></td> |
|
521 <td>Public slot to handle a change of preferences.</td> |
|
522 </tr><tr> |
|
523 <td><a href="#WebBrowserWindow.reloadUserStyleSheet">reloadUserStyleSheet</a></td> |
|
524 <td>Public method to reload the user style sheet.</td> |
|
525 </tr><tr> |
|
526 <td><a href="#WebBrowserWindow.requestVirusTotalScan">requestVirusTotalScan</a></td> |
|
527 <td>Public method to submit a request to scan an URL by VirusTotal.</td> |
|
528 </tr><tr> |
|
529 <td><a href="#WebBrowserWindow.search">search</a></td> |
|
530 <td>Public method to search for a word.</td> |
|
531 </tr><tr> |
|
532 <td><a href="#WebBrowserWindow.searchEnginesAction">searchEnginesAction</a></td> |
|
533 <td>Public method to get a reference to the search engines configuration action.</td> |
|
534 </tr><tr> |
|
535 <td><a href="#WebBrowserWindow.setBackwardAvailable">setBackwardAvailable</a></td> |
|
536 <td>Public slot called when backward references are available.</td> |
|
537 </tr><tr> |
|
538 <td><a href="#WebBrowserWindow.setEventKeyboardModifiers">setEventKeyboardModifiers</a></td> |
|
539 <td>Public method to record keyboard modifiers.</td> |
|
540 </tr><tr> |
|
541 <td><a href="#WebBrowserWindow.setEventMouseButtons">setEventMouseButtons</a></td> |
|
542 <td>Public method to record mouse buttons.</td> |
|
543 </tr><tr> |
|
544 <td><a href="#WebBrowserWindow.setForwardAvailable">setForwardAvailable</a></td> |
|
545 <td>Public slot called when forward references are available.</td> |
|
546 </tr><tr> |
|
547 <td><a href="#WebBrowserWindow.setLoadingActions">setLoadingActions</a></td> |
|
548 <td>Public slot to set the loading dependent actions.</td> |
|
549 </tr><tr> |
|
550 <td><a href="#WebBrowserWindow.shutdown">shutdown</a></td> |
|
551 <td>Public method to shut down the web browser.</td> |
|
552 </tr> |
|
553 </table> |
|
554 <h3>Static Methods</h3> |
|
555 <table> |
|
556 <tr><td>None</td></tr> |
|
557 </table> |
|
558 <a NAME="WebBrowserWindow.adBlockManager" ID="WebBrowserWindow.adBlockManager"></a> |
|
559 <h4>WebBrowserWindow.adBlockManager (class method)</h4> |
|
560 <b>adBlockManager</b>(<i></i>) |
|
561 <p> |
|
562 Class method to get a reference to the AdBlock manager. |
|
563 </p><dl> |
|
564 <dt>Returns:</dt> |
|
565 <dd> |
|
566 reference to the AdBlock manager (AdBlockManager) |
|
567 </dd> |
|
568 </dl><a NAME="WebBrowserWindow.bookmarksManager" ID="WebBrowserWindow.bookmarksManager"></a> |
|
569 <h4>WebBrowserWindow.bookmarksManager (class method)</h4> |
|
570 <b>bookmarksManager</b>(<i></i>) |
|
571 <p> |
|
572 Class method to get a reference to the bookmarks manager. |
|
573 </p><dl> |
|
574 <dt>Returns:</dt> |
|
575 <dd> |
|
576 reference to the bookmarks manager (BookmarksManager) |
|
577 </dd> |
|
578 </dl><a NAME="WebBrowserWindow.cookieJar" ID="WebBrowserWindow.cookieJar"></a> |
|
579 <h4>WebBrowserWindow.cookieJar (class method)</h4> |
|
580 <b>cookieJar</b>(<i></i>) |
|
581 <p> |
|
582 Class method to get a reference to the cookie jar. |
|
583 </p><dl> |
|
584 <dt>Returns:</dt> |
|
585 <dd> |
|
586 reference to the cookie jar (CookieJar) |
|
587 </dd> |
|
588 </dl><a NAME="WebBrowserWindow.downloadManager" ID="WebBrowserWindow.downloadManager"></a> |
|
589 <h4>WebBrowserWindow.downloadManager (class method)</h4> |
|
590 <b>downloadManager</b>(<i></i>) |
|
591 <p> |
|
592 Class method to get a reference to the download manager. |
|
593 </p><dl> |
|
594 <dt>Returns:</dt> |
|
595 <dd> |
|
596 reference to the download manager (DownloadManager) |
|
597 </dd> |
|
598 </dl><a NAME="WebBrowserWindow.downloadRequested" ID="WebBrowserWindow.downloadRequested"></a> |
|
599 <h4>WebBrowserWindow.downloadRequested (class method)</h4> |
|
600 <b>downloadRequested</b>(<i>download</i>) |
|
601 <p> |
|
602 Class method to handle a download request. |
|
603 </p><dl> |
|
604 <dt><i>download</i> (QWebEngineDownloadItem)</dt> |
|
605 <dd> |
|
606 reference to the download data |
|
607 </dd> |
|
608 </dl><a NAME="WebBrowserWindow.featurePermissionManager" ID="WebBrowserWindow.featurePermissionManager"></a> |
|
609 <h4>WebBrowserWindow.featurePermissionManager (class method)</h4> |
|
610 <b>featurePermissionManager</b>(<i></i>) |
|
611 <p> |
|
612 Class method to get a reference to the feature permission manager. |
|
613 </p><dl> |
|
614 <dt>Returns:</dt> |
|
615 <dd> |
|
616 reference to the feature permission manager |
|
617 </dd> |
|
618 </dl><dl> |
|
619 <dt>Return Type:</dt> |
|
620 <dd> |
|
621 FeaturePermissionManager |
|
622 </dd> |
|
623 </dl><a NAME="WebBrowserWindow.feedsManager" ID="WebBrowserWindow.feedsManager"></a> |
|
624 <h4>WebBrowserWindow.feedsManager (class method)</h4> |
|
625 <b>feedsManager</b>(<i></i>) |
|
626 <p> |
|
627 Class method to get a reference to the RSS feeds manager. |
|
628 </p><dl> |
|
629 <dt>Returns:</dt> |
|
630 <dd> |
|
631 reference to the RSS feeds manager (FeedsManager) |
|
632 </dd> |
|
633 </dl><a NAME="WebBrowserWindow.flashCookieManager" ID="WebBrowserWindow.flashCookieManager"></a> |
|
634 <h4>WebBrowserWindow.flashCookieManager (class method)</h4> |
|
635 <b>flashCookieManager</b>(<i></i>) |
|
636 <p> |
|
637 Class method to get a reference to the flash cookies manager. |
|
638 </p><dl> |
|
639 <dt>Returns:</dt> |
|
640 <dd> |
|
641 reference to the flash cookies manager |
|
642 </dd> |
|
643 </dl><dl> |
|
644 <dt>Return Type:</dt> |
|
645 <dd> |
|
646 FlashCookieManager |
|
647 </dd> |
|
648 </dl><a NAME="WebBrowserWindow.greaseMonkeyManager" ID="WebBrowserWindow.greaseMonkeyManager"></a> |
|
649 <h4>WebBrowserWindow.greaseMonkeyManager (class method)</h4> |
|
650 <b>greaseMonkeyManager</b>(<i></i>) |
|
651 <p> |
|
652 Class method to get a reference to the GreaseMonkey manager. |
|
653 </p><dl> |
|
654 <dt>Returns:</dt> |
|
655 <dd> |
|
656 reference to the GreaseMonkey manager (GreaseMonkeyManager) |
|
657 </dd> |
|
658 </dl><a NAME="WebBrowserWindow.helpEngine" ID="WebBrowserWindow.helpEngine"></a> |
|
659 <h4>WebBrowserWindow.helpEngine (class method)</h4> |
|
660 <b>helpEngine</b>(<i></i>) |
|
661 <p> |
|
662 Class method to get a reference to the help engine. |
|
663 </p><dl> |
|
664 <dt>Returns:</dt> |
|
665 <dd> |
|
666 reference to the help engine (QHelpEngine) |
|
667 </dd> |
|
668 </dl><a NAME="WebBrowserWindow.historyManager" ID="WebBrowserWindow.historyManager"></a> |
|
669 <h4>WebBrowserWindow.historyManager (class method)</h4> |
|
670 <b>historyManager</b>(<i></i>) |
|
671 <p> |
|
672 Class method to get a reference to the history manager. |
|
673 </p><dl> |
|
674 <dt>Returns:</dt> |
|
675 <dd> |
|
676 reference to the history manager (HistoryManager) |
|
677 </dd> |
|
678 </dl><a NAME="WebBrowserWindow.icon" ID="WebBrowserWindow.icon"></a> |
|
679 <h4>WebBrowserWindow.icon (class method)</h4> |
|
680 <b>icon</b>(<i>url</i>) |
|
681 <p> |
|
682 Class method to get the icon for an URL. |
|
683 </p><dl> |
|
684 <dt><i>url</i></dt> |
|
685 <dd> |
|
686 URL to get icon for (QUrl) |
|
687 </dd> |
|
688 </dl><dl> |
|
689 <dt>Returns:</dt> |
|
690 <dd> |
|
691 icon for the URL (QIcon) |
|
692 </dd> |
|
693 </dl><a NAME="WebBrowserWindow.isPrivate" ID="WebBrowserWindow.isPrivate"></a> |
|
694 <h4>WebBrowserWindow.isPrivate (class method)</h4> |
|
695 <b>isPrivate</b>(<i></i>) |
|
696 <p> |
|
697 Class method to check the private browsing mode. |
|
698 </p><dl> |
|
699 <dt>Returns:</dt> |
|
700 <dd> |
|
701 flag indicating private browsing mode |
|
702 </dd> |
|
703 </dl><dl> |
|
704 <dt>Return Type:</dt> |
|
705 <dd> |
|
706 bool |
|
707 </dd> |
|
708 </dl><a NAME="WebBrowserWindow.mainWindow" ID="WebBrowserWindow.mainWindow"></a> |
|
709 <h4>WebBrowserWindow.mainWindow (class method)</h4> |
|
710 <b>mainWindow</b>(<i></i>) |
|
711 <p> |
|
712 Class method to get a reference to the main window. |
|
713 </p><dl> |
|
714 <dt>Returns:</dt> |
|
715 <dd> |
|
716 reference to the main window (WebBrowserWindow) |
|
717 </dd> |
|
718 </dl><a NAME="WebBrowserWindow.mainWindows" ID="WebBrowserWindow.mainWindows"></a> |
|
719 <h4>WebBrowserWindow.mainWindows (class method)</h4> |
|
720 <b>mainWindows</b>(<i></i>) |
|
721 <p> |
|
722 Class method to get references to all main windows. |
|
723 </p><dl> |
|
724 <dt>Returns:</dt> |
|
725 <dd> |
|
726 references to all main window (list of WebBrowserWindow) |
|
727 </dd> |
|
728 </dl><a NAME="WebBrowserWindow.networkManager" ID="WebBrowserWindow.networkManager"></a> |
|
729 <h4>WebBrowserWindow.networkManager (class method)</h4> |
|
730 <b>networkManager</b>(<i></i>) |
|
731 <p> |
|
732 Class method to get a reference to the network manager object. |
|
733 </p><dl> |
|
734 <dt>Returns:</dt> |
|
735 <dd> |
|
736 reference to the network access manager (NetworkManager) |
|
737 </dd> |
|
738 </dl><a NAME="WebBrowserWindow.notificationsEnabled" ID="WebBrowserWindow.notificationsEnabled"></a> |
|
739 <h4>WebBrowserWindow.notificationsEnabled (class method)</h4> |
|
740 <b>notificationsEnabled</b>(<i></i>) |
|
741 <p> |
|
742 Class method to check, if notifications are enabled. |
|
743 </p><dl> |
|
744 <dt>Returns:</dt> |
|
745 <dd> |
|
746 flag indicating, if notifications are enabled (boolean) |
|
747 </dd> |
|
748 </dl><a NAME="WebBrowserWindow.passwordManager" ID="WebBrowserWindow.passwordManager"></a> |
|
749 <h4>WebBrowserWindow.passwordManager (class method)</h4> |
|
750 <b>passwordManager</b>(<i></i>) |
|
751 <p> |
|
752 Class method to get a reference to the password manager. |
|
753 </p><dl> |
|
754 <dt>Returns:</dt> |
|
755 <dd> |
|
756 reference to the password manager (PasswordManager) |
|
757 </dd> |
|
758 </dl><a NAME="WebBrowserWindow.personalInformationManager" ID="WebBrowserWindow.personalInformationManager"></a> |
|
759 <h4>WebBrowserWindow.personalInformationManager (class method)</h4> |
|
760 <b>personalInformationManager</b>(<i></i>) |
|
761 <p> |
|
762 Class method to get a reference to the personal information manager. |
|
763 </p><dl> |
|
764 <dt>Returns:</dt> |
|
765 <dd> |
|
766 reference to the personal information manager |
|
767 (PersonalInformationManager) |
|
768 </dd> |
|
769 </dl><a NAME="WebBrowserWindow.setUseQtHelp" ID="WebBrowserWindow.setUseQtHelp"></a> |
|
770 <h4>WebBrowserWindow.setUseQtHelp (class method)</h4> |
|
771 <b>setUseQtHelp</b>(<i>use</i>) |
|
772 <p> |
|
773 Class method to set the QtHelp usage. |
|
774 </p><dl> |
|
775 <dt><i>use</i></dt> |
|
776 <dd> |
|
777 flag indicating usage (boolean) |
|
778 </dd> |
|
779 </dl><a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a> |
|
780 <h4>WebBrowserWindow.showNotification (class method)</h4> |
|
781 <b>showNotification</b>(<i>icon, heading, text</i>) |
|
782 <p> |
|
783 Class method to show a desktop notification. |
|
784 </p><dl> |
|
785 <dt><i>icon</i></dt> |
|
786 <dd> |
|
787 icon to be shown in the notification (QPixmap) |
|
788 </dd><dt><i>heading</i></dt> |
|
789 <dd> |
|
790 heading of the notification (string) |
|
791 </dd><dt><i>text</i></dt> |
|
792 <dd> |
|
793 text of the notification (string) |
|
794 </dd> |
|
795 </dl><a NAME="WebBrowserWindow.speedDial" ID="WebBrowserWindow.speedDial"></a> |
|
796 <h4>WebBrowserWindow.speedDial (class method)</h4> |
|
797 <b>speedDial</b>(<i></i>) |
|
798 <p> |
|
799 Class methdo to get a reference to the speed dial. |
|
800 </p><dl> |
|
801 <dt>Returns:</dt> |
|
802 <dd> |
|
803 reference to the speed dial (SpeedDial) |
|
804 </dd> |
|
805 </dl><a NAME="WebBrowserWindow.syncManager" ID="WebBrowserWindow.syncManager"></a> |
|
806 <h4>WebBrowserWindow.syncManager (class method)</h4> |
|
807 <b>syncManager</b>(<i></i>) |
|
808 <p> |
|
809 Class method to get a reference to the data synchronization manager. |
|
810 </p><dl> |
|
811 <dt>Returns:</dt> |
|
812 <dd> |
|
813 reference to the data synchronization manager (SyncManager) |
|
814 </dd> |
|
815 </dl><a NAME="WebBrowserWindow.userAgentsManager" ID="WebBrowserWindow.userAgentsManager"></a> |
|
816 <h4>WebBrowserWindow.userAgentsManager (class method)</h4> |
|
817 <b>userAgentsManager</b>(<i></i>) |
|
818 <p> |
|
819 Class method to get a reference to the user agents manager. |
|
820 </p><dl> |
|
821 <dt>Returns:</dt> |
|
822 <dd> |
|
823 reference to the user agents manager (UserAgentManager) |
|
824 </dd> |
|
825 </dl><a NAME="WebBrowserWindow.webProfile" ID="WebBrowserWindow.webProfile"></a> |
|
826 <h4>WebBrowserWindow.webProfile (class method)</h4> |
|
827 <b>webProfile</b>(<i>private=False</i>) |
|
828 <p> |
|
829 Class method handling the web engine profile. |
|
830 </p><dl> |
|
831 <dt><i>private</i> (bool)</dt> |
|
832 <dd> |
|
833 flag indicating the privacy mode |
|
834 </dd> |
|
835 </dl><dl> |
|
836 <dt>Returns:</dt> |
|
837 <dd> |
|
838 reference to the web profile object |
|
839 </dd> |
|
840 </dl><dl> |
|
841 <dt>Return Type:</dt> |
|
842 <dd> |
|
843 QWebEngineProfile |
|
844 </dd> |
|
845 </dl><a NAME="WebBrowserWindow.__init__" ID="WebBrowserWindow.__init__"></a> |
|
846 <h4>WebBrowserWindow (Constructor)</h4> |
|
847 <b>WebBrowserWindow</b>(<i>home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None, private=False, qthelp=False, settingsDir=""</i>) |
|
848 <p> |
|
849 Constructor |
|
850 </p><dl> |
|
851 <dt><i>home</i></dt> |
|
852 <dd> |
|
853 the URL to be shown (string) |
|
854 </dd><dt><i>path</i></dt> |
|
855 <dd> |
|
856 the path of the working dir (usually '.') (string) |
|
857 </dd><dt><i>parent</i></dt> |
|
858 <dd> |
|
859 parent widget of this window (QWidget) |
|
860 </dd><dt><i>name</i></dt> |
|
861 <dd> |
|
862 name of this window (string) |
|
863 </dd><dt><i>fromEric</i></dt> |
|
864 <dd> |
|
865 flag indicating whether it was called from within |
|
866 eric6 (boolean) |
|
867 </dd><dt><i>initShortcutsOnly=</i></dt> |
|
868 <dd> |
|
869 flag indicating to just initialize the |
|
870 keyboard shortcuts (boolean) |
|
871 </dd><dt><i>searchWord=</i></dt> |
|
872 <dd> |
|
873 word to search for (string) |
|
874 </dd><dt><i>private=</i></dt> |
|
875 <dd> |
|
876 flag indicating a private browsing window (bool) |
|
877 </dd><dt><i>qthelp=</i></dt> |
|
878 <dd> |
|
879 flag indicating to enable the QtHelp support (bool) |
|
880 </dd><dt><i>settingsDir=</i></dt> |
|
881 <dd> |
|
882 directory to be used for the settings files (str) |
|
883 </dd> |
|
884 </dl><a NAME="WebBrowserWindow.__about" ID="WebBrowserWindow.__about"></a> |
|
885 <h4>WebBrowserWindow.__about</h4> |
|
886 <b>__about</b>(<i></i>) |
|
887 <p> |
|
888 Private slot to show the about information. |
|
889 </p><a NAME="WebBrowserWindow.__aboutQt" ID="WebBrowserWindow.__aboutQt"></a> |
|
890 <h4>WebBrowserWindow.__aboutQt</h4> |
|
891 <b>__aboutQt</b>(<i></i>) |
|
892 <p> |
|
893 Private slot to show info about Qt. |
|
894 </p><a NAME="WebBrowserWindow.__aboutToShowSettingsMenu" ID="WebBrowserWindow.__aboutToShowSettingsMenu"></a> |
|
895 <h4>WebBrowserWindow.__aboutToShowSettingsMenu</h4> |
|
896 <b>__aboutToShowSettingsMenu</b>(<i></i>) |
|
897 <p> |
|
898 Private slot to show the Settings menu. |
|
899 </p><a NAME="WebBrowserWindow.__aboutToShowTextEncodingMenu" ID="WebBrowserWindow.__aboutToShowTextEncodingMenu"></a> |
|
900 <h4>WebBrowserWindow.__aboutToShowTextEncodingMenu</h4> |
|
901 <b>__aboutToShowTextEncodingMenu</b>(<i></i>) |
|
902 <p> |
|
903 Private slot to populate the text encoding menu. |
|
904 </p><a NAME="WebBrowserWindow.__activateCurrentBrowser" ID="WebBrowserWindow.__activateCurrentBrowser"></a> |
|
905 <h4>WebBrowserWindow.__activateCurrentBrowser</h4> |
|
906 <b>__activateCurrentBrowser</b>(<i></i>) |
|
907 <p> |
|
908 Private slot to activate the current browser. |
|
909 </p><a NAME="WebBrowserWindow.__activateDock" ID="WebBrowserWindow.__activateDock"></a> |
|
910 <h4>WebBrowserWindow.__activateDock</h4> |
|
911 <b>__activateDock</b>(<i>widget</i>) |
|
912 <p> |
|
913 Private method to activate the dock widget of the given widget. |
|
914 </p><dl> |
|
915 <dt><i>widget</i></dt> |
|
916 <dd> |
|
917 reference to the widget to be activated (QWidget) |
|
918 </dd> |
|
919 </dl><a NAME="WebBrowserWindow.__addBookmark" ID="WebBrowserWindow.__addBookmark"></a> |
|
920 <h4>WebBrowserWindow.__addBookmark</h4> |
|
921 <b>__addBookmark</b>(<i></i>) |
|
922 <p> |
|
923 Private slot called to add the displayed file to the bookmarks. |
|
924 </p><a NAME="WebBrowserWindow.__addBookmarkCallback" ID="WebBrowserWindow.__addBookmarkCallback"></a> |
|
925 <h4>WebBrowserWindow.__addBookmarkCallback</h4> |
|
926 <b>__addBookmarkCallback</b>(<i>url, title, res</i>) |
|
927 <p> |
|
928 Private callback method of __addBookmark(). |
|
929 </p><dl> |
|
930 <dt><i>url</i> (str)</dt> |
|
931 <dd> |
|
932 URL for the bookmark |
|
933 </dd><dt><i>title</i> (str)</dt> |
|
934 <dd> |
|
935 title for the bookmark |
|
936 </dd><dt><i>res</i> (list)</dt> |
|
937 <dd> |
|
938 result of the JavaScript |
|
939 </dd> |
|
940 </dl><a NAME="WebBrowserWindow.__addBookmarkFolder" ID="WebBrowserWindow.__addBookmarkFolder"></a> |
|
941 <h4>WebBrowserWindow.__addBookmarkFolder</h4> |
|
942 <b>__addBookmarkFolder</b>(<i></i>) |
|
943 <p> |
|
944 Private slot to add a new bookmarks folder. |
|
945 </p><a NAME="WebBrowserWindow.__appFocusChanged" ID="WebBrowserWindow.__appFocusChanged"></a> |
|
946 <h4>WebBrowserWindow.__appFocusChanged</h4> |
|
947 <b>__appFocusChanged</b>(<i>old, now</i>) |
|
948 <p> |
|
949 Private slot to handle a change of the focus. |
|
950 </p><dl> |
|
951 <dt><i>old</i></dt> |
|
952 <dd> |
|
953 reference to the widget, that lost focus (QWidget or None) |
|
954 </dd><dt><i>now</i></dt> |
|
955 <dd> |
|
956 reference to the widget having the focus (QWidget or None) |
|
957 </dd> |
|
958 </dl><a NAME="WebBrowserWindow.__backward" ID="WebBrowserWindow.__backward"></a> |
|
959 <h4>WebBrowserWindow.__backward</h4> |
|
960 <b>__backward</b>(<i></i>) |
|
961 <p> |
|
962 Private slot called to handle the backward action. |
|
963 </p><a NAME="WebBrowserWindow.__bookmarkAllCallback" ID="WebBrowserWindow.__bookmarkAllCallback"></a> |
|
964 <h4>WebBrowserWindow.__bookmarkAllCallback</h4> |
|
965 <b>__bookmarkAllCallback</b>(<i>folder, url, title, res</i>) |
|
966 <p> |
|
967 Private callback method of __addBookmark(). |
|
968 </p><dl> |
|
969 <dt><i>folder</i> (BookmarkNode)</dt> |
|
970 <dd> |
|
971 reference to the bookmarks folder |
|
972 </dd><dt><i>url</i> (str)</dt> |
|
973 <dd> |
|
974 URL for the bookmark |
|
975 </dd><dt><i>title</i> (str)</dt> |
|
976 <dd> |
|
977 title for the bookmark |
|
978 </dd><dt><i>res</i> (list)</dt> |
|
979 <dd> |
|
980 result of the JavaScript |
|
981 </dd> |
|
982 </dl><a NAME="WebBrowserWindow.__clearIconsDatabase" ID="WebBrowserWindow.__clearIconsDatabase"></a> |
|
983 <h4>WebBrowserWindow.__clearIconsDatabase</h4> |
|
984 <b>__clearIconsDatabase</b>(<i></i>) |
|
985 <p> |
|
986 Private slot to clear the favicons databse. |
|
987 </p><a NAME="WebBrowserWindow.__clearPrivateData" ID="WebBrowserWindow.__clearPrivateData"></a> |
|
988 <h4>WebBrowserWindow.__clearPrivateData</h4> |
|
989 <b>__clearPrivateData</b>(<i></i>) |
|
990 <p> |
|
991 Private slot to clear the private data. |
|
992 </p><a NAME="WebBrowserWindow.__closeAllWindows" ID="WebBrowserWindow.__closeAllWindows"></a> |
|
993 <h4>WebBrowserWindow.__closeAllWindows</h4> |
|
994 <b>__closeAllWindows</b>(<i></i>) |
|
995 <p> |
|
996 Private slot to close all windows. |
|
997 </p><a NAME="WebBrowserWindow.__copy" ID="WebBrowserWindow.__copy"></a> |
|
998 <h4>WebBrowserWindow.__copy</h4> |
|
999 <b>__copy</b>(<i></i>) |
|
1000 <p> |
|
1001 Private slot called to handle the copy action. |
|
1002 </p><a NAME="WebBrowserWindow.__currentChanged" ID="WebBrowserWindow.__currentChanged"></a> |
|
1003 <h4>WebBrowserWindow.__currentChanged</h4> |
|
1004 <b>__currentChanged</b>(<i>index</i>) |
|
1005 <p> |
|
1006 Private slot to handle the currentChanged signal. |
|
1007 </p><dl> |
|
1008 <dt><i>index</i></dt> |
|
1009 <dd> |
|
1010 index of the current tab (integer) |
|
1011 </dd> |
|
1012 </dl><a NAME="WebBrowserWindow.__cut" ID="WebBrowserWindow.__cut"></a> |
|
1013 <h4>WebBrowserWindow.__cut</h4> |
|
1014 <b>__cut</b>(<i></i>) |
|
1015 <p> |
|
1016 Private slot called to handle the cut action. |
|
1017 </p><a NAME="WebBrowserWindow.__del__" ID="WebBrowserWindow.__del__"></a> |
|
1018 <h4>WebBrowserWindow.__del__</h4> |
|
1019 <b>__del__</b>(<i></i>) |
|
1020 <p> |
|
1021 Special method called during object destruction. |
|
1022 </p><p> |
|
1023 Note: This empty variant seems to get rid of the Qt message |
|
1024 'Warning: QBasicTimer::start: QBasicTimer can only be used with |
|
1025 threads started with QThread' |
|
1026 </p><a NAME="WebBrowserWindow.__docsInstalled" ID="WebBrowserWindow.__docsInstalled"></a> |
|
1027 <h4>WebBrowserWindow.__docsInstalled</h4> |
|
1028 <b>__docsInstalled</b>(<i>installed</i>) |
|
1029 <p> |
|
1030 Private slot handling the end of documentation installation. |
|
1031 </p><dl> |
|
1032 <dt><i>installed</i></dt> |
|
1033 <dd> |
|
1034 flag indicating that documents were installed |
|
1035 (boolean) |
|
1036 </dd> |
|
1037 </dl><a NAME="WebBrowserWindow.__feedsManagerClosed" ID="WebBrowserWindow.__feedsManagerClosed"></a> |
|
1038 <h4>WebBrowserWindow.__feedsManagerClosed</h4> |
|
1039 <b>__feedsManagerClosed</b>(<i></i>) |
|
1040 <p> |
|
1041 Private slot to handle closing the feeds manager dialog. |
|
1042 </p><a NAME="WebBrowserWindow.__filterQtHelpDocumentation" ID="WebBrowserWindow.__filterQtHelpDocumentation"></a> |
|
1043 <h4>WebBrowserWindow.__filterQtHelpDocumentation</h4> |
|
1044 <b>__filterQtHelpDocumentation</b>(<i>customFilter</i>) |
|
1045 <p> |
|
1046 Private slot to filter the QtHelp documentation. |
|
1047 </p><dl> |
|
1048 <dt><i>customFilter</i></dt> |
|
1049 <dd> |
|
1050 name of filter to be applied (string) |
|
1051 </dd> |
|
1052 </dl><a NAME="WebBrowserWindow.__find" ID="WebBrowserWindow.__find"></a> |
|
1053 <h4>WebBrowserWindow.__find</h4> |
|
1054 <b>__find</b>(<i></i>) |
|
1055 <p> |
|
1056 Private slot to handle the find action. |
|
1057 </p><p> |
|
1058 It opens the search dialog in order to perform the various |
|
1059 search actions and to collect the various search info. |
|
1060 </p><a NAME="WebBrowserWindow.__forward" ID="WebBrowserWindow.__forward"></a> |
|
1061 <h4>WebBrowserWindow.__forward</h4> |
|
1062 <b>__forward</b>(<i></i>) |
|
1063 <p> |
|
1064 Private slot called to handle the forward action. |
|
1065 </p><a NAME="WebBrowserWindow.__home" ID="WebBrowserWindow.__home"></a> |
|
1066 <h4>WebBrowserWindow.__home</h4> |
|
1067 <b>__home</b>(<i></i>) |
|
1068 <p> |
|
1069 Private slot called to handle the home action. |
|
1070 </p><a NAME="WebBrowserWindow.__indexingFinished" ID="WebBrowserWindow.__indexingFinished"></a> |
|
1071 <h4>WebBrowserWindow.__indexingFinished</h4> |
|
1072 <b>__indexingFinished</b>(<i></i>) |
|
1073 <p> |
|
1074 Private slot to handle the start of the indexing process. |
|
1075 </p><a NAME="WebBrowserWindow.__indexingStarted" ID="WebBrowserWindow.__indexingStarted"></a> |
|
1076 <h4>WebBrowserWindow.__indexingStarted</h4> |
|
1077 <b>__indexingStarted</b>(<i></i>) |
|
1078 <p> |
|
1079 Private slot to handle the start of the indexing process. |
|
1080 </p><a NAME="WebBrowserWindow.__initActions" ID="WebBrowserWindow.__initActions"></a> |
|
1081 <h4>WebBrowserWindow.__initActions</h4> |
|
1082 <b>__initActions</b>(<i></i>) |
|
1083 <p> |
|
1084 Private method to define the user interface actions. |
|
1085 </p><a NAME="WebBrowserWindow.__initHelpDb" ID="WebBrowserWindow.__initHelpDb"></a> |
|
1086 <h4>WebBrowserWindow.__initHelpDb</h4> |
|
1087 <b>__initHelpDb</b>(<i></i>) |
|
1088 <p> |
|
1089 Private slot to initialize the documentation database. |
|
1090 </p><a NAME="WebBrowserWindow.__initMenus" ID="WebBrowserWindow.__initMenus"></a> |
|
1091 <h4>WebBrowserWindow.__initMenus</h4> |
|
1092 <b>__initMenus</b>(<i></i>) |
|
1093 <p> |
|
1094 Private method to create the menus. |
|
1095 </p><a NAME="WebBrowserWindow.__initToolbars" ID="WebBrowserWindow.__initToolbars"></a> |
|
1096 <h4>WebBrowserWindow.__initToolbars</h4> |
|
1097 <b>__initToolbars</b>(<i></i>) |
|
1098 <p> |
|
1099 Private method to create the toolbars. |
|
1100 </p><a NAME="WebBrowserWindow.__initWebEngineSettings" ID="WebBrowserWindow.__initWebEngineSettings"></a> |
|
1101 <h4>WebBrowserWindow.__initWebEngineSettings</h4> |
|
1102 <b>__initWebEngineSettings</b>(<i></i>) |
|
1103 <p> |
|
1104 Private method to set the global web settings. |
|
1105 </p><a NAME="WebBrowserWindow.__linkActivated" ID="WebBrowserWindow.__linkActivated"></a> |
|
1106 <h4>WebBrowserWindow.__linkActivated</h4> |
|
1107 <b>__linkActivated</b>(<i>url</i>) |
|
1108 <p> |
|
1109 Private slot to handle the selection of a link. |
|
1110 </p><dl> |
|
1111 <dt><i>url</i></dt> |
|
1112 <dd> |
|
1113 URL to be shown (QUrl) |
|
1114 </dd> |
|
1115 </dl><a NAME="WebBrowserWindow.__linksActivated" ID="WebBrowserWindow.__linksActivated"></a> |
|
1116 <h4>WebBrowserWindow.__linksActivated</h4> |
|
1117 <b>__linksActivated</b>(<i>links, keyword</i>) |
|
1118 <p> |
|
1119 Private slot to select a topic to be shown. |
|
1120 </p><dl> |
|
1121 <dt><i>links</i></dt> |
|
1122 <dd> |
|
1123 dictionary with help topic as key (string) and |
|
1124 URL as value (QUrl) |
|
1125 </dd><dt><i>keyword</i></dt> |
|
1126 <dd> |
|
1127 keyword for the link set (string) |
|
1128 </dd> |
|
1129 </dl><a NAME="WebBrowserWindow.__lookForNewDocumentation" ID="WebBrowserWindow.__lookForNewDocumentation"></a> |
|
1130 <h4>WebBrowserWindow.__lookForNewDocumentation</h4> |
|
1131 <b>__lookForNewDocumentation</b>(<i></i>) |
|
1132 <p> |
|
1133 Private slot to look for new documentation to be loaded into the |
|
1134 help database. |
|
1135 </p><a NAME="WebBrowserWindow.__manageQtHelpDocumentation" ID="WebBrowserWindow.__manageQtHelpDocumentation"></a> |
|
1136 <h4>WebBrowserWindow.__manageQtHelpDocumentation</h4> |
|
1137 <b>__manageQtHelpDocumentation</b>(<i></i>) |
|
1138 <p> |
|
1139 Private slot to manage the QtHelp documentation database. |
|
1140 </p><a NAME="WebBrowserWindow.__manageQtHelpFilters" ID="WebBrowserWindow.__manageQtHelpFilters"></a> |
|
1141 <h4>WebBrowserWindow.__manageQtHelpFilters</h4> |
|
1142 <b>__manageQtHelpFilters</b>(<i></i>) |
|
1143 <p> |
|
1144 Private slot to manage the QtHelp filters. |
|
1145 </p><a NAME="WebBrowserWindow.__navigationMenuActionTriggered" ID="WebBrowserWindow.__navigationMenuActionTriggered"></a> |
|
1146 <h4>WebBrowserWindow.__navigationMenuActionTriggered</h4> |
|
1147 <b>__navigationMenuActionTriggered</b>(<i>act</i>) |
|
1148 <p> |
|
1149 Private slot to go to the selected page. |
|
1150 </p><dl> |
|
1151 <dt><i>act</i></dt> |
|
1152 <dd> |
|
1153 reference to the action selected in the navigation menu |
|
1154 (QAction) |
|
1155 </dd> |
|
1156 </dl><a NAME="WebBrowserWindow.__nextTab" ID="WebBrowserWindow.__nextTab"></a> |
|
1157 <h4>WebBrowserWindow.__nextTab</h4> |
|
1158 <b>__nextTab</b>(<i></i>) |
|
1159 <p> |
|
1160 Private slot used to show the next tab. |
|
1161 </p><a NAME="WebBrowserWindow.__openFile" ID="WebBrowserWindow.__openFile"></a> |
|
1162 <h4>WebBrowserWindow.__openFile</h4> |
|
1163 <b>__openFile</b>(<i></i>) |
|
1164 <p> |
|
1165 Private slot called to open a file. |
|
1166 </p><a NAME="WebBrowserWindow.__openFileNewTab" ID="WebBrowserWindow.__openFileNewTab"></a> |
|
1167 <h4>WebBrowserWindow.__openFileNewTab</h4> |
|
1168 <b>__openFileNewTab</b>(<i></i>) |
|
1169 <p> |
|
1170 Private slot called to open a file in a new tab. |
|
1171 </p><a NAME="WebBrowserWindow.__paste" ID="WebBrowserWindow.__paste"></a> |
|
1172 <h4>WebBrowserWindow.__paste</h4> |
|
1173 <b>__paste</b>(<i></i>) |
|
1174 <p> |
|
1175 Private slot called to handle the paste action. |
|
1176 </p><a NAME="WebBrowserWindow.__prevTab" ID="WebBrowserWindow.__prevTab"></a> |
|
1177 <h4>WebBrowserWindow.__prevTab</h4> |
|
1178 <b>__prevTab</b>(<i></i>) |
|
1179 <p> |
|
1180 Private slot used to show the previous tab. |
|
1181 </p><a NAME="WebBrowserWindow.__redo" ID="WebBrowserWindow.__redo"></a> |
|
1182 <h4>WebBrowserWindow.__redo</h4> |
|
1183 <b>__redo</b>(<i></i>) |
|
1184 <p> |
|
1185 Private slot to handle the redo action. |
|
1186 </p><a NAME="WebBrowserWindow.__reload" ID="WebBrowserWindow.__reload"></a> |
|
1187 <h4>WebBrowserWindow.__reload</h4> |
|
1188 <b>__reload</b>(<i></i>) |
|
1189 <p> |
|
1190 Private slot called to handle the reload action. |
|
1191 </p><a NAME="WebBrowserWindow.__removeOldDocumentation" ID="WebBrowserWindow.__removeOldDocumentation"></a> |
|
1192 <h4>WebBrowserWindow.__removeOldDocumentation</h4> |
|
1193 <b>__removeOldDocumentation</b>(<i></i>) |
|
1194 <p> |
|
1195 Private slot to remove non-existing documentation from the help engine. |
|
1196 </p><a NAME="WebBrowserWindow.__savePageScreen" ID="WebBrowserWindow.__savePageScreen"></a> |
|
1197 <h4>WebBrowserWindow.__savePageScreen</h4> |
|
1198 <b>__savePageScreen</b>(<i>visibleOnly=False</i>) |
|
1199 <p> |
|
1200 Private slot to save the current page as a screen shot. |
|
1201 </p><dl> |
|
1202 <dt><i>visibleOnly</i></dt> |
|
1203 <dd> |
|
1204 flag indicating to just save the visible part |
|
1205 of the page (boolean) |
|
1206 </dd> |
|
1207 </dl><a NAME="WebBrowserWindow.__saveVisiblePageScreen" ID="WebBrowserWindow.__saveVisiblePageScreen"></a> |
|
1208 <h4>WebBrowserWindow.__saveVisiblePageScreen</h4> |
|
1209 <b>__saveVisiblePageScreen</b>(<i></i>) |
|
1210 <p> |
|
1211 Private slot to save the visible part of the current page as a screen |
|
1212 shot. |
|
1213 </p><a NAME="WebBrowserWindow.__searchForWord" ID="WebBrowserWindow.__searchForWord"></a> |
|
1214 <h4>WebBrowserWindow.__searchForWord</h4> |
|
1215 <b>__searchForWord</b>(<i></i>) |
|
1216 <p> |
|
1217 Private slot to search for a word. |
|
1218 </p><a NAME="WebBrowserWindow.__selectAll" ID="WebBrowserWindow.__selectAll"></a> |
|
1219 <h4>WebBrowserWindow.__selectAll</h4> |
|
1220 <b>__selectAll</b>(<i></i>) |
|
1221 <p> |
|
1222 Private slot to handle the select all action. |
|
1223 </p><a NAME="WebBrowserWindow.__setIconDatabasePath" ID="WebBrowserWindow.__setIconDatabasePath"></a> |
|
1224 <h4>WebBrowserWindow.__setIconDatabasePath</h4> |
|
1225 <b>__setIconDatabasePath</b>(<i>enable=True</i>) |
|
1226 <p> |
|
1227 Private method to set the favicons path. |
|
1228 </p><dl> |
|
1229 <dt><i>enable</i></dt> |
|
1230 <dd> |
|
1231 flag indicating to enabled icon storage (boolean) |
|
1232 </dd> |
|
1233 </dl><a NAME="WebBrowserWindow.__setTextEncoding" ID="WebBrowserWindow.__setTextEncoding"></a> |
|
1234 <h4>WebBrowserWindow.__setTextEncoding</h4> |
|
1235 <b>__setTextEncoding</b>(<i>act</i>) |
|
1236 <p> |
|
1237 Private slot to set the selected text encoding as the default for |
|
1238 this session. |
|
1239 </p><dl> |
|
1240 <dt><i>act</i></dt> |
|
1241 <dd> |
|
1242 reference to the selected action (QAction) |
|
1243 </dd> |
|
1244 </dl><a NAME="WebBrowserWindow.__setUserStyleSheet" ID="WebBrowserWindow.__setUserStyleSheet"></a> |
|
1245 <h4>WebBrowserWindow.__setUserStyleSheet</h4> |
|
1246 <b>__setUserStyleSheet</b>(<i>styleSheetFile</i>) |
|
1247 <p> |
|
1248 Private method to set a user style sheet. |
|
1249 </p><dl> |
|
1250 <dt><i>styleSheetFile</i></dt> |
|
1251 <dd> |
|
1252 name of the user style sheet file (string) |
|
1253 </dd> |
|
1254 </dl><a NAME="WebBrowserWindow.__setupFilterCombo" ID="WebBrowserWindow.__setupFilterCombo"></a> |
|
1255 <h4>WebBrowserWindow.__setupFilterCombo</h4> |
|
1256 <b>__setupFilterCombo</b>(<i></i>) |
|
1257 <p> |
|
1258 Private slot to setup the filter combo box. |
|
1259 </p><a NAME="WebBrowserWindow.__showAcceptedLanguages" ID="WebBrowserWindow.__showAcceptedLanguages"></a> |
|
1260 <h4>WebBrowserWindow.__showAcceptedLanguages</h4> |
|
1261 <b>__showAcceptedLanguages</b>(<i></i>) |
|
1262 <p> |
|
1263 Private slot to configure the accepted languages for web pages. |
|
1264 </p><a NAME="WebBrowserWindow.__showAdBlockDialog" ID="WebBrowserWindow.__showAdBlockDialog"></a> |
|
1265 <h4>WebBrowserWindow.__showAdBlockDialog</h4> |
|
1266 <b>__showAdBlockDialog</b>(<i></i>) |
|
1267 <p> |
|
1268 Private slot to show the AdBlock configuration dialog. |
|
1269 </p><a NAME="WebBrowserWindow.__showBackMenu" ID="WebBrowserWindow.__showBackMenu"></a> |
|
1270 <h4>WebBrowserWindow.__showBackMenu</h4> |
|
1271 <b>__showBackMenu</b>(<i></i>) |
|
1272 <p> |
|
1273 Private slot showing the backwards navigation menu. |
|
1274 </p><a NAME="WebBrowserWindow.__showBookmarksDialog" ID="WebBrowserWindow.__showBookmarksDialog"></a> |
|
1275 <h4>WebBrowserWindow.__showBookmarksDialog</h4> |
|
1276 <b>__showBookmarksDialog</b>(<i></i>) |
|
1277 <p> |
|
1278 Private slot to show the bookmarks dialog. |
|
1279 </p><a NAME="WebBrowserWindow.__showCertificateErrorsDialog" ID="WebBrowserWindow.__showCertificateErrorsDialog"></a> |
|
1280 <h4>WebBrowserWindow.__showCertificateErrorsDialog</h4> |
|
1281 <b>__showCertificateErrorsDialog</b>(<i></i>) |
|
1282 <p> |
|
1283 Private slot to show the certificate errors management dialog. |
|
1284 </p><a NAME="WebBrowserWindow.__showCookiesConfiguration" ID="WebBrowserWindow.__showCookiesConfiguration"></a> |
|
1285 <h4>WebBrowserWindow.__showCookiesConfiguration</h4> |
|
1286 <b>__showCookiesConfiguration</b>(<i></i>) |
|
1287 <p> |
|
1288 Private slot to configure the cookies handling. |
|
1289 </p><a NAME="WebBrowserWindow.__showDownloadsWindow" ID="WebBrowserWindow.__showDownloadsWindow"></a> |
|
1290 <h4>WebBrowserWindow.__showDownloadsWindow</h4> |
|
1291 <b>__showDownloadsWindow</b>(<i></i>) |
|
1292 <p> |
|
1293 Private slot to show the downloads dialog. |
|
1294 </p><a NAME="WebBrowserWindow.__showEnginesConfigurationDialog" ID="WebBrowserWindow.__showEnginesConfigurationDialog"></a> |
|
1295 <h4>WebBrowserWindow.__showEnginesConfigurationDialog</h4> |
|
1296 <b>__showEnginesConfigurationDialog</b>(<i></i>) |
|
1297 <p> |
|
1298 Private slot to show the search engines configuration dialog. |
|
1299 </p><a NAME="WebBrowserWindow.__showFeaturePermissionDialog" ID="WebBrowserWindow.__showFeaturePermissionDialog"></a> |
|
1300 <h4>WebBrowserWindow.__showFeaturePermissionDialog</h4> |
|
1301 <b>__showFeaturePermissionDialog</b>(<i></i>) |
|
1302 <p> |
|
1303 Private slot to show the feature permission dialog. |
|
1304 </p><a NAME="WebBrowserWindow.__showFeedsManager" ID="WebBrowserWindow.__showFeedsManager"></a> |
|
1305 <h4>WebBrowserWindow.__showFeedsManager</h4> |
|
1306 <b>__showFeedsManager</b>(<i></i>) |
|
1307 <p> |
|
1308 Private slot to show the feeds manager dialog. |
|
1309 </p><a NAME="WebBrowserWindow.__showFlashCookiesManagement" ID="WebBrowserWindow.__showFlashCookiesManagement"></a> |
|
1310 <h4>WebBrowserWindow.__showFlashCookiesManagement</h4> |
|
1311 <b>__showFlashCookiesManagement</b>(<i></i>) |
|
1312 <p> |
|
1313 Private slot to show the flash cookies management dialog. |
|
1314 </p><a NAME="WebBrowserWindow.__showForwardMenu" ID="WebBrowserWindow.__showForwardMenu"></a> |
|
1315 <h4>WebBrowserWindow.__showForwardMenu</h4> |
|
1316 <b>__showForwardMenu</b>(<i></i>) |
|
1317 <p> |
|
1318 Private slot showing the forwards navigation menu. |
|
1319 </p><a NAME="WebBrowserWindow.__showGreaseMonkeyConfigDialog" ID="WebBrowserWindow.__showGreaseMonkeyConfigDialog"></a> |
|
1320 <h4>WebBrowserWindow.__showGreaseMonkeyConfigDialog</h4> |
|
1321 <b>__showGreaseMonkeyConfigDialog</b>(<i></i>) |
|
1322 <p> |
|
1323 Private slot to show the GreaseMonkey scripts configuration dialog. |
|
1324 </p><a NAME="WebBrowserWindow.__showIndexWindow" ID="WebBrowserWindow.__showIndexWindow"></a> |
|
1325 <h4>WebBrowserWindow.__showIndexWindow</h4> |
|
1326 <b>__showIndexWindow</b>(<i></i>) |
|
1327 <p> |
|
1328 Private method to show the index window. |
|
1329 </p><a NAME="WebBrowserWindow.__showInstallationError" ID="WebBrowserWindow.__showInstallationError"></a> |
|
1330 <h4>WebBrowserWindow.__showInstallationError</h4> |
|
1331 <b>__showInstallationError</b>(<i>message</i>) |
|
1332 <p> |
|
1333 Private slot to show installation errors. |
|
1334 </p><dl> |
|
1335 <dt><i>message</i></dt> |
|
1336 <dd> |
|
1337 message to be shown (string) |
|
1338 </dd> |
|
1339 </dl><a NAME="WebBrowserWindow.__showPageSource" ID="WebBrowserWindow.__showPageSource"></a> |
|
1340 <h4>WebBrowserWindow.__showPageSource</h4> |
|
1341 <b>__showPageSource</b>(<i></i>) |
|
1342 <p> |
|
1343 Private slot to show the source of the current page in an editor. |
|
1344 </p><a NAME="WebBrowserWindow.__showPageSourceCallback" ID="WebBrowserWindow.__showPageSourceCallback"></a> |
|
1345 <h4>WebBrowserWindow.__showPageSourceCallback</h4> |
|
1346 <b>__showPageSourceCallback</b>(<i>src</i>) |
|
1347 <p> |
|
1348 Private method to show the source of the current page in an editor. |
|
1349 </p><dl> |
|
1350 <dt><i>src</i> (str)</dt> |
|
1351 <dd> |
|
1352 source of the web page |
|
1353 </dd> |
|
1354 </dl><a NAME="WebBrowserWindow.__showPasswordsDialog" ID="WebBrowserWindow.__showPasswordsDialog"></a> |
|
1355 <h4>WebBrowserWindow.__showPasswordsDialog</h4> |
|
1356 <b>__showPasswordsDialog</b>(<i></i>) |
|
1357 <p> |
|
1358 Private slot to show the passwords management dialog. |
|
1359 </p><a NAME="WebBrowserWindow.__showPersonalInformationDialog" ID="WebBrowserWindow.__showPersonalInformationDialog"></a> |
|
1360 <h4>WebBrowserWindow.__showPersonalInformationDialog</h4> |
|
1361 <b>__showPersonalInformationDialog</b>(<i></i>) |
|
1362 <p> |
|
1363 Private slot to show the Personal Information configuration dialog. |
|
1364 </p><a NAME="WebBrowserWindow.__showPreferences" ID="WebBrowserWindow.__showPreferences"></a> |
|
1365 <h4>WebBrowserWindow.__showPreferences</h4> |
|
1366 <b>__showPreferences</b>(<i></i>) |
|
1367 <p> |
|
1368 Private slot to set the preferences. |
|
1369 </p><a NAME="WebBrowserWindow.__showSearchWindow" ID="WebBrowserWindow.__showSearchWindow"></a> |
|
1370 <h4>WebBrowserWindow.__showSearchWindow</h4> |
|
1371 <b>__showSearchWindow</b>(<i></i>) |
|
1372 <p> |
|
1373 Private method to show the search window. |
|
1374 </p><a NAME="WebBrowserWindow.__showSiteinfoDialog" ID="WebBrowserWindow.__showSiteinfoDialog"></a> |
|
1375 <h4>WebBrowserWindow.__showSiteinfoDialog</h4> |
|
1376 <b>__showSiteinfoDialog</b>(<i></i>) |
|
1377 <p> |
|
1378 Private slot to show the site info dialog. |
|
1379 </p><a NAME="WebBrowserWindow.__showSyncDialog" ID="WebBrowserWindow.__showSyncDialog"></a> |
|
1380 <h4>WebBrowserWindow.__showSyncDialog</h4> |
|
1381 <b>__showSyncDialog</b>(<i></i>) |
|
1382 <p> |
|
1383 Private slot to show the synchronization dialog. |
|
1384 </p><a NAME="WebBrowserWindow.__showTocWindow" ID="WebBrowserWindow.__showTocWindow"></a> |
|
1385 <h4>WebBrowserWindow.__showTocWindow</h4> |
|
1386 <b>__showTocWindow</b>(<i></i>) |
|
1387 <p> |
|
1388 Private method to show the table of contents window. |
|
1389 </p><a NAME="WebBrowserWindow.__showUserAgentsDialog" ID="WebBrowserWindow.__showUserAgentsDialog"></a> |
|
1390 <h4>WebBrowserWindow.__showUserAgentsDialog</h4> |
|
1391 <b>__showUserAgentsDialog</b>(<i></i>) |
|
1392 <p> |
|
1393 Private slot to show the user agents management dialog. |
|
1394 </p><a NAME="WebBrowserWindow.__showWebIconsDialog" ID="WebBrowserWindow.__showWebIconsDialog"></a> |
|
1395 <h4>WebBrowserWindow.__showWebIconsDialog</h4> |
|
1396 <b>__showWebIconsDialog</b>(<i></i>) |
|
1397 <p> |
|
1398 Private slot to show a dialog to manage the favicons database. |
|
1399 </p><a NAME="WebBrowserWindow.__showZoomValuesDialog" ID="WebBrowserWindow.__showZoomValuesDialog"></a> |
|
1400 <h4>WebBrowserWindow.__showZoomValuesDialog</h4> |
|
1401 <b>__showZoomValuesDialog</b>(<i></i>) |
|
1402 <p> |
|
1403 Private slot to show the zoom values management dialog. |
|
1404 </p><a NAME="WebBrowserWindow.__stopLoading" ID="WebBrowserWindow.__stopLoading"></a> |
|
1405 <h4>WebBrowserWindow.__stopLoading</h4> |
|
1406 <b>__stopLoading</b>(<i></i>) |
|
1407 <p> |
|
1408 Private slot called to handle loading of the current page. |
|
1409 </p><a NAME="WebBrowserWindow.__switchTab" ID="WebBrowserWindow.__switchTab"></a> |
|
1410 <h4>WebBrowserWindow.__switchTab</h4> |
|
1411 <b>__switchTab</b>(<i></i>) |
|
1412 <p> |
|
1413 Private slot used to switch between the current and the previous |
|
1414 current tab. |
|
1415 </p><a NAME="WebBrowserWindow.__syncTOC" ID="WebBrowserWindow.__syncTOC"></a> |
|
1416 <h4>WebBrowserWindow.__syncTOC</h4> |
|
1417 <b>__syncTOC</b>(<i></i>) |
|
1418 <p> |
|
1419 Private slot to synchronize the TOC with the currently shown page. |
|
1420 </p><a NAME="WebBrowserWindow.__titleChanged" ID="WebBrowserWindow.__titleChanged"></a> |
|
1421 <h4>WebBrowserWindow.__titleChanged</h4> |
|
1422 <b>__titleChanged</b>(<i>browser, title</i>) |
|
1423 <p> |
|
1424 Private slot called to handle a change of a browser's title. |
|
1425 </p><dl> |
|
1426 <dt><i>browser</i></dt> |
|
1427 <dd> |
|
1428 reference to the browser (WebBrowserView) |
|
1429 </dd><dt><i>title</i></dt> |
|
1430 <dd> |
|
1431 new title (string) |
|
1432 </dd> |
|
1433 </dl><a NAME="WebBrowserWindow.__toggleJavaScriptConsole" ID="WebBrowserWindow.__toggleJavaScriptConsole"></a> |
|
1434 <h4>WebBrowserWindow.__toggleJavaScriptConsole</h4> |
|
1435 <b>__toggleJavaScriptConsole</b>(<i></i>) |
|
1436 <p> |
|
1437 Private slot to toggle the JavaScript console. |
|
1438 </p><a NAME="WebBrowserWindow.__undo" ID="WebBrowserWindow.__undo"></a> |
|
1439 <h4>WebBrowserWindow.__undo</h4> |
|
1440 <b>__undo</b>(<i></i>) |
|
1441 <p> |
|
1442 Private slot to handle the undo action. |
|
1443 </p><a NAME="WebBrowserWindow.__viewFullScreen" ID="WebBrowserWindow.__viewFullScreen"></a> |
|
1444 <h4>WebBrowserWindow.__viewFullScreen</h4> |
|
1445 <b>__viewFullScreen</b>(<i></i>) |
|
1446 <p> |
|
1447 Private slot called to toggle fullscreen mode. |
|
1448 </p><a NAME="WebBrowserWindow.__virusTotalDomainReport" ID="WebBrowserWindow.__virusTotalDomainReport"></a> |
|
1449 <h4>WebBrowserWindow.__virusTotalDomainReport</h4> |
|
1450 <b>__virusTotalDomainReport</b>(<i></i>) |
|
1451 <p> |
|
1452 Private slot to retrieve a domain report. |
|
1453 </p><a NAME="WebBrowserWindow.__virusTotalFileScanReport" ID="WebBrowserWindow.__virusTotalFileScanReport"></a> |
|
1454 <h4>WebBrowserWindow.__virusTotalFileScanReport</h4> |
|
1455 <b>__virusTotalFileScanReport</b>(<i>url</i>) |
|
1456 <p> |
|
1457 Private slot to initiate the display of the file scan report page. |
|
1458 </p><dl> |
|
1459 <dt><i>url</i></dt> |
|
1460 <dd> |
|
1461 URL of the file scan report page (string) |
|
1462 </dd> |
|
1463 </dl><a NAME="WebBrowserWindow.__virusTotalIpAddressReport" ID="WebBrowserWindow.__virusTotalIpAddressReport"></a> |
|
1464 <h4>WebBrowserWindow.__virusTotalIpAddressReport</h4> |
|
1465 <b>__virusTotalIpAddressReport</b>(<i></i>) |
|
1466 <p> |
|
1467 Private slot to retrieve an IP address report. |
|
1468 </p><a NAME="WebBrowserWindow.__virusTotalScanCurrentSite" ID="WebBrowserWindow.__virusTotalScanCurrentSite"></a> |
|
1469 <h4>WebBrowserWindow.__virusTotalScanCurrentSite</h4> |
|
1470 <b>__virusTotalScanCurrentSite</b>(<i></i>) |
|
1471 <p> |
|
1472 Private slot to ask VirusTotal for a scan of the URL of the current |
|
1473 browser. |
|
1474 </p><a NAME="WebBrowserWindow.__virusTotalSubmitUrlError" ID="WebBrowserWindow.__virusTotalSubmitUrlError"></a> |
|
1475 <h4>WebBrowserWindow.__virusTotalSubmitUrlError</h4> |
|
1476 <b>__virusTotalSubmitUrlError</b>(<i>msg</i>) |
|
1477 <p> |
|
1478 Private slot to handle an URL scan submission error. |
|
1479 </p><dl> |
|
1480 <dt><i>msg</i></dt> |
|
1481 <dd> |
|
1482 error message (str) |
|
1483 </dd> |
|
1484 </dl><a NAME="WebBrowserWindow.__virusTotalUrlScanReport" ID="WebBrowserWindow.__virusTotalUrlScanReport"></a> |
|
1485 <h4>WebBrowserWindow.__virusTotalUrlScanReport</h4> |
|
1486 <b>__virusTotalUrlScanReport</b>(<i>url</i>) |
|
1487 <p> |
|
1488 Private slot to initiate the display of the URL scan report page. |
|
1489 </p><dl> |
|
1490 <dt><i>url</i></dt> |
|
1491 <dd> |
|
1492 URL of the URL scan report page (string) |
|
1493 </dd> |
|
1494 </dl><a NAME="WebBrowserWindow.__warning" ID="WebBrowserWindow.__warning"></a> |
|
1495 <h4>WebBrowserWindow.__warning</h4> |
|
1496 <b>__warning</b>(<i>msg</i>) |
|
1497 <p> |
|
1498 Private slot handling warnings from the help engine. |
|
1499 </p><dl> |
|
1500 <dt><i>msg</i></dt> |
|
1501 <dd> |
|
1502 message sent by the help engine (string) |
|
1503 </dd> |
|
1504 </dl><a NAME="WebBrowserWindow.__whatsThis" ID="WebBrowserWindow.__whatsThis"></a> |
|
1505 <h4>WebBrowserWindow.__whatsThis</h4> |
|
1506 <b>__whatsThis</b>(<i></i>) |
|
1507 <p> |
|
1508 Private slot called in to enter Whats This mode. |
|
1509 </p><a NAME="WebBrowserWindow.__zoomIn" ID="WebBrowserWindow.__zoomIn"></a> |
|
1510 <h4>WebBrowserWindow.__zoomIn</h4> |
|
1511 <b>__zoomIn</b>(<i></i>) |
|
1512 <p> |
|
1513 Private slot called to handle the zoom in action. |
|
1514 </p><a NAME="WebBrowserWindow.__zoomOut" ID="WebBrowserWindow.__zoomOut"></a> |
|
1515 <h4>WebBrowserWindow.__zoomOut</h4> |
|
1516 <b>__zoomOut</b>(<i></i>) |
|
1517 <p> |
|
1518 Private slot called to handle the zoom out action. |
|
1519 </p><a NAME="WebBrowserWindow.__zoomReset" ID="WebBrowserWindow.__zoomReset"></a> |
|
1520 <h4>WebBrowserWindow.__zoomReset</h4> |
|
1521 <b>__zoomReset</b>(<i></i>) |
|
1522 <p> |
|
1523 Private slot called to handle the zoom reset action. |
|
1524 </p><a NAME="WebBrowserWindow.__zoomValueChanged" ID="WebBrowserWindow.__zoomValueChanged"></a> |
|
1525 <h4>WebBrowserWindow.__zoomValueChanged</h4> |
|
1526 <b>__zoomValueChanged</b>(<i>value</i>) |
|
1527 <p> |
|
1528 Private slot to handle value changes of the zoom widget. |
|
1529 </p><dl> |
|
1530 <dt><i>value</i></dt> |
|
1531 <dd> |
|
1532 zoom value (integer) |
|
1533 </dd> |
|
1534 </dl><a NAME="WebBrowserWindow.adBlockIcon" ID="WebBrowserWindow.adBlockIcon"></a> |
|
1535 <h4>WebBrowserWindow.adBlockIcon</h4> |
|
1536 <b>adBlockIcon</b>(<i></i>) |
|
1537 <p> |
|
1538 Public method to get a reference to the AdBlock icon. |
|
1539 </p><dl> |
|
1540 <dt>Returns:</dt> |
|
1541 <dd> |
|
1542 reference to the AdBlock icon (AdBlockIcon) |
|
1543 </dd> |
|
1544 </dl><a NAME="WebBrowserWindow.bookmarkAll" ID="WebBrowserWindow.bookmarkAll"></a> |
|
1545 <h4>WebBrowserWindow.bookmarkAll</h4> |
|
1546 <b>bookmarkAll</b>(<i></i>) |
|
1547 <p> |
|
1548 Public slot to bookmark all open tabs. |
|
1549 </p><a NAME="WebBrowserWindow.browserAt" ID="WebBrowserWindow.browserAt"></a> |
|
1550 <h4>WebBrowserWindow.browserAt</h4> |
|
1551 <b>browserAt</b>(<i>index</i>) |
|
1552 <p> |
|
1553 Public method to get a reference to the web browser with the given |
|
1554 index. |
|
1555 </p><dl> |
|
1556 <dt><i>index</i></dt> |
|
1557 <dd> |
|
1558 index of the browser to get (integer) |
|
1559 </dd> |
|
1560 </dl><dl> |
|
1561 <dt>Returns:</dt> |
|
1562 <dd> |
|
1563 reference to the indexed web browser (WebBrowserView) |
|
1564 </dd> |
|
1565 </dl><a NAME="WebBrowserWindow.browsers" ID="WebBrowserWindow.browsers"></a> |
|
1566 <h4>WebBrowserWindow.browsers</h4> |
|
1567 <b>browsers</b>(<i></i>) |
|
1568 <p> |
|
1569 Public method to get a list of references to all web browsers. |
|
1570 </p><dl> |
|
1571 <dt>Returns:</dt> |
|
1572 <dd> |
|
1573 list of references to web browsers (list of WebBrowserView) |
|
1574 </dd> |
|
1575 </dl><a NAME="WebBrowserWindow.closeEvent" ID="WebBrowserWindow.closeEvent"></a> |
|
1576 <h4>WebBrowserWindow.closeEvent</h4> |
|
1577 <b>closeEvent</b>(<i>e</i>) |
|
1578 <p> |
|
1579 Protected event handler for the close event. |
|
1580 </p><dl> |
|
1581 <dt><i>e</i></dt> |
|
1582 <dd> |
|
1583 the close event (QCloseEvent) |
|
1584 <br />This event is simply accepted after the history has been |
|
1585 saved and all window references have been deleted. |
|
1586 </dd> |
|
1587 </dl><a NAME="WebBrowserWindow.currentBrowser" ID="WebBrowserWindow.currentBrowser"></a> |
|
1588 <h4>WebBrowserWindow.currentBrowser</h4> |
|
1589 <b>currentBrowser</b>(<i></i>) |
|
1590 <p> |
|
1591 Public method to get a reference to the current web browser. |
|
1592 </p><dl> |
|
1593 <dt>Returns:</dt> |
|
1594 <dd> |
|
1595 reference to the current help browser (WebBrowserView) |
|
1596 </dd> |
|
1597 </dl><a NAME="WebBrowserWindow.enterHtmlFullScreen" ID="WebBrowserWindow.enterHtmlFullScreen"></a> |
|
1598 <h4>WebBrowserWindow.enterHtmlFullScreen</h4> |
|
1599 <b>enterHtmlFullScreen</b>(<i></i>) |
|
1600 <p> |
|
1601 Public method to switch to full screen initiated by the |
|
1602 HTML page. |
|
1603 </p><a NAME="WebBrowserWindow.event" ID="WebBrowserWindow.event"></a> |
|
1604 <h4>WebBrowserWindow.event</h4> |
|
1605 <b>event</b>(<i>evt</i>) |
|
1606 <p> |
|
1607 Public method handling events. |
|
1608 </p><dl> |
|
1609 <dt><i>evt</i> (QEvent)</dt> |
|
1610 <dd> |
|
1611 reference to the event |
|
1612 </dd> |
|
1613 </dl><dl> |
|
1614 <dt>Returns:</dt> |
|
1615 <dd> |
|
1616 flag indicating a handled event |
|
1617 </dd> |
|
1618 </dl><dl> |
|
1619 <dt>Return Type:</dt> |
|
1620 <dd> |
|
1621 bool |
|
1622 </dd> |
|
1623 </dl><a NAME="WebBrowserWindow.eventKeyboardModifiers" ID="WebBrowserWindow.eventKeyboardModifiers"></a> |
|
1624 <h4>WebBrowserWindow.eventKeyboardModifiers</h4> |
|
1625 <b>eventKeyboardModifiers</b>(<i></i>) |
|
1626 <p> |
|
1627 Public method to get the last recorded keyboard modifiers. |
|
1628 </p><dl> |
|
1629 <dt>Returns:</dt> |
|
1630 <dd> |
|
1631 keyboard modifiers (Qt.KeyboardModifiers) |
|
1632 </dd> |
|
1633 </dl><a NAME="WebBrowserWindow.eventMouseButtons" ID="WebBrowserWindow.eventMouseButtons"></a> |
|
1634 <h4>WebBrowserWindow.eventMouseButtons</h4> |
|
1635 <b>eventMouseButtons</b>(<i></i>) |
|
1636 <p> |
|
1637 Public method to get the last recorded mouse buttons. |
|
1638 </p><dl> |
|
1639 <dt>Returns:</dt> |
|
1640 <dd> |
|
1641 mouse buttons (Qt.MouseButtons) |
|
1642 </dd> |
|
1643 </dl><a NAME="WebBrowserWindow.fromEric" ID="WebBrowserWindow.fromEric"></a> |
|
1644 <h4>WebBrowserWindow.fromEric</h4> |
|
1645 <b>fromEric</b>(<i></i>) |
|
1646 <p> |
|
1647 Public method to check, if the web browser was called from within the |
|
1648 eric IDE. |
|
1649 </p><dl> |
|
1650 <dt>Returns:</dt> |
|
1651 <dd> |
|
1652 flag indicating that the browserw as opened from within eric |
|
1653 </dd> |
|
1654 </dl><dl> |
|
1655 <dt>Return Type:</dt> |
|
1656 <dd> |
|
1657 bool |
|
1658 </dd> |
|
1659 </dl><a NAME="WebBrowserWindow.getActions" ID="WebBrowserWindow.getActions"></a> |
|
1660 <h4>WebBrowserWindow.getActions</h4> |
|
1661 <b>getActions</b>(<i></i>) |
|
1662 <p> |
|
1663 Public method to get a list of all actions. |
|
1664 </p><dl> |
|
1665 <dt>Returns:</dt> |
|
1666 <dd> |
|
1667 list of all actions (list of E5Action) |
|
1668 </dd> |
|
1669 </dl><a NAME="WebBrowserWindow.getSourceFileList" ID="WebBrowserWindow.getSourceFileList"></a> |
|
1670 <h4>WebBrowserWindow.getSourceFileList</h4> |
|
1671 <b>getSourceFileList</b>(<i></i>) |
|
1672 <p> |
|
1673 Public method to get a list of all opened source files. |
|
1674 </p><dl> |
|
1675 <dt>Returns:</dt> |
|
1676 <dd> |
|
1677 dictionary with tab id as key and host/namespace as value |
|
1678 </dd> |
|
1679 </dl><a NAME="WebBrowserWindow.getWindow" ID="WebBrowserWindow.getWindow"></a> |
|
1680 <h4>WebBrowserWindow.getWindow</h4> |
|
1681 <b>getWindow</b>(<i></i>) |
|
1682 <p> |
|
1683 Public method to get a reference to the most recent active |
|
1684 web browser window. |
|
1685 </p><dl> |
|
1686 <dt>Returns:</dt> |
|
1687 <dd> |
|
1688 reference to most recent web browser window |
|
1689 </dd> |
|
1690 </dl><dl> |
|
1691 <dt>Return Type:</dt> |
|
1692 <dd> |
|
1693 WebBrowserWindow |
|
1694 </dd> |
|
1695 </dl><a NAME="WebBrowserWindow.javascriptConsole" ID="WebBrowserWindow.javascriptConsole"></a> |
|
1696 <h4>WebBrowserWindow.javascriptConsole</h4> |
|
1697 <b>javascriptConsole</b>(<i></i>) |
|
1698 <p> |
|
1699 Public method to get a reference to the JavaScript console widget. |
|
1700 </p><dl> |
|
1701 <dt>Returns:</dt> |
|
1702 <dd> |
|
1703 reference to the JavaScript console |
|
1704 </dd> |
|
1705 </dl><dl> |
|
1706 <dt>Return Type:</dt> |
|
1707 <dd> |
|
1708 WebBrowserJavaScriptConsole |
|
1709 </dd> |
|
1710 </dl><a NAME="WebBrowserWindow.keyPressEvent" ID="WebBrowserWindow.keyPressEvent"></a> |
|
1711 <h4>WebBrowserWindow.keyPressEvent</h4> |
|
1712 <b>keyPressEvent</b>(<i>evt</i>) |
|
1713 <p> |
|
1714 Protected method to handle key presses. |
|
1715 </p><dl> |
|
1716 <dt><i>evt</i></dt> |
|
1717 <dd> |
|
1718 reference to the key press event (QKeyEvent) |
|
1719 </dd> |
|
1720 </dl><a NAME="WebBrowserWindow.masterPasswordChanged" ID="WebBrowserWindow.masterPasswordChanged"></a> |
|
1721 <h4>WebBrowserWindow.masterPasswordChanged</h4> |
|
1722 <b>masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) |
|
1723 <p> |
|
1724 Public slot to handle the change of the master password. |
|
1725 </p><dl> |
|
1726 <dt><i>oldPassword</i></dt> |
|
1727 <dd> |
|
1728 current master password (string) |
|
1729 </dd><dt><i>newPassword</i></dt> |
|
1730 <dd> |
|
1731 new master password (string) |
|
1732 </dd> |
|
1733 </dl><a NAME="WebBrowserWindow.mousePressEvent" ID="WebBrowserWindow.mousePressEvent"></a> |
|
1734 <h4>WebBrowserWindow.mousePressEvent</h4> |
|
1735 <b>mousePressEvent</b>(<i>evt</i>) |
|
1736 <p> |
|
1737 Protected method called by a mouse press event. |
|
1738 </p><dl> |
|
1739 <dt><i>evt</i></dt> |
|
1740 <dd> |
|
1741 reference to the mouse event (QMouseEvent) |
|
1742 </dd> |
|
1743 </dl><a NAME="WebBrowserWindow.newPrivateWindow" ID="WebBrowserWindow.newPrivateWindow"></a> |
|
1744 <h4>WebBrowserWindow.newPrivateWindow</h4> |
|
1745 <b>newPrivateWindow</b>(<i>link=None</i>) |
|
1746 <p> |
|
1747 Public slot called to open a new private web browser window. |
|
1748 </p><dl> |
|
1749 <dt><i>link</i> (str or QUrl)</dt> |
|
1750 <dd> |
|
1751 URL to be displayed in the new window |
|
1752 </dd> |
|
1753 </dl><a NAME="WebBrowserWindow.newTab" ID="WebBrowserWindow.newTab"></a> |
|
1754 <h4>WebBrowserWindow.newTab</h4> |
|
1755 <b>newTab</b>(<i>link=None, addNextTo=None</i>) |
|
1756 <p> |
|
1757 Public slot called to open a new web browser tab. |
|
1758 </p><dl> |
|
1759 <dt><i>link</i></dt> |
|
1760 <dd> |
|
1761 file to be displayed in the new window (string or QUrl) |
|
1762 </dd><dt><i>addNextTo</i></dt> |
|
1763 <dd> |
|
1764 reference to the browser to open the tab after |
|
1765 (HelpBrowser) |
|
1766 </dd> |
|
1767 </dl><a NAME="WebBrowserWindow.newWindow" ID="WebBrowserWindow.newWindow"></a> |
|
1768 <h4>WebBrowserWindow.newWindow</h4> |
|
1769 <b>newWindow</b>(<i>link=None</i>) |
|
1770 <p> |
|
1771 Public slot called to open a new web browser window. |
|
1772 </p><dl> |
|
1773 <dt><i>link</i> (str or QUrl)</dt> |
|
1774 <dd> |
|
1775 URL to be displayed in the new window |
|
1776 </dd> |
|
1777 </dl><a NAME="WebBrowserWindow.openSearchManager" ID="WebBrowserWindow.openSearchManager"></a> |
|
1778 <h4>WebBrowserWindow.openSearchManager</h4> |
|
1779 <b>openSearchManager</b>(<i></i>) |
|
1780 <p> |
|
1781 Public method to get a reference to the opensearch manager object. |
|
1782 </p><dl> |
|
1783 <dt>Returns:</dt> |
|
1784 <dd> |
|
1785 reference to the opensearch manager object (OpenSearchManager) |
|
1786 </dd> |
|
1787 </dl><a NAME="WebBrowserWindow.openUrl" ID="WebBrowserWindow.openUrl"></a> |
|
1788 <h4>WebBrowserWindow.openUrl</h4> |
|
1789 <b>openUrl</b>(<i>url, title</i>) |
|
1790 <p> |
|
1791 Public slot to load a URL in the current tab. |
|
1792 </p><dl> |
|
1793 <dt><i>url</i></dt> |
|
1794 <dd> |
|
1795 URL to be opened (QUrl) |
|
1796 </dd><dt><i>title</i></dt> |
|
1797 <dd> |
|
1798 title of the bookmark (string) |
|
1799 </dd> |
|
1800 </dl><a NAME="WebBrowserWindow.openUrlNewTab" ID="WebBrowserWindow.openUrlNewTab"></a> |
|
1801 <h4>WebBrowserWindow.openUrlNewTab</h4> |
|
1802 <b>openUrlNewTab</b>(<i>url, title</i>) |
|
1803 <p> |
|
1804 Public slot to load a URL in a new tab. |
|
1805 </p><dl> |
|
1806 <dt><i>url</i></dt> |
|
1807 <dd> |
|
1808 URL to be opened (QUrl) |
|
1809 </dd><dt><i>title</i></dt> |
|
1810 <dd> |
|
1811 title of the bookmark (string) |
|
1812 </dd> |
|
1813 </dl><a NAME="WebBrowserWindow.preferencesChanged" ID="WebBrowserWindow.preferencesChanged"></a> |
|
1814 <h4>WebBrowserWindow.preferencesChanged</h4> |
|
1815 <b>preferencesChanged</b>(<i></i>) |
|
1816 <p> |
|
1817 Public slot to handle a change of preferences. |
|
1818 </p><a NAME="WebBrowserWindow.reloadUserStyleSheet" ID="WebBrowserWindow.reloadUserStyleSheet"></a> |
|
1819 <h4>WebBrowserWindow.reloadUserStyleSheet</h4> |
|
1820 <b>reloadUserStyleSheet</b>(<i></i>) |
|
1821 <p> |
|
1822 Public method to reload the user style sheet. |
|
1823 </p><a NAME="WebBrowserWindow.requestVirusTotalScan" ID="WebBrowserWindow.requestVirusTotalScan"></a> |
|
1824 <h4>WebBrowserWindow.requestVirusTotalScan</h4> |
|
1825 <b>requestVirusTotalScan</b>(<i>url</i>) |
|
1826 <p> |
|
1827 Public method to submit a request to scan an URL by VirusTotal. |
|
1828 </p><dl> |
|
1829 <dt><i>url</i></dt> |
|
1830 <dd> |
|
1831 URL to be scanned (QUrl) |
|
1832 </dd> |
|
1833 </dl><a NAME="WebBrowserWindow.search" ID="WebBrowserWindow.search"></a> |
|
1834 <h4>WebBrowserWindow.search</h4> |
|
1835 <b>search</b>(<i>word</i>) |
|
1836 <p> |
|
1837 Public method to search for a word. |
|
1838 </p><dl> |
|
1839 <dt><i>word</i></dt> |
|
1840 <dd> |
|
1841 word to search for (string) |
|
1842 </dd> |
|
1843 </dl><a NAME="WebBrowserWindow.searchEnginesAction" ID="WebBrowserWindow.searchEnginesAction"></a> |
|
1844 <h4>WebBrowserWindow.searchEnginesAction</h4> |
|
1845 <b>searchEnginesAction</b>(<i></i>) |
|
1846 <p> |
|
1847 Public method to get a reference to the search engines configuration |
|
1848 action. |
|
1849 </p><dl> |
|
1850 <dt>Returns:</dt> |
|
1851 <dd> |
|
1852 reference to the search engines configuration action (QAction) |
|
1853 </dd> |
|
1854 </dl><a NAME="WebBrowserWindow.setBackwardAvailable" ID="WebBrowserWindow.setBackwardAvailable"></a> |
|
1855 <h4>WebBrowserWindow.setBackwardAvailable</h4> |
|
1856 <b>setBackwardAvailable</b>(<i>b</i>) |
|
1857 <p> |
|
1858 Public slot called when backward references are available. |
|
1859 </p><dl> |
|
1860 <dt><i>b</i></dt> |
|
1861 <dd> |
|
1862 flag indicating availability of the backwards action (boolean) |
|
1863 </dd> |
|
1864 </dl><a NAME="WebBrowserWindow.setEventKeyboardModifiers" ID="WebBrowserWindow.setEventKeyboardModifiers"></a> |
|
1865 <h4>WebBrowserWindow.setEventKeyboardModifiers</h4> |
|
1866 <b>setEventKeyboardModifiers</b>(<i>modifiers</i>) |
|
1867 <p> |
|
1868 Public method to record keyboard modifiers. |
|
1869 </p><dl> |
|
1870 <dt><i>modifiers</i></dt> |
|
1871 <dd> |
|
1872 keyboard modifiers to record (Qt.KeyboardModifiers) |
|
1873 </dd> |
|
1874 </dl><a NAME="WebBrowserWindow.setEventMouseButtons" ID="WebBrowserWindow.setEventMouseButtons"></a> |
|
1875 <h4>WebBrowserWindow.setEventMouseButtons</h4> |
|
1876 <b>setEventMouseButtons</b>(<i>buttons</i>) |
|
1877 <p> |
|
1878 Public method to record mouse buttons. |
|
1879 </p><dl> |
|
1880 <dt><i>buttons</i></dt> |
|
1881 <dd> |
|
1882 mouse buttons to record (Qt.MouseButtons) |
|
1883 </dd> |
|
1884 </dl><a NAME="WebBrowserWindow.setForwardAvailable" ID="WebBrowserWindow.setForwardAvailable"></a> |
|
1885 <h4>WebBrowserWindow.setForwardAvailable</h4> |
|
1886 <b>setForwardAvailable</b>(<i>b</i>) |
|
1887 <p> |
|
1888 Public slot called when forward references are available. |
|
1889 </p><dl> |
|
1890 <dt><i>b</i></dt> |
|
1891 <dd> |
|
1892 flag indicating the availability of the forwards action |
|
1893 (boolean) |
|
1894 </dd> |
|
1895 </dl><a NAME="WebBrowserWindow.setLoadingActions" ID="WebBrowserWindow.setLoadingActions"></a> |
|
1896 <h4>WebBrowserWindow.setLoadingActions</h4> |
|
1897 <b>setLoadingActions</b>(<i>b</i>) |
|
1898 <p> |
|
1899 Public slot to set the loading dependent actions. |
|
1900 </p><dl> |
|
1901 <dt><i>b</i></dt> |
|
1902 <dd> |
|
1903 flag indicating the loading state to consider (boolean) |
|
1904 </dd> |
|
1905 </dl><a NAME="WebBrowserWindow.shutdown" ID="WebBrowserWindow.shutdown"></a> |
|
1906 <h4>WebBrowserWindow.shutdown</h4> |
|
1907 <b>shutdown</b>(<i></i>) |
|
1908 <p> |
|
1909 Public method to shut down the web browser. |
|
1910 </p><dl> |
|
1911 <dt>Returns:</dt> |
|
1912 <dd> |
|
1913 flag indicating successful shutdown (boolean) |
|
1914 </dd> |
|
1915 </dl> |
|
1916 <div align="right"><a href="#top">Up</a></div> |
|
1917 <hr /> |
|
1918 </body></html> |