Wed, 27 Apr 2016 19:44:22 +0200
Finished implementing the image search functionality for the new web browser.
<!DOCTYPE html> <html><head> <title>eric6.WebBrowser.WebBrowserWindow</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric6.WebBrowser.WebBrowserWindow</h1> <p> Module implementing the web browser main window. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#WebBrowserWindow">WebBrowserWindow</a></td> <td>Class implementing the web browser main window.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="WebBrowserWindow" ID="WebBrowserWindow"></a> <h2>WebBrowserWindow</h2> <p> Class implementing the web browser main window. </p><h3>Signals</h3> <dl> <dt>webBrowserClosed()</dt> <dd> emitted after the window was requested to close </dd><dt>zoomTextOnlyChanged(bool)</dt> <dd> emitted after the zoom text only setting was changed </dd> </dl> <h3>Derived from</h3> E5MainWindow <h3>Class Attributes</h3> <table> <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>_imageSearchEngine</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> </table> <h3>Class Methods</h3> <table> <tr> <td><a href="#WebBrowserWindow.adBlockManager">adBlockManager</a></td> <td>Class method to get a reference to the AdBlock manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.bookmarksManager">bookmarksManager</a></td> <td>Class method to get a reference to the bookmarks manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.cookieJar">cookieJar</a></td> <td>Class method to get a reference to the cookie jar.</td> </tr><tr> <td><a href="#WebBrowserWindow.downloadManager">downloadManager</a></td> <td>Class method to get a reference to the download manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.downloadRequested">downloadRequested</a></td> <td>Class method to handle a download request.</td> </tr><tr> <td><a href="#WebBrowserWindow.featurePermissionManager">featurePermissionManager</a></td> <td>Class method to get a reference to the feature permission manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.feedsManager">feedsManager</a></td> <td>Class method to get a reference to the RSS feeds manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.flashCookieManager">flashCookieManager</a></td> <td>Class method to get a reference to the flash cookies manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.greaseMonkeyManager">greaseMonkeyManager</a></td> <td>Class method to get a reference to the GreaseMonkey manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.helpEngine">helpEngine</a></td> <td>Class method to get a reference to the help engine.</td> </tr><tr> <td><a href="#WebBrowserWindow.historyManager">historyManager</a></td> <td>Class method to get a reference to the history manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.icon">icon</a></td> <td>Class method to get the icon for an URL.</td> </tr><tr> <td><a href="#WebBrowserWindow.imageSearchEngine">imageSearchEngine</a></td> <td>Class method to get a reference to the image search engine.</td> </tr><tr> <td><a href="#WebBrowserWindow.isPrivate">isPrivate</a></td> <td>Class method to check the private browsing mode.</td> </tr><tr> <td><a href="#WebBrowserWindow.mainWindow">mainWindow</a></td> <td>Class method to get a reference to the main window.</td> </tr><tr> <td><a href="#WebBrowserWindow.mainWindows">mainWindows</a></td> <td>Class method to get references to all main windows.</td> </tr><tr> <td><a href="#WebBrowserWindow.networkManager">networkManager</a></td> <td>Class method to get a reference to the network manager object.</td> </tr><tr> <td><a href="#WebBrowserWindow.notificationsEnabled">notificationsEnabled</a></td> <td>Class method to check, if notifications are enabled.</td> </tr><tr> <td><a href="#WebBrowserWindow.passwordManager">passwordManager</a></td> <td>Class method to get a reference to the password manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.personalInformationManager">personalInformationManager</a></td> <td>Class method to get a reference to the personal information manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.setUseQtHelp">setUseQtHelp</a></td> <td>Class method to set the QtHelp usage.</td> </tr><tr> <td><a href="#WebBrowserWindow.showNotification">showNotification</a></td> <td>Class method to show a desktop notification.</td> </tr><tr> <td><a href="#WebBrowserWindow.speedDial">speedDial</a></td> <td>Class methdo to get a reference to the speed dial.</td> </tr><tr> <td><a href="#WebBrowserWindow.syncManager">syncManager</a></td> <td>Class method to get a reference to the data synchronization manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.userAgentsManager">userAgentsManager</a></td> <td>Class method to get a reference to the user agents manager.</td> </tr><tr> <td><a href="#WebBrowserWindow.webProfile">webProfile</a></td> <td>Class method handling the web engine profile.</td> </tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#WebBrowserWindow.__init__">WebBrowserWindow</a></td> <td>Constructor</td> </tr><tr> <td><a href="#WebBrowserWindow.__about">__about</a></td> <td>Private slot to show the about information.</td> </tr><tr> <td><a href="#WebBrowserWindow.__aboutQt">__aboutQt</a></td> <td>Private slot to show info about Qt.</td> </tr><tr> <td><a href="#WebBrowserWindow.__aboutToShowSettingsMenu">__aboutToShowSettingsMenu</a></td> <td>Private slot to show the Settings menu.</td> </tr><tr> <td><a href="#WebBrowserWindow.__aboutToShowTextEncodingMenu">__aboutToShowTextEncodingMenu</a></td> <td>Private slot to populate the text encoding menu.</td> </tr><tr> <td><a href="#WebBrowserWindow.__activateCurrentBrowser">__activateCurrentBrowser</a></td> <td>Private slot to activate the current browser.</td> </tr><tr> <td><a href="#WebBrowserWindow.__activateDock">__activateDock</a></td> <td>Private method to activate the dock widget of the given widget.</td> </tr><tr> <td><a href="#WebBrowserWindow.__addBookmark">__addBookmark</a></td> <td>Private slot called to add the displayed file to the bookmarks.</td> </tr><tr> <td><a href="#WebBrowserWindow.__addBookmarkCallback">__addBookmarkCallback</a></td> <td>Private callback method of __addBookmark().</td> </tr><tr> <td><a href="#WebBrowserWindow.__addBookmarkFolder">__addBookmarkFolder</a></td> <td>Private slot to add a new bookmarks folder.</td> </tr><tr> <td><a href="#WebBrowserWindow.__appFocusChanged">__appFocusChanged</a></td> <td>Private slot to handle a change of the focus.</td> </tr><tr> <td><a href="#WebBrowserWindow.__backward">__backward</a></td> <td>Private slot called to handle the backward action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__bookmarkAllCallback">__bookmarkAllCallback</a></td> <td>Private callback method of __addBookmark().</td> </tr><tr> <td><a href="#WebBrowserWindow.__clearIconsDatabase">__clearIconsDatabase</a></td> <td>Private slot to clear the favicons databse.</td> </tr><tr> <td><a href="#WebBrowserWindow.__clearPrivateData">__clearPrivateData</a></td> <td>Private slot to clear the private data.</td> </tr><tr> <td><a href="#WebBrowserWindow.__closeAllWindows">__closeAllWindows</a></td> <td>Private slot to close all windows.</td> </tr><tr> <td><a href="#WebBrowserWindow.__copy">__copy</a></td> <td>Private slot called to handle the copy action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__currentChanged">__currentChanged</a></td> <td>Private slot to handle the currentChanged signal.</td> </tr><tr> <td><a href="#WebBrowserWindow.__cut">__cut</a></td> <td>Private slot called to handle the cut action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__del__">__del__</a></td> <td>Special method called during object destruction.</td> </tr><tr> <td><a href="#WebBrowserWindow.__docsInstalled">__docsInstalled</a></td> <td>Private slot handling the end of documentation installation.</td> </tr><tr> <td><a href="#WebBrowserWindow.__feedsManagerClosed">__feedsManagerClosed</a></td> <td>Private slot to handle closing the feeds manager dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__filterQtHelpDocumentation">__filterQtHelpDocumentation</a></td> <td>Private slot to filter the QtHelp documentation.</td> </tr><tr> <td><a href="#WebBrowserWindow.__find">__find</a></td> <td>Private slot to handle the find action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__forward">__forward</a></td> <td>Private slot called to handle the forward action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__home">__home</a></td> <td>Private slot called to handle the home action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__indexingFinished">__indexingFinished</a></td> <td>Private slot to handle the start of the indexing process.</td> </tr><tr> <td><a href="#WebBrowserWindow.__indexingStarted">__indexingStarted</a></td> <td>Private slot to handle the start of the indexing process.</td> </tr><tr> <td><a href="#WebBrowserWindow.__initActions">__initActions</a></td> <td>Private method to define the user interface actions.</td> </tr><tr> <td><a href="#WebBrowserWindow.__initHelpDb">__initHelpDb</a></td> <td>Private slot to initialize the documentation database.</td> </tr><tr> <td><a href="#WebBrowserWindow.__initMenus">__initMenus</a></td> <td>Private method to create the menus.</td> </tr><tr> <td><a href="#WebBrowserWindow.__initToolbars">__initToolbars</a></td> <td>Private method to create the toolbars.</td> </tr><tr> <td><a href="#WebBrowserWindow.__initWebEngineSettings">__initWebEngineSettings</a></td> <td>Private method to set the global web settings.</td> </tr><tr> <td><a href="#WebBrowserWindow.__linkActivated">__linkActivated</a></td> <td>Private slot to handle the selection of a link.</td> </tr><tr> <td><a href="#WebBrowserWindow.__linksActivated">__linksActivated</a></td> <td>Private slot to select a topic to be shown.</td> </tr><tr> <td><a href="#WebBrowserWindow.__lookForNewDocumentation">__lookForNewDocumentation</a></td> <td>Private slot to look for new documentation to be loaded into the help database.</td> </tr><tr> <td><a href="#WebBrowserWindow.__manageQtHelpDocumentation">__manageQtHelpDocumentation</a></td> <td>Private slot to manage the QtHelp documentation database.</td> </tr><tr> <td><a href="#WebBrowserWindow.__manageQtHelpFilters">__manageQtHelpFilters</a></td> <td>Private slot to manage the QtHelp filters.</td> </tr><tr> <td><a href="#WebBrowserWindow.__navigationMenuActionTriggered">__navigationMenuActionTriggered</a></td> <td>Private slot to go to the selected page.</td> </tr><tr> <td><a href="#WebBrowserWindow.__nextTab">__nextTab</a></td> <td>Private slot used to show the next tab.</td> </tr><tr> <td><a href="#WebBrowserWindow.__openFile">__openFile</a></td> <td>Private slot called to open a file.</td> </tr><tr> <td><a href="#WebBrowserWindow.__openFileNewTab">__openFileNewTab</a></td> <td>Private slot called to open a file in a new tab.</td> </tr><tr> <td><a href="#WebBrowserWindow.__paste">__paste</a></td> <td>Private slot called to handle the paste action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__prevTab">__prevTab</a></td> <td>Private slot used to show the previous tab.</td> </tr><tr> <td><a href="#WebBrowserWindow.__redo">__redo</a></td> <td>Private slot to handle the redo action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__reload">__reload</a></td> <td>Private slot called to handle the reload action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__removeOldDocumentation">__removeOldDocumentation</a></td> <td>Private slot to remove non-existing documentation from the help engine.</td> </tr><tr> <td><a href="#WebBrowserWindow.__savePageScreen">__savePageScreen</a></td> <td>Private slot to save the current page as a screen shot.</td> </tr><tr> <td><a href="#WebBrowserWindow.__saveVisiblePageScreen">__saveVisiblePageScreen</a></td> <td>Private slot to save the visible part of the current page as a screen shot.</td> </tr><tr> <td><a href="#WebBrowserWindow.__searchForWord">__searchForWord</a></td> <td>Private slot to search for a word.</td> </tr><tr> <td><a href="#WebBrowserWindow.__selectAll">__selectAll</a></td> <td>Private slot to handle the select all action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__setIconDatabasePath">__setIconDatabasePath</a></td> <td>Private method to set the favicons path.</td> </tr><tr> <td><a href="#WebBrowserWindow.__setTextEncoding">__setTextEncoding</a></td> <td>Private slot to set the selected text encoding as the default for this session.</td> </tr><tr> <td><a href="#WebBrowserWindow.__setUserStyleSheet">__setUserStyleSheet</a></td> <td>Private method to set a user style sheet.</td> </tr><tr> <td><a href="#WebBrowserWindow.__setupFilterCombo">__setupFilterCombo</a></td> <td>Private slot to setup the filter combo box.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showAcceptedLanguages">__showAcceptedLanguages</a></td> <td>Private slot to configure the accepted languages for web pages.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showAdBlockDialog">__showAdBlockDialog</a></td> <td>Private slot to show the AdBlock configuration dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showBackMenu">__showBackMenu</a></td> <td>Private slot showing the backwards navigation menu.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showBookmarksDialog">__showBookmarksDialog</a></td> <td>Private slot to show the bookmarks dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showCertificateErrorsDialog">__showCertificateErrorsDialog</a></td> <td>Private slot to show the certificate errors management dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showCookiesConfiguration">__showCookiesConfiguration</a></td> <td>Private slot to configure the cookies handling.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showDownloadsWindow">__showDownloadsWindow</a></td> <td>Private slot to show the downloads dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showEnginesConfigurationDialog">__showEnginesConfigurationDialog</a></td> <td>Private slot to show the search engines configuration dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showFeaturePermissionDialog">__showFeaturePermissionDialog</a></td> <td>Private slot to show the feature permission dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showFeedsManager">__showFeedsManager</a></td> <td>Private slot to show the feeds manager dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showFlashCookiesManagement">__showFlashCookiesManagement</a></td> <td>Private slot to show the flash cookies management dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showForwardMenu">__showForwardMenu</a></td> <td>Private slot showing the forwards navigation menu.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showGreaseMonkeyConfigDialog">__showGreaseMonkeyConfigDialog</a></td> <td>Private slot to show the GreaseMonkey scripts configuration dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showIndexWindow">__showIndexWindow</a></td> <td>Private method to show the index window.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showInstallationError">__showInstallationError</a></td> <td>Private slot to show installation errors.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showPageSource">__showPageSource</a></td> <td>Private slot to show the source of the current page in an editor.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showPageSourceCallback">__showPageSourceCallback</a></td> <td>Private method to show the source of the current page in an editor.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showPasswordsDialog">__showPasswordsDialog</a></td> <td>Private slot to show the passwords management dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showPersonalInformationDialog">__showPersonalInformationDialog</a></td> <td>Private slot to show the Personal Information configuration dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showPreferences">__showPreferences</a></td> <td>Private slot to set the preferences.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showSearchWindow">__showSearchWindow</a></td> <td>Private method to show the search window.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showSiteinfoDialog">__showSiteinfoDialog</a></td> <td>Private slot to show the site info dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showSyncDialog">__showSyncDialog</a></td> <td>Private slot to show the synchronization dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showTocWindow">__showTocWindow</a></td> <td>Private method to show the table of contents window.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showUserAgentsDialog">__showUserAgentsDialog</a></td> <td>Private slot to show the user agents management dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showWebIconsDialog">__showWebIconsDialog</a></td> <td>Private slot to show a dialog to manage the favicons database.</td> </tr><tr> <td><a href="#WebBrowserWindow.__showZoomValuesDialog">__showZoomValuesDialog</a></td> <td>Private slot to show the zoom values management dialog.</td> </tr><tr> <td><a href="#WebBrowserWindow.__stopLoading">__stopLoading</a></td> <td>Private slot called to handle loading of the current page.</td> </tr><tr> <td><a href="#WebBrowserWindow.__switchTab">__switchTab</a></td> <td>Private slot used to switch between the current and the previous current tab.</td> </tr><tr> <td><a href="#WebBrowserWindow.__syncTOC">__syncTOC</a></td> <td>Private slot to synchronize the TOC with the currently shown page.</td> </tr><tr> <td><a href="#WebBrowserWindow.__titleChanged">__titleChanged</a></td> <td>Private slot called to handle a change of a browser's title.</td> </tr><tr> <td><a href="#WebBrowserWindow.__toggleJavaScriptConsole">__toggleJavaScriptConsole</a></td> <td>Private slot to toggle the JavaScript console.</td> </tr><tr> <td><a href="#WebBrowserWindow.__undo">__undo</a></td> <td>Private slot to handle the undo action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__viewFullScreen">__viewFullScreen</a></td> <td>Private slot called to toggle fullscreen mode.</td> </tr><tr> <td><a href="#WebBrowserWindow.__virusTotalDomainReport">__virusTotalDomainReport</a></td> <td>Private slot to retrieve a domain report.</td> </tr><tr> <td><a href="#WebBrowserWindow.__virusTotalFileScanReport">__virusTotalFileScanReport</a></td> <td>Private slot to initiate the display of the file scan report page.</td> </tr><tr> <td><a href="#WebBrowserWindow.__virusTotalIpAddressReport">__virusTotalIpAddressReport</a></td> <td>Private slot to retrieve an IP address report.</td> </tr><tr> <td><a href="#WebBrowserWindow.__virusTotalScanCurrentSite">__virusTotalScanCurrentSite</a></td> <td>Private slot to ask VirusTotal for a scan of the URL of the current browser.</td> </tr><tr> <td><a href="#WebBrowserWindow.__virusTotalSubmitUrlError">__virusTotalSubmitUrlError</a></td> <td>Private slot to handle an URL scan submission error.</td> </tr><tr> <td><a href="#WebBrowserWindow.__virusTotalUrlScanReport">__virusTotalUrlScanReport</a></td> <td>Private slot to initiate the display of the URL scan report page.</td> </tr><tr> <td><a href="#WebBrowserWindow.__warning">__warning</a></td> <td>Private slot handling warnings from the help engine.</td> </tr><tr> <td><a href="#WebBrowserWindow.__whatsThis">__whatsThis</a></td> <td>Private slot called in to enter Whats This mode.</td> </tr><tr> <td><a href="#WebBrowserWindow.__zoomIn">__zoomIn</a></td> <td>Private slot called to handle the zoom in action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__zoomOut">__zoomOut</a></td> <td>Private slot called to handle the zoom out action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__zoomReset">__zoomReset</a></td> <td>Private slot called to handle the zoom reset action.</td> </tr><tr> <td><a href="#WebBrowserWindow.__zoomValueChanged">__zoomValueChanged</a></td> <td>Private slot to handle value changes of the zoom widget.</td> </tr><tr> <td><a href="#WebBrowserWindow.adBlockIcon">adBlockIcon</a></td> <td>Public method to get a reference to the AdBlock icon.</td> </tr><tr> <td><a href="#WebBrowserWindow.bookmarkAll">bookmarkAll</a></td> <td>Public slot to bookmark all open tabs.</td> </tr><tr> <td><a href="#WebBrowserWindow.browserAt">browserAt</a></td> <td>Public method to get a reference to the web browser with the given index.</td> </tr><tr> <td><a href="#WebBrowserWindow.browsers">browsers</a></td> <td>Public method to get a list of references to all web browsers.</td> </tr><tr> <td><a href="#WebBrowserWindow.closeEvent">closeEvent</a></td> <td>Protected event handler for the close event.</td> </tr><tr> <td><a href="#WebBrowserWindow.currentBrowser">currentBrowser</a></td> <td>Public method to get a reference to the current web browser.</td> </tr><tr> <td><a href="#WebBrowserWindow.enterHtmlFullScreen">enterHtmlFullScreen</a></td> <td>Public method to switch to full screen initiated by the HTML page.</td> </tr><tr> <td><a href="#WebBrowserWindow.event">event</a></td> <td>Public method handling events.</td> </tr><tr> <td><a href="#WebBrowserWindow.eventKeyboardModifiers">eventKeyboardModifiers</a></td> <td>Public method to get the last recorded keyboard modifiers.</td> </tr><tr> <td><a href="#WebBrowserWindow.eventMouseButtons">eventMouseButtons</a></td> <td>Public method to get the last recorded mouse buttons.</td> </tr><tr> <td><a href="#WebBrowserWindow.fromEric">fromEric</a></td> <td>Public method to check, if the web browser was called from within the eric IDE.</td> </tr><tr> <td><a href="#WebBrowserWindow.getActions">getActions</a></td> <td>Public method to get a list of all actions.</td> </tr><tr> <td><a href="#WebBrowserWindow.getSourceFileList">getSourceFileList</a></td> <td>Public method to get a list of all opened source files.</td> </tr><tr> <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td> <td>Public method to get a reference to the most recent active web browser window.</td> </tr><tr> <td><a href="#WebBrowserWindow.javascriptConsole">javascriptConsole</a></td> <td>Public method to get a reference to the JavaScript console widget.</td> </tr><tr> <td><a href="#WebBrowserWindow.keyPressEvent">keyPressEvent</a></td> <td>Protected method to handle key presses.</td> </tr><tr> <td><a href="#WebBrowserWindow.masterPasswordChanged">masterPasswordChanged</a></td> <td>Public slot to handle the change of the master password.</td> </tr><tr> <td><a href="#WebBrowserWindow.mousePressEvent">mousePressEvent</a></td> <td>Protected method called by a mouse press event.</td> </tr><tr> <td><a href="#WebBrowserWindow.newPrivateWindow">newPrivateWindow</a></td> <td>Public slot called to open a new private web browser window.</td> </tr><tr> <td><a href="#WebBrowserWindow.newTab">newTab</a></td> <td>Public slot called to open a new web browser tab.</td> </tr><tr> <td><a href="#WebBrowserWindow.newWindow">newWindow</a></td> <td>Public slot called to open a new web browser window.</td> </tr><tr> <td><a href="#WebBrowserWindow.openSearchManager">openSearchManager</a></td> <td>Public method to get a reference to the opensearch manager object.</td> </tr><tr> <td><a href="#WebBrowserWindow.openUrl">openUrl</a></td> <td>Public slot to load a URL in the current tab.</td> </tr><tr> <td><a href="#WebBrowserWindow.openUrlNewTab">openUrlNewTab</a></td> <td>Public slot to load a URL in a new tab.</td> </tr><tr> <td><a href="#WebBrowserWindow.preferencesChanged">preferencesChanged</a></td> <td>Public slot to handle a change of preferences.</td> </tr><tr> <td><a href="#WebBrowserWindow.reloadUserStyleSheet">reloadUserStyleSheet</a></td> <td>Public method to reload the user style sheet.</td> </tr><tr> <td><a href="#WebBrowserWindow.requestVirusTotalScan">requestVirusTotalScan</a></td> <td>Public method to submit a request to scan an URL by VirusTotal.</td> </tr><tr> <td><a href="#WebBrowserWindow.search">search</a></td> <td>Public method to search for a word.</td> </tr><tr> <td><a href="#WebBrowserWindow.searchEnginesAction">searchEnginesAction</a></td> <td>Public method to get a reference to the search engines configuration action.</td> </tr><tr> <td><a href="#WebBrowserWindow.setBackwardAvailable">setBackwardAvailable</a></td> <td>Public slot called when backward references are available.</td> </tr><tr> <td><a href="#WebBrowserWindow.setEventKeyboardModifiers">setEventKeyboardModifiers</a></td> <td>Public method to record keyboard modifiers.</td> </tr><tr> <td><a href="#WebBrowserWindow.setEventMouseButtons">setEventMouseButtons</a></td> <td>Public method to record mouse buttons.</td> </tr><tr> <td><a href="#WebBrowserWindow.setForwardAvailable">setForwardAvailable</a></td> <td>Public slot called when forward references are available.</td> </tr><tr> <td><a href="#WebBrowserWindow.setLoadingActions">setLoadingActions</a></td> <td>Public slot to set the loading dependent actions.</td> </tr><tr> <td><a href="#WebBrowserWindow.shutdown">shutdown</a></td> <td>Public method to shut down the web browser.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="WebBrowserWindow.adBlockManager" ID="WebBrowserWindow.adBlockManager"></a> <h4>WebBrowserWindow.adBlockManager (class method)</h4> <b>adBlockManager</b>(<i></i>) <p> Class method to get a reference to the AdBlock manager. </p><dl> <dt>Returns:</dt> <dd> reference to the AdBlock manager (AdBlockManager) </dd> </dl><a NAME="WebBrowserWindow.bookmarksManager" ID="WebBrowserWindow.bookmarksManager"></a> <h4>WebBrowserWindow.bookmarksManager (class method)</h4> <b>bookmarksManager</b>(<i></i>) <p> Class method to get a reference to the bookmarks manager. </p><dl> <dt>Returns:</dt> <dd> reference to the bookmarks manager (BookmarksManager) </dd> </dl><a NAME="WebBrowserWindow.cookieJar" ID="WebBrowserWindow.cookieJar"></a> <h4>WebBrowserWindow.cookieJar (class method)</h4> <b>cookieJar</b>(<i></i>) <p> Class method to get a reference to the cookie jar. </p><dl> <dt>Returns:</dt> <dd> reference to the cookie jar (CookieJar) </dd> </dl><a NAME="WebBrowserWindow.downloadManager" ID="WebBrowserWindow.downloadManager"></a> <h4>WebBrowserWindow.downloadManager (class method)</h4> <b>downloadManager</b>(<i></i>) <p> Class method to get a reference to the download manager. </p><dl> <dt>Returns:</dt> <dd> reference to the download manager (DownloadManager) </dd> </dl><a NAME="WebBrowserWindow.downloadRequested" ID="WebBrowserWindow.downloadRequested"></a> <h4>WebBrowserWindow.downloadRequested (class method)</h4> <b>downloadRequested</b>(<i>download</i>) <p> Class method to handle a download request. </p><dl> <dt><i>download</i> (QWebEngineDownloadItem)</dt> <dd> reference to the download data </dd> </dl><a NAME="WebBrowserWindow.featurePermissionManager" ID="WebBrowserWindow.featurePermissionManager"></a> <h4>WebBrowserWindow.featurePermissionManager (class method)</h4> <b>featurePermissionManager</b>(<i></i>) <p> Class method to get a reference to the feature permission manager. </p><dl> <dt>Returns:</dt> <dd> reference to the feature permission manager </dd> </dl><dl> <dt>Return Type:</dt> <dd> FeaturePermissionManager </dd> </dl><a NAME="WebBrowserWindow.feedsManager" ID="WebBrowserWindow.feedsManager"></a> <h4>WebBrowserWindow.feedsManager (class method)</h4> <b>feedsManager</b>(<i></i>) <p> Class method to get a reference to the RSS feeds manager. </p><dl> <dt>Returns:</dt> <dd> reference to the RSS feeds manager (FeedsManager) </dd> </dl><a NAME="WebBrowserWindow.flashCookieManager" ID="WebBrowserWindow.flashCookieManager"></a> <h4>WebBrowserWindow.flashCookieManager (class method)</h4> <b>flashCookieManager</b>(<i></i>) <p> Class method to get a reference to the flash cookies manager. </p><dl> <dt>Returns:</dt> <dd> reference to the flash cookies manager </dd> </dl><dl> <dt>Return Type:</dt> <dd> FlashCookieManager </dd> </dl><a NAME="WebBrowserWindow.greaseMonkeyManager" ID="WebBrowserWindow.greaseMonkeyManager"></a> <h4>WebBrowserWindow.greaseMonkeyManager (class method)</h4> <b>greaseMonkeyManager</b>(<i></i>) <p> Class method to get a reference to the GreaseMonkey manager. </p><dl> <dt>Returns:</dt> <dd> reference to the GreaseMonkey manager (GreaseMonkeyManager) </dd> </dl><a NAME="WebBrowserWindow.helpEngine" ID="WebBrowserWindow.helpEngine"></a> <h4>WebBrowserWindow.helpEngine (class method)</h4> <b>helpEngine</b>(<i></i>) <p> Class method to get a reference to the help engine. </p><dl> <dt>Returns:</dt> <dd> reference to the help engine (QHelpEngine) </dd> </dl><a NAME="WebBrowserWindow.historyManager" ID="WebBrowserWindow.historyManager"></a> <h4>WebBrowserWindow.historyManager (class method)</h4> <b>historyManager</b>(<i></i>) <p> Class method to get a reference to the history manager. </p><dl> <dt>Returns:</dt> <dd> reference to the history manager (HistoryManager) </dd> </dl><a NAME="WebBrowserWindow.icon" ID="WebBrowserWindow.icon"></a> <h4>WebBrowserWindow.icon (class method)</h4> <b>icon</b>(<i>url</i>) <p> Class method to get the icon for an URL. </p><dl> <dt><i>url</i></dt> <dd> URL to get icon for (QUrl) </dd> </dl><dl> <dt>Returns:</dt> <dd> icon for the URL (QIcon) </dd> </dl><a NAME="WebBrowserWindow.imageSearchEngine" ID="WebBrowserWindow.imageSearchEngine"></a> <h4>WebBrowserWindow.imageSearchEngine (class method)</h4> <b>imageSearchEngine</b>(<i></i>) <p> Class method to get a reference to the image search engine. </p><dl> <dt>Returns:</dt> <dd> reference to the image finder object </dd> </dl><dl> <dt>Return Type:</dt> <dd> ImageSearchEngine </dd> </dl><a NAME="WebBrowserWindow.isPrivate" ID="WebBrowserWindow.isPrivate"></a> <h4>WebBrowserWindow.isPrivate (class method)</h4> <b>isPrivate</b>(<i></i>) <p> Class method to check the private browsing mode. </p><dl> <dt>Returns:</dt> <dd> flag indicating private browsing mode </dd> </dl><dl> <dt>Return Type:</dt> <dd> bool </dd> </dl><a NAME="WebBrowserWindow.mainWindow" ID="WebBrowserWindow.mainWindow"></a> <h4>WebBrowserWindow.mainWindow (class method)</h4> <b>mainWindow</b>(<i></i>) <p> Class method to get a reference to the main window. </p><dl> <dt>Returns:</dt> <dd> reference to the main window (WebBrowserWindow) </dd> </dl><a NAME="WebBrowserWindow.mainWindows" ID="WebBrowserWindow.mainWindows"></a> <h4>WebBrowserWindow.mainWindows (class method)</h4> <b>mainWindows</b>(<i></i>) <p> Class method to get references to all main windows. </p><dl> <dt>Returns:</dt> <dd> references to all main window (list of WebBrowserWindow) </dd> </dl><a NAME="WebBrowserWindow.networkManager" ID="WebBrowserWindow.networkManager"></a> <h4>WebBrowserWindow.networkManager (class method)</h4> <b>networkManager</b>(<i></i>) <p> Class method to get a reference to the network manager object. </p><dl> <dt>Returns:</dt> <dd> reference to the network access manager (NetworkManager) </dd> </dl><a NAME="WebBrowserWindow.notificationsEnabled" ID="WebBrowserWindow.notificationsEnabled"></a> <h4>WebBrowserWindow.notificationsEnabled (class method)</h4> <b>notificationsEnabled</b>(<i></i>) <p> Class method to check, if notifications are enabled. </p><dl> <dt>Returns:</dt> <dd> flag indicating, if notifications are enabled (boolean) </dd> </dl><a NAME="WebBrowserWindow.passwordManager" ID="WebBrowserWindow.passwordManager"></a> <h4>WebBrowserWindow.passwordManager (class method)</h4> <b>passwordManager</b>(<i></i>) <p> Class method to get a reference to the password manager. </p><dl> <dt>Returns:</dt> <dd> reference to the password manager (PasswordManager) </dd> </dl><a NAME="WebBrowserWindow.personalInformationManager" ID="WebBrowserWindow.personalInformationManager"></a> <h4>WebBrowserWindow.personalInformationManager (class method)</h4> <b>personalInformationManager</b>(<i></i>) <p> Class method to get a reference to the personal information manager. </p><dl> <dt>Returns:</dt> <dd> reference to the personal information manager (PersonalInformationManager) </dd> </dl><a NAME="WebBrowserWindow.setUseQtHelp" ID="WebBrowserWindow.setUseQtHelp"></a> <h4>WebBrowserWindow.setUseQtHelp (class method)</h4> <b>setUseQtHelp</b>(<i>use</i>) <p> Class method to set the QtHelp usage. </p><dl> <dt><i>use</i></dt> <dd> flag indicating usage (boolean) </dd> </dl><a NAME="WebBrowserWindow.showNotification" ID="WebBrowserWindow.showNotification"></a> <h4>WebBrowserWindow.showNotification (class method)</h4> <b>showNotification</b>(<i>icon, heading, text</i>) <p> Class method to show a desktop notification. </p><dl> <dt><i>icon</i></dt> <dd> icon to be shown in the notification (QPixmap) </dd><dt><i>heading</i></dt> <dd> heading of the notification (string) </dd><dt><i>text</i></dt> <dd> text of the notification (string) </dd> </dl><a NAME="WebBrowserWindow.speedDial" ID="WebBrowserWindow.speedDial"></a> <h4>WebBrowserWindow.speedDial (class method)</h4> <b>speedDial</b>(<i></i>) <p> Class methdo to get a reference to the speed dial. </p><dl> <dt>Returns:</dt> <dd> reference to the speed dial (SpeedDial) </dd> </dl><a NAME="WebBrowserWindow.syncManager" ID="WebBrowserWindow.syncManager"></a> <h4>WebBrowserWindow.syncManager (class method)</h4> <b>syncManager</b>(<i></i>) <p> Class method to get a reference to the data synchronization manager. </p><dl> <dt>Returns:</dt> <dd> reference to the data synchronization manager (SyncManager) </dd> </dl><a NAME="WebBrowserWindow.userAgentsManager" ID="WebBrowserWindow.userAgentsManager"></a> <h4>WebBrowserWindow.userAgentsManager (class method)</h4> <b>userAgentsManager</b>(<i></i>) <p> Class method to get a reference to the user agents manager. </p><dl> <dt>Returns:</dt> <dd> reference to the user agents manager (UserAgentManager) </dd> </dl><a NAME="WebBrowserWindow.webProfile" ID="WebBrowserWindow.webProfile"></a> <h4>WebBrowserWindow.webProfile (class method)</h4> <b>webProfile</b>(<i>private=False</i>) <p> Class method handling the web engine profile. </p><dl> <dt><i>private</i> (bool)</dt> <dd> flag indicating the privacy mode </dd> </dl><dl> <dt>Returns:</dt> <dd> reference to the web profile object </dd> </dl><dl> <dt>Return Type:</dt> <dd> QWebEngineProfile </dd> </dl><a NAME="WebBrowserWindow.__init__" ID="WebBrowserWindow.__init__"></a> <h4>WebBrowserWindow (Constructor)</h4> <b>WebBrowserWindow</b>(<i>home, path, parent, name, fromEric=False, initShortcutsOnly=False, searchWord=None, private=False, qthelp=False, settingsDir=""</i>) <p> Constructor </p><dl> <dt><i>home</i></dt> <dd> the URL to be shown (string) </dd><dt><i>path</i></dt> <dd> the path of the working dir (usually '.') (string) </dd><dt><i>parent</i></dt> <dd> parent widget of this window (QWidget) </dd><dt><i>name</i></dt> <dd> name of this window (string) </dd><dt><i>fromEric</i></dt> <dd> flag indicating whether it was called from within eric6 (boolean) </dd><dt><i>initShortcutsOnly=</i></dt> <dd> flag indicating to just initialize the keyboard shortcuts (boolean) </dd><dt><i>searchWord=</i></dt> <dd> word to search for (string) </dd><dt><i>private=</i></dt> <dd> flag indicating a private browsing window (bool) </dd><dt><i>qthelp=</i></dt> <dd> flag indicating to enable the QtHelp support (bool) </dd><dt><i>settingsDir=</i></dt> <dd> directory to be used for the settings files (str) </dd> </dl><a NAME="WebBrowserWindow.__about" ID="WebBrowserWindow.__about"></a> <h4>WebBrowserWindow.__about</h4> <b>__about</b>(<i></i>) <p> Private slot to show the about information. </p><a NAME="WebBrowserWindow.__aboutQt" ID="WebBrowserWindow.__aboutQt"></a> <h4>WebBrowserWindow.__aboutQt</h4> <b>__aboutQt</b>(<i></i>) <p> Private slot to show info about Qt. </p><a NAME="WebBrowserWindow.__aboutToShowSettingsMenu" ID="WebBrowserWindow.__aboutToShowSettingsMenu"></a> <h4>WebBrowserWindow.__aboutToShowSettingsMenu</h4> <b>__aboutToShowSettingsMenu</b>(<i></i>) <p> Private slot to show the Settings menu. </p><a NAME="WebBrowserWindow.__aboutToShowTextEncodingMenu" ID="WebBrowserWindow.__aboutToShowTextEncodingMenu"></a> <h4>WebBrowserWindow.__aboutToShowTextEncodingMenu</h4> <b>__aboutToShowTextEncodingMenu</b>(<i></i>) <p> Private slot to populate the text encoding menu. </p><a NAME="WebBrowserWindow.__activateCurrentBrowser" ID="WebBrowserWindow.__activateCurrentBrowser"></a> <h4>WebBrowserWindow.__activateCurrentBrowser</h4> <b>__activateCurrentBrowser</b>(<i></i>) <p> Private slot to activate the current browser. </p><a NAME="WebBrowserWindow.__activateDock" ID="WebBrowserWindow.__activateDock"></a> <h4>WebBrowserWindow.__activateDock</h4> <b>__activateDock</b>(<i>widget</i>) <p> Private method to activate the dock widget of the given widget. </p><dl> <dt><i>widget</i></dt> <dd> reference to the widget to be activated (QWidget) </dd> </dl><a NAME="WebBrowserWindow.__addBookmark" ID="WebBrowserWindow.__addBookmark"></a> <h4>WebBrowserWindow.__addBookmark</h4> <b>__addBookmark</b>(<i></i>) <p> Private slot called to add the displayed file to the bookmarks. </p><a NAME="WebBrowserWindow.__addBookmarkCallback" ID="WebBrowserWindow.__addBookmarkCallback"></a> <h4>WebBrowserWindow.__addBookmarkCallback</h4> <b>__addBookmarkCallback</b>(<i>url, title, res</i>) <p> Private callback method of __addBookmark(). </p><dl> <dt><i>url</i> (str)</dt> <dd> URL for the bookmark </dd><dt><i>title</i> (str)</dt> <dd> title for the bookmark </dd><dt><i>res</i> (list)</dt> <dd> result of the JavaScript </dd> </dl><a NAME="WebBrowserWindow.__addBookmarkFolder" ID="WebBrowserWindow.__addBookmarkFolder"></a> <h4>WebBrowserWindow.__addBookmarkFolder</h4> <b>__addBookmarkFolder</b>(<i></i>) <p> Private slot to add a new bookmarks folder. </p><a NAME="WebBrowserWindow.__appFocusChanged" ID="WebBrowserWindow.__appFocusChanged"></a> <h4>WebBrowserWindow.__appFocusChanged</h4> <b>__appFocusChanged</b>(<i>old, now</i>) <p> Private slot to handle a change of the focus. </p><dl> <dt><i>old</i></dt> <dd> reference to the widget, that lost focus (QWidget or None) </dd><dt><i>now</i></dt> <dd> reference to the widget having the focus (QWidget or None) </dd> </dl><a NAME="WebBrowserWindow.__backward" ID="WebBrowserWindow.__backward"></a> <h4>WebBrowserWindow.__backward</h4> <b>__backward</b>(<i></i>) <p> Private slot called to handle the backward action. </p><a NAME="WebBrowserWindow.__bookmarkAllCallback" ID="WebBrowserWindow.__bookmarkAllCallback"></a> <h4>WebBrowserWindow.__bookmarkAllCallback</h4> <b>__bookmarkAllCallback</b>(<i>folder, url, title, res</i>) <p> Private callback method of __addBookmark(). </p><dl> <dt><i>folder</i> (BookmarkNode)</dt> <dd> reference to the bookmarks folder </dd><dt><i>url</i> (str)</dt> <dd> URL for the bookmark </dd><dt><i>title</i> (str)</dt> <dd> title for the bookmark </dd><dt><i>res</i> (list)</dt> <dd> result of the JavaScript </dd> </dl><a NAME="WebBrowserWindow.__clearIconsDatabase" ID="WebBrowserWindow.__clearIconsDatabase"></a> <h4>WebBrowserWindow.__clearIconsDatabase</h4> <b>__clearIconsDatabase</b>(<i></i>) <p> Private slot to clear the favicons databse. </p><a NAME="WebBrowserWindow.__clearPrivateData" ID="WebBrowserWindow.__clearPrivateData"></a> <h4>WebBrowserWindow.__clearPrivateData</h4> <b>__clearPrivateData</b>(<i></i>) <p> Private slot to clear the private data. </p><a NAME="WebBrowserWindow.__closeAllWindows" ID="WebBrowserWindow.__closeAllWindows"></a> <h4>WebBrowserWindow.__closeAllWindows</h4> <b>__closeAllWindows</b>(<i></i>) <p> Private slot to close all windows. </p><a NAME="WebBrowserWindow.__copy" ID="WebBrowserWindow.__copy"></a> <h4>WebBrowserWindow.__copy</h4> <b>__copy</b>(<i></i>) <p> Private slot called to handle the copy action. </p><a NAME="WebBrowserWindow.__currentChanged" ID="WebBrowserWindow.__currentChanged"></a> <h4>WebBrowserWindow.__currentChanged</h4> <b>__currentChanged</b>(<i>index</i>) <p> Private slot to handle the currentChanged signal. </p><dl> <dt><i>index</i></dt> <dd> index of the current tab (integer) </dd> </dl><a NAME="WebBrowserWindow.__cut" ID="WebBrowserWindow.__cut"></a> <h4>WebBrowserWindow.__cut</h4> <b>__cut</b>(<i></i>) <p> Private slot called to handle the cut action. </p><a NAME="WebBrowserWindow.__del__" ID="WebBrowserWindow.__del__"></a> <h4>WebBrowserWindow.__del__</h4> <b>__del__</b>(<i></i>) <p> Special method called during object destruction. </p><p> Note: This empty variant seems to get rid of the Qt message 'Warning: QBasicTimer::start: QBasicTimer can only be used with threads started with QThread' </p><a NAME="WebBrowserWindow.__docsInstalled" ID="WebBrowserWindow.__docsInstalled"></a> <h4>WebBrowserWindow.__docsInstalled</h4> <b>__docsInstalled</b>(<i>installed</i>) <p> Private slot handling the end of documentation installation. </p><dl> <dt><i>installed</i></dt> <dd> flag indicating that documents were installed (boolean) </dd> </dl><a NAME="WebBrowserWindow.__feedsManagerClosed" ID="WebBrowserWindow.__feedsManagerClosed"></a> <h4>WebBrowserWindow.__feedsManagerClosed</h4> <b>__feedsManagerClosed</b>(<i></i>) <p> Private slot to handle closing the feeds manager dialog. </p><a NAME="WebBrowserWindow.__filterQtHelpDocumentation" ID="WebBrowserWindow.__filterQtHelpDocumentation"></a> <h4>WebBrowserWindow.__filterQtHelpDocumentation</h4> <b>__filterQtHelpDocumentation</b>(<i>customFilter</i>) <p> Private slot to filter the QtHelp documentation. </p><dl> <dt><i>customFilter</i></dt> <dd> name of filter to be applied (string) </dd> </dl><a NAME="WebBrowserWindow.__find" ID="WebBrowserWindow.__find"></a> <h4>WebBrowserWindow.__find</h4> <b>__find</b>(<i></i>) <p> Private slot to handle the find action. </p><p> It opens the search dialog in order to perform the various search actions and to collect the various search info. </p><a NAME="WebBrowserWindow.__forward" ID="WebBrowserWindow.__forward"></a> <h4>WebBrowserWindow.__forward</h4> <b>__forward</b>(<i></i>) <p> Private slot called to handle the forward action. </p><a NAME="WebBrowserWindow.__home" ID="WebBrowserWindow.__home"></a> <h4>WebBrowserWindow.__home</h4> <b>__home</b>(<i></i>) <p> Private slot called to handle the home action. </p><a NAME="WebBrowserWindow.__indexingFinished" ID="WebBrowserWindow.__indexingFinished"></a> <h4>WebBrowserWindow.__indexingFinished</h4> <b>__indexingFinished</b>(<i></i>) <p> Private slot to handle the start of the indexing process. </p><a NAME="WebBrowserWindow.__indexingStarted" ID="WebBrowserWindow.__indexingStarted"></a> <h4>WebBrowserWindow.__indexingStarted</h4> <b>__indexingStarted</b>(<i></i>) <p> Private slot to handle the start of the indexing process. </p><a NAME="WebBrowserWindow.__initActions" ID="WebBrowserWindow.__initActions"></a> <h4>WebBrowserWindow.__initActions</h4> <b>__initActions</b>(<i></i>) <p> Private method to define the user interface actions. </p><a NAME="WebBrowserWindow.__initHelpDb" ID="WebBrowserWindow.__initHelpDb"></a> <h4>WebBrowserWindow.__initHelpDb</h4> <b>__initHelpDb</b>(<i></i>) <p> Private slot to initialize the documentation database. </p><a NAME="WebBrowserWindow.__initMenus" ID="WebBrowserWindow.__initMenus"></a> <h4>WebBrowserWindow.__initMenus</h4> <b>__initMenus</b>(<i></i>) <p> Private method to create the menus. </p><a NAME="WebBrowserWindow.__initToolbars" ID="WebBrowserWindow.__initToolbars"></a> <h4>WebBrowserWindow.__initToolbars</h4> <b>__initToolbars</b>(<i></i>) <p> Private method to create the toolbars. </p><a NAME="WebBrowserWindow.__initWebEngineSettings" ID="WebBrowserWindow.__initWebEngineSettings"></a> <h4>WebBrowserWindow.__initWebEngineSettings</h4> <b>__initWebEngineSettings</b>(<i></i>) <p> Private method to set the global web settings. </p><a NAME="WebBrowserWindow.__linkActivated" ID="WebBrowserWindow.__linkActivated"></a> <h4>WebBrowserWindow.__linkActivated</h4> <b>__linkActivated</b>(<i>url</i>) <p> Private slot to handle the selection of a link. </p><dl> <dt><i>url</i></dt> <dd> URL to be shown (QUrl) </dd> </dl><a NAME="WebBrowserWindow.__linksActivated" ID="WebBrowserWindow.__linksActivated"></a> <h4>WebBrowserWindow.__linksActivated</h4> <b>__linksActivated</b>(<i>links, keyword</i>) <p> Private slot to select a topic to be shown. </p><dl> <dt><i>links</i></dt> <dd> dictionary with help topic as key (string) and URL as value (QUrl) </dd><dt><i>keyword</i></dt> <dd> keyword for the link set (string) </dd> </dl><a NAME="WebBrowserWindow.__lookForNewDocumentation" ID="WebBrowserWindow.__lookForNewDocumentation"></a> <h4>WebBrowserWindow.__lookForNewDocumentation</h4> <b>__lookForNewDocumentation</b>(<i></i>) <p> Private slot to look for new documentation to be loaded into the help database. </p><a NAME="WebBrowserWindow.__manageQtHelpDocumentation" ID="WebBrowserWindow.__manageQtHelpDocumentation"></a> <h4>WebBrowserWindow.__manageQtHelpDocumentation</h4> <b>__manageQtHelpDocumentation</b>(<i></i>) <p> Private slot to manage the QtHelp documentation database. </p><a NAME="WebBrowserWindow.__manageQtHelpFilters" ID="WebBrowserWindow.__manageQtHelpFilters"></a> <h4>WebBrowserWindow.__manageQtHelpFilters</h4> <b>__manageQtHelpFilters</b>(<i></i>) <p> Private slot to manage the QtHelp filters. </p><a NAME="WebBrowserWindow.__navigationMenuActionTriggered" ID="WebBrowserWindow.__navigationMenuActionTriggered"></a> <h4>WebBrowserWindow.__navigationMenuActionTriggered</h4> <b>__navigationMenuActionTriggered</b>(<i>act</i>) <p> Private slot to go to the selected page. </p><dl> <dt><i>act</i></dt> <dd> reference to the action selected in the navigation menu (QAction) </dd> </dl><a NAME="WebBrowserWindow.__nextTab" ID="WebBrowserWindow.__nextTab"></a> <h4>WebBrowserWindow.__nextTab</h4> <b>__nextTab</b>(<i></i>) <p> Private slot used to show the next tab. </p><a NAME="WebBrowserWindow.__openFile" ID="WebBrowserWindow.__openFile"></a> <h4>WebBrowserWindow.__openFile</h4> <b>__openFile</b>(<i></i>) <p> Private slot called to open a file. </p><a NAME="WebBrowserWindow.__openFileNewTab" ID="WebBrowserWindow.__openFileNewTab"></a> <h4>WebBrowserWindow.__openFileNewTab</h4> <b>__openFileNewTab</b>(<i></i>) <p> Private slot called to open a file in a new tab. </p><a NAME="WebBrowserWindow.__paste" ID="WebBrowserWindow.__paste"></a> <h4>WebBrowserWindow.__paste</h4> <b>__paste</b>(<i></i>) <p> Private slot called to handle the paste action. </p><a NAME="WebBrowserWindow.__prevTab" ID="WebBrowserWindow.__prevTab"></a> <h4>WebBrowserWindow.__prevTab</h4> <b>__prevTab</b>(<i></i>) <p> Private slot used to show the previous tab. </p><a NAME="WebBrowserWindow.__redo" ID="WebBrowserWindow.__redo"></a> <h4>WebBrowserWindow.__redo</h4> <b>__redo</b>(<i></i>) <p> Private slot to handle the redo action. </p><a NAME="WebBrowserWindow.__reload" ID="WebBrowserWindow.__reload"></a> <h4>WebBrowserWindow.__reload</h4> <b>__reload</b>(<i></i>) <p> Private slot called to handle the reload action. </p><a NAME="WebBrowserWindow.__removeOldDocumentation" ID="WebBrowserWindow.__removeOldDocumentation"></a> <h4>WebBrowserWindow.__removeOldDocumentation</h4> <b>__removeOldDocumentation</b>(<i></i>) <p> Private slot to remove non-existing documentation from the help engine. </p><a NAME="WebBrowserWindow.__savePageScreen" ID="WebBrowserWindow.__savePageScreen"></a> <h4>WebBrowserWindow.__savePageScreen</h4> <b>__savePageScreen</b>(<i>visibleOnly=False</i>) <p> Private slot to save the current page as a screen shot. </p><dl> <dt><i>visibleOnly</i></dt> <dd> flag indicating to just save the visible part of the page (boolean) </dd> </dl><a NAME="WebBrowserWindow.__saveVisiblePageScreen" ID="WebBrowserWindow.__saveVisiblePageScreen"></a> <h4>WebBrowserWindow.__saveVisiblePageScreen</h4> <b>__saveVisiblePageScreen</b>(<i></i>) <p> Private slot to save the visible part of the current page as a screen shot. </p><a NAME="WebBrowserWindow.__searchForWord" ID="WebBrowserWindow.__searchForWord"></a> <h4>WebBrowserWindow.__searchForWord</h4> <b>__searchForWord</b>(<i></i>) <p> Private slot to search for a word. </p><a NAME="WebBrowserWindow.__selectAll" ID="WebBrowserWindow.__selectAll"></a> <h4>WebBrowserWindow.__selectAll</h4> <b>__selectAll</b>(<i></i>) <p> Private slot to handle the select all action. </p><a NAME="WebBrowserWindow.__setIconDatabasePath" ID="WebBrowserWindow.__setIconDatabasePath"></a> <h4>WebBrowserWindow.__setIconDatabasePath</h4> <b>__setIconDatabasePath</b>(<i>enable=True</i>) <p> Private method to set the favicons path. </p><dl> <dt><i>enable</i></dt> <dd> flag indicating to enabled icon storage (boolean) </dd> </dl><a NAME="WebBrowserWindow.__setTextEncoding" ID="WebBrowserWindow.__setTextEncoding"></a> <h4>WebBrowserWindow.__setTextEncoding</h4> <b>__setTextEncoding</b>(<i>act</i>) <p> Private slot to set the selected text encoding as the default for this session. </p><dl> <dt><i>act</i></dt> <dd> reference to the selected action (QAction) </dd> </dl><a NAME="WebBrowserWindow.__setUserStyleSheet" ID="WebBrowserWindow.__setUserStyleSheet"></a> <h4>WebBrowserWindow.__setUserStyleSheet</h4> <b>__setUserStyleSheet</b>(<i>styleSheetFile</i>) <p> Private method to set a user style sheet. </p><dl> <dt><i>styleSheetFile</i></dt> <dd> name of the user style sheet file (string) </dd> </dl><a NAME="WebBrowserWindow.__setupFilterCombo" ID="WebBrowserWindow.__setupFilterCombo"></a> <h4>WebBrowserWindow.__setupFilterCombo</h4> <b>__setupFilterCombo</b>(<i></i>) <p> Private slot to setup the filter combo box. </p><a NAME="WebBrowserWindow.__showAcceptedLanguages" ID="WebBrowserWindow.__showAcceptedLanguages"></a> <h4>WebBrowserWindow.__showAcceptedLanguages</h4> <b>__showAcceptedLanguages</b>(<i></i>) <p> Private slot to configure the accepted languages for web pages. </p><a NAME="WebBrowserWindow.__showAdBlockDialog" ID="WebBrowserWindow.__showAdBlockDialog"></a> <h4>WebBrowserWindow.__showAdBlockDialog</h4> <b>__showAdBlockDialog</b>(<i></i>) <p> Private slot to show the AdBlock configuration dialog. </p><a NAME="WebBrowserWindow.__showBackMenu" ID="WebBrowserWindow.__showBackMenu"></a> <h4>WebBrowserWindow.__showBackMenu</h4> <b>__showBackMenu</b>(<i></i>) <p> Private slot showing the backwards navigation menu. </p><a NAME="WebBrowserWindow.__showBookmarksDialog" ID="WebBrowserWindow.__showBookmarksDialog"></a> <h4>WebBrowserWindow.__showBookmarksDialog</h4> <b>__showBookmarksDialog</b>(<i></i>) <p> Private slot to show the bookmarks dialog. </p><a NAME="WebBrowserWindow.__showCertificateErrorsDialog" ID="WebBrowserWindow.__showCertificateErrorsDialog"></a> <h4>WebBrowserWindow.__showCertificateErrorsDialog</h4> <b>__showCertificateErrorsDialog</b>(<i></i>) <p> Private slot to show the certificate errors management dialog. </p><a NAME="WebBrowserWindow.__showCookiesConfiguration" ID="WebBrowserWindow.__showCookiesConfiguration"></a> <h4>WebBrowserWindow.__showCookiesConfiguration</h4> <b>__showCookiesConfiguration</b>(<i></i>) <p> Private slot to configure the cookies handling. </p><a NAME="WebBrowserWindow.__showDownloadsWindow" ID="WebBrowserWindow.__showDownloadsWindow"></a> <h4>WebBrowserWindow.__showDownloadsWindow</h4> <b>__showDownloadsWindow</b>(<i></i>) <p> Private slot to show the downloads dialog. </p><a NAME="WebBrowserWindow.__showEnginesConfigurationDialog" ID="WebBrowserWindow.__showEnginesConfigurationDialog"></a> <h4>WebBrowserWindow.__showEnginesConfigurationDialog</h4> <b>__showEnginesConfigurationDialog</b>(<i></i>) <p> Private slot to show the search engines configuration dialog. </p><a NAME="WebBrowserWindow.__showFeaturePermissionDialog" ID="WebBrowserWindow.__showFeaturePermissionDialog"></a> <h4>WebBrowserWindow.__showFeaturePermissionDialog</h4> <b>__showFeaturePermissionDialog</b>(<i></i>) <p> Private slot to show the feature permission dialog. </p><a NAME="WebBrowserWindow.__showFeedsManager" ID="WebBrowserWindow.__showFeedsManager"></a> <h4>WebBrowserWindow.__showFeedsManager</h4> <b>__showFeedsManager</b>(<i></i>) <p> Private slot to show the feeds manager dialog. </p><a NAME="WebBrowserWindow.__showFlashCookiesManagement" ID="WebBrowserWindow.__showFlashCookiesManagement"></a> <h4>WebBrowserWindow.__showFlashCookiesManagement</h4> <b>__showFlashCookiesManagement</b>(<i></i>) <p> Private slot to show the flash cookies management dialog. </p><a NAME="WebBrowserWindow.__showForwardMenu" ID="WebBrowserWindow.__showForwardMenu"></a> <h4>WebBrowserWindow.__showForwardMenu</h4> <b>__showForwardMenu</b>(<i></i>) <p> Private slot showing the forwards navigation menu. </p><a NAME="WebBrowserWindow.__showGreaseMonkeyConfigDialog" ID="WebBrowserWindow.__showGreaseMonkeyConfigDialog"></a> <h4>WebBrowserWindow.__showGreaseMonkeyConfigDialog</h4> <b>__showGreaseMonkeyConfigDialog</b>(<i></i>) <p> Private slot to show the GreaseMonkey scripts configuration dialog. </p><a NAME="WebBrowserWindow.__showIndexWindow" ID="WebBrowserWindow.__showIndexWindow"></a> <h4>WebBrowserWindow.__showIndexWindow</h4> <b>__showIndexWindow</b>(<i></i>) <p> Private method to show the index window. </p><a NAME="WebBrowserWindow.__showInstallationError" ID="WebBrowserWindow.__showInstallationError"></a> <h4>WebBrowserWindow.__showInstallationError</h4> <b>__showInstallationError</b>(<i>message</i>) <p> Private slot to show installation errors. </p><dl> <dt><i>message</i></dt> <dd> message to be shown (string) </dd> </dl><a NAME="WebBrowserWindow.__showPageSource" ID="WebBrowserWindow.__showPageSource"></a> <h4>WebBrowserWindow.__showPageSource</h4> <b>__showPageSource</b>(<i></i>) <p> Private slot to show the source of the current page in an editor. </p><a NAME="WebBrowserWindow.__showPageSourceCallback" ID="WebBrowserWindow.__showPageSourceCallback"></a> <h4>WebBrowserWindow.__showPageSourceCallback</h4> <b>__showPageSourceCallback</b>(<i>src</i>) <p> Private method to show the source of the current page in an editor. </p><dl> <dt><i>src</i> (str)</dt> <dd> source of the web page </dd> </dl><a NAME="WebBrowserWindow.__showPasswordsDialog" ID="WebBrowserWindow.__showPasswordsDialog"></a> <h4>WebBrowserWindow.__showPasswordsDialog</h4> <b>__showPasswordsDialog</b>(<i></i>) <p> Private slot to show the passwords management dialog. </p><a NAME="WebBrowserWindow.__showPersonalInformationDialog" ID="WebBrowserWindow.__showPersonalInformationDialog"></a> <h4>WebBrowserWindow.__showPersonalInformationDialog</h4> <b>__showPersonalInformationDialog</b>(<i></i>) <p> Private slot to show the Personal Information configuration dialog. </p><a NAME="WebBrowserWindow.__showPreferences" ID="WebBrowserWindow.__showPreferences"></a> <h4>WebBrowserWindow.__showPreferences</h4> <b>__showPreferences</b>(<i></i>) <p> Private slot to set the preferences. </p><a NAME="WebBrowserWindow.__showSearchWindow" ID="WebBrowserWindow.__showSearchWindow"></a> <h4>WebBrowserWindow.__showSearchWindow</h4> <b>__showSearchWindow</b>(<i></i>) <p> Private method to show the search window. </p><a NAME="WebBrowserWindow.__showSiteinfoDialog" ID="WebBrowserWindow.__showSiteinfoDialog"></a> <h4>WebBrowserWindow.__showSiteinfoDialog</h4> <b>__showSiteinfoDialog</b>(<i></i>) <p> Private slot to show the site info dialog. </p><a NAME="WebBrowserWindow.__showSyncDialog" ID="WebBrowserWindow.__showSyncDialog"></a> <h4>WebBrowserWindow.__showSyncDialog</h4> <b>__showSyncDialog</b>(<i></i>) <p> Private slot to show the synchronization dialog. </p><a NAME="WebBrowserWindow.__showTocWindow" ID="WebBrowserWindow.__showTocWindow"></a> <h4>WebBrowserWindow.__showTocWindow</h4> <b>__showTocWindow</b>(<i></i>) <p> Private method to show the table of contents window. </p><a NAME="WebBrowserWindow.__showUserAgentsDialog" ID="WebBrowserWindow.__showUserAgentsDialog"></a> <h4>WebBrowserWindow.__showUserAgentsDialog</h4> <b>__showUserAgentsDialog</b>(<i></i>) <p> Private slot to show the user agents management dialog. </p><a NAME="WebBrowserWindow.__showWebIconsDialog" ID="WebBrowserWindow.__showWebIconsDialog"></a> <h4>WebBrowserWindow.__showWebIconsDialog</h4> <b>__showWebIconsDialog</b>(<i></i>) <p> Private slot to show a dialog to manage the favicons database. </p><a NAME="WebBrowserWindow.__showZoomValuesDialog" ID="WebBrowserWindow.__showZoomValuesDialog"></a> <h4>WebBrowserWindow.__showZoomValuesDialog</h4> <b>__showZoomValuesDialog</b>(<i></i>) <p> Private slot to show the zoom values management dialog. </p><a NAME="WebBrowserWindow.__stopLoading" ID="WebBrowserWindow.__stopLoading"></a> <h4>WebBrowserWindow.__stopLoading</h4> <b>__stopLoading</b>(<i></i>) <p> Private slot called to handle loading of the current page. </p><a NAME="WebBrowserWindow.__switchTab" ID="WebBrowserWindow.__switchTab"></a> <h4>WebBrowserWindow.__switchTab</h4> <b>__switchTab</b>(<i></i>) <p> Private slot used to switch between the current and the previous current tab. </p><a NAME="WebBrowserWindow.__syncTOC" ID="WebBrowserWindow.__syncTOC"></a> <h4>WebBrowserWindow.__syncTOC</h4> <b>__syncTOC</b>(<i></i>) <p> Private slot to synchronize the TOC with the currently shown page. </p><a NAME="WebBrowserWindow.__titleChanged" ID="WebBrowserWindow.__titleChanged"></a> <h4>WebBrowserWindow.__titleChanged</h4> <b>__titleChanged</b>(<i>browser, title</i>) <p> Private slot called to handle a change of a browser's title. </p><dl> <dt><i>browser</i></dt> <dd> reference to the browser (WebBrowserView) </dd><dt><i>title</i></dt> <dd> new title (string) </dd> </dl><a NAME="WebBrowserWindow.__toggleJavaScriptConsole" ID="WebBrowserWindow.__toggleJavaScriptConsole"></a> <h4>WebBrowserWindow.__toggleJavaScriptConsole</h4> <b>__toggleJavaScriptConsole</b>(<i></i>) <p> Private slot to toggle the JavaScript console. </p><a NAME="WebBrowserWindow.__undo" ID="WebBrowserWindow.__undo"></a> <h4>WebBrowserWindow.__undo</h4> <b>__undo</b>(<i></i>) <p> Private slot to handle the undo action. </p><a NAME="WebBrowserWindow.__viewFullScreen" ID="WebBrowserWindow.__viewFullScreen"></a> <h4>WebBrowserWindow.__viewFullScreen</h4> <b>__viewFullScreen</b>(<i></i>) <p> Private slot called to toggle fullscreen mode. </p><a NAME="WebBrowserWindow.__virusTotalDomainReport" ID="WebBrowserWindow.__virusTotalDomainReport"></a> <h4>WebBrowserWindow.__virusTotalDomainReport</h4> <b>__virusTotalDomainReport</b>(<i></i>) <p> Private slot to retrieve a domain report. </p><a NAME="WebBrowserWindow.__virusTotalFileScanReport" ID="WebBrowserWindow.__virusTotalFileScanReport"></a> <h4>WebBrowserWindow.__virusTotalFileScanReport</h4> <b>__virusTotalFileScanReport</b>(<i>url</i>) <p> Private slot to initiate the display of the file scan report page. </p><dl> <dt><i>url</i></dt> <dd> URL of the file scan report page (string) </dd> </dl><a NAME="WebBrowserWindow.__virusTotalIpAddressReport" ID="WebBrowserWindow.__virusTotalIpAddressReport"></a> <h4>WebBrowserWindow.__virusTotalIpAddressReport</h4> <b>__virusTotalIpAddressReport</b>(<i></i>) <p> Private slot to retrieve an IP address report. </p><a NAME="WebBrowserWindow.__virusTotalScanCurrentSite" ID="WebBrowserWindow.__virusTotalScanCurrentSite"></a> <h4>WebBrowserWindow.__virusTotalScanCurrentSite</h4> <b>__virusTotalScanCurrentSite</b>(<i></i>) <p> Private slot to ask VirusTotal for a scan of the URL of the current browser. </p><a NAME="WebBrowserWindow.__virusTotalSubmitUrlError" ID="WebBrowserWindow.__virusTotalSubmitUrlError"></a> <h4>WebBrowserWindow.__virusTotalSubmitUrlError</h4> <b>__virusTotalSubmitUrlError</b>(<i>msg</i>) <p> Private slot to handle an URL scan submission error. </p><dl> <dt><i>msg</i></dt> <dd> error message (str) </dd> </dl><a NAME="WebBrowserWindow.__virusTotalUrlScanReport" ID="WebBrowserWindow.__virusTotalUrlScanReport"></a> <h4>WebBrowserWindow.__virusTotalUrlScanReport</h4> <b>__virusTotalUrlScanReport</b>(<i>url</i>) <p> Private slot to initiate the display of the URL scan report page. </p><dl> <dt><i>url</i></dt> <dd> URL of the URL scan report page (string) </dd> </dl><a NAME="WebBrowserWindow.__warning" ID="WebBrowserWindow.__warning"></a> <h4>WebBrowserWindow.__warning</h4> <b>__warning</b>(<i>msg</i>) <p> Private slot handling warnings from the help engine. </p><dl> <dt><i>msg</i></dt> <dd> message sent by the help engine (string) </dd> </dl><a NAME="WebBrowserWindow.__whatsThis" ID="WebBrowserWindow.__whatsThis"></a> <h4>WebBrowserWindow.__whatsThis</h4> <b>__whatsThis</b>(<i></i>) <p> Private slot called in to enter Whats This mode. </p><a NAME="WebBrowserWindow.__zoomIn" ID="WebBrowserWindow.__zoomIn"></a> <h4>WebBrowserWindow.__zoomIn</h4> <b>__zoomIn</b>(<i></i>) <p> Private slot called to handle the zoom in action. </p><a NAME="WebBrowserWindow.__zoomOut" ID="WebBrowserWindow.__zoomOut"></a> <h4>WebBrowserWindow.__zoomOut</h4> <b>__zoomOut</b>(<i></i>) <p> Private slot called to handle the zoom out action. </p><a NAME="WebBrowserWindow.__zoomReset" ID="WebBrowserWindow.__zoomReset"></a> <h4>WebBrowserWindow.__zoomReset</h4> <b>__zoomReset</b>(<i></i>) <p> Private slot called to handle the zoom reset action. </p><a NAME="WebBrowserWindow.__zoomValueChanged" ID="WebBrowserWindow.__zoomValueChanged"></a> <h4>WebBrowserWindow.__zoomValueChanged</h4> <b>__zoomValueChanged</b>(<i>value</i>) <p> Private slot to handle value changes of the zoom widget. </p><dl> <dt><i>value</i></dt> <dd> zoom value (integer) </dd> </dl><a NAME="WebBrowserWindow.adBlockIcon" ID="WebBrowserWindow.adBlockIcon"></a> <h4>WebBrowserWindow.adBlockIcon</h4> <b>adBlockIcon</b>(<i></i>) <p> Public method to get a reference to the AdBlock icon. </p><dl> <dt>Returns:</dt> <dd> reference to the AdBlock icon (AdBlockIcon) </dd> </dl><a NAME="WebBrowserWindow.bookmarkAll" ID="WebBrowserWindow.bookmarkAll"></a> <h4>WebBrowserWindow.bookmarkAll</h4> <b>bookmarkAll</b>(<i></i>) <p> Public slot to bookmark all open tabs. </p><a NAME="WebBrowserWindow.browserAt" ID="WebBrowserWindow.browserAt"></a> <h4>WebBrowserWindow.browserAt</h4> <b>browserAt</b>(<i>index</i>) <p> Public method to get a reference to the web browser with the given index. </p><dl> <dt><i>index</i></dt> <dd> index of the browser to get (integer) </dd> </dl><dl> <dt>Returns:</dt> <dd> reference to the indexed web browser (WebBrowserView) </dd> </dl><a NAME="WebBrowserWindow.browsers" ID="WebBrowserWindow.browsers"></a> <h4>WebBrowserWindow.browsers</h4> <b>browsers</b>(<i></i>) <p> Public method to get a list of references to all web browsers. </p><dl> <dt>Returns:</dt> <dd> list of references to web browsers (list of WebBrowserView) </dd> </dl><a NAME="WebBrowserWindow.closeEvent" ID="WebBrowserWindow.closeEvent"></a> <h4>WebBrowserWindow.closeEvent</h4> <b>closeEvent</b>(<i>e</i>) <p> Protected event handler for the close event. </p><dl> <dt><i>e</i></dt> <dd> the close event (QCloseEvent) <br />This event is simply accepted after the history has been saved and all window references have been deleted. </dd> </dl><a NAME="WebBrowserWindow.currentBrowser" ID="WebBrowserWindow.currentBrowser"></a> <h4>WebBrowserWindow.currentBrowser</h4> <b>currentBrowser</b>(<i></i>) <p> Public method to get a reference to the current web browser. </p><dl> <dt>Returns:</dt> <dd> reference to the current help browser (WebBrowserView) </dd> </dl><a NAME="WebBrowserWindow.enterHtmlFullScreen" ID="WebBrowserWindow.enterHtmlFullScreen"></a> <h4>WebBrowserWindow.enterHtmlFullScreen</h4> <b>enterHtmlFullScreen</b>(<i></i>) <p> Public method to switch to full screen initiated by the HTML page. </p><a NAME="WebBrowserWindow.event" ID="WebBrowserWindow.event"></a> <h4>WebBrowserWindow.event</h4> <b>event</b>(<i>evt</i>) <p> Public method handling events. </p><dl> <dt><i>evt</i> (QEvent)</dt> <dd> reference to the event </dd> </dl><dl> <dt>Returns:</dt> <dd> flag indicating a handled event </dd> </dl><dl> <dt>Return Type:</dt> <dd> bool </dd> </dl><a NAME="WebBrowserWindow.eventKeyboardModifiers" ID="WebBrowserWindow.eventKeyboardModifiers"></a> <h4>WebBrowserWindow.eventKeyboardModifiers</h4> <b>eventKeyboardModifiers</b>(<i></i>) <p> Public method to get the last recorded keyboard modifiers. </p><dl> <dt>Returns:</dt> <dd> keyboard modifiers (Qt.KeyboardModifiers) </dd> </dl><a NAME="WebBrowserWindow.eventMouseButtons" ID="WebBrowserWindow.eventMouseButtons"></a> <h4>WebBrowserWindow.eventMouseButtons</h4> <b>eventMouseButtons</b>(<i></i>) <p> Public method to get the last recorded mouse buttons. </p><dl> <dt>Returns:</dt> <dd> mouse buttons (Qt.MouseButtons) </dd> </dl><a NAME="WebBrowserWindow.fromEric" ID="WebBrowserWindow.fromEric"></a> <h4>WebBrowserWindow.fromEric</h4> <b>fromEric</b>(<i></i>) <p> Public method to check, if the web browser was called from within the eric IDE. </p><dl> <dt>Returns:</dt> <dd> flag indicating that the browserw as opened from within eric </dd> </dl><dl> <dt>Return Type:</dt> <dd> bool </dd> </dl><a NAME="WebBrowserWindow.getActions" ID="WebBrowserWindow.getActions"></a> <h4>WebBrowserWindow.getActions</h4> <b>getActions</b>(<i></i>) <p> Public method to get a list of all actions. </p><dl> <dt>Returns:</dt> <dd> list of all actions (list of E5Action) </dd> </dl><a NAME="WebBrowserWindow.getSourceFileList" ID="WebBrowserWindow.getSourceFileList"></a> <h4>WebBrowserWindow.getSourceFileList</h4> <b>getSourceFileList</b>(<i></i>) <p> Public method to get a list of all opened source files. </p><dl> <dt>Returns:</dt> <dd> dictionary with tab id as key and host/namespace as value </dd> </dl><a NAME="WebBrowserWindow.getWindow" ID="WebBrowserWindow.getWindow"></a> <h4>WebBrowserWindow.getWindow</h4> <b>getWindow</b>(<i></i>) <p> Public method to get a reference to the most recent active web browser window. </p><dl> <dt>Returns:</dt> <dd> reference to most recent web browser window </dd> </dl><dl> <dt>Return Type:</dt> <dd> WebBrowserWindow </dd> </dl><a NAME="WebBrowserWindow.javascriptConsole" ID="WebBrowserWindow.javascriptConsole"></a> <h4>WebBrowserWindow.javascriptConsole</h4> <b>javascriptConsole</b>(<i></i>) <p> Public method to get a reference to the JavaScript console widget. </p><dl> <dt>Returns:</dt> <dd> reference to the JavaScript console </dd> </dl><dl> <dt>Return Type:</dt> <dd> WebBrowserJavaScriptConsole </dd> </dl><a NAME="WebBrowserWindow.keyPressEvent" ID="WebBrowserWindow.keyPressEvent"></a> <h4>WebBrowserWindow.keyPressEvent</h4> <b>keyPressEvent</b>(<i>evt</i>) <p> Protected method to handle key presses. </p><dl> <dt><i>evt</i></dt> <dd> reference to the key press event (QKeyEvent) </dd> </dl><a NAME="WebBrowserWindow.masterPasswordChanged" ID="WebBrowserWindow.masterPasswordChanged"></a> <h4>WebBrowserWindow.masterPasswordChanged</h4> <b>masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) <p> Public slot to handle the change of the master password. </p><dl> <dt><i>oldPassword</i></dt> <dd> current master password (string) </dd><dt><i>newPassword</i></dt> <dd> new master password (string) </dd> </dl><a NAME="WebBrowserWindow.mousePressEvent" ID="WebBrowserWindow.mousePressEvent"></a> <h4>WebBrowserWindow.mousePressEvent</h4> <b>mousePressEvent</b>(<i>evt</i>) <p> Protected method called by a mouse press event. </p><dl> <dt><i>evt</i></dt> <dd> reference to the mouse event (QMouseEvent) </dd> </dl><a NAME="WebBrowserWindow.newPrivateWindow" ID="WebBrowserWindow.newPrivateWindow"></a> <h4>WebBrowserWindow.newPrivateWindow</h4> <b>newPrivateWindow</b>(<i>link=None</i>) <p> Public slot called to open a new private web browser window. </p><dl> <dt><i>link</i> (str or QUrl)</dt> <dd> URL to be displayed in the new window </dd> </dl><a NAME="WebBrowserWindow.newTab" ID="WebBrowserWindow.newTab"></a> <h4>WebBrowserWindow.newTab</h4> <b>newTab</b>(<i>link=None, addNextTo=None</i>) <p> Public slot called to open a new web browser tab. </p><dl> <dt><i>link</i></dt> <dd> file to be displayed in the new window (string or QUrl) </dd><dt><i>addNextTo</i></dt> <dd> reference to the browser to open the tab after (HelpBrowser) </dd> </dl><a NAME="WebBrowserWindow.newWindow" ID="WebBrowserWindow.newWindow"></a> <h4>WebBrowserWindow.newWindow</h4> <b>newWindow</b>(<i>link=None</i>) <p> Public slot called to open a new web browser window. </p><dl> <dt><i>link</i> (str or QUrl)</dt> <dd> URL to be displayed in the new window </dd> </dl><a NAME="WebBrowserWindow.openSearchManager" ID="WebBrowserWindow.openSearchManager"></a> <h4>WebBrowserWindow.openSearchManager</h4> <b>openSearchManager</b>(<i></i>) <p> Public method to get a reference to the opensearch manager object. </p><dl> <dt>Returns:</dt> <dd> reference to the opensearch manager object (OpenSearchManager) </dd> </dl><a NAME="WebBrowserWindow.openUrl" ID="WebBrowserWindow.openUrl"></a> <h4>WebBrowserWindow.openUrl</h4> <b>openUrl</b>(<i>url, title</i>) <p> Public slot to load a URL in the current tab. </p><dl> <dt><i>url</i></dt> <dd> URL to be opened (QUrl) </dd><dt><i>title</i></dt> <dd> title of the bookmark (string) </dd> </dl><a NAME="WebBrowserWindow.openUrlNewTab" ID="WebBrowserWindow.openUrlNewTab"></a> <h4>WebBrowserWindow.openUrlNewTab</h4> <b>openUrlNewTab</b>(<i>url, title</i>) <p> Public slot to load a URL in a new tab. </p><dl> <dt><i>url</i></dt> <dd> URL to be opened (QUrl) </dd><dt><i>title</i></dt> <dd> title of the bookmark (string) </dd> </dl><a NAME="WebBrowserWindow.preferencesChanged" ID="WebBrowserWindow.preferencesChanged"></a> <h4>WebBrowserWindow.preferencesChanged</h4> <b>preferencesChanged</b>(<i></i>) <p> Public slot to handle a change of preferences. </p><a NAME="WebBrowserWindow.reloadUserStyleSheet" ID="WebBrowserWindow.reloadUserStyleSheet"></a> <h4>WebBrowserWindow.reloadUserStyleSheet</h4> <b>reloadUserStyleSheet</b>(<i></i>) <p> Public method to reload the user style sheet. </p><a NAME="WebBrowserWindow.requestVirusTotalScan" ID="WebBrowserWindow.requestVirusTotalScan"></a> <h4>WebBrowserWindow.requestVirusTotalScan</h4> <b>requestVirusTotalScan</b>(<i>url</i>) <p> Public method to submit a request to scan an URL by VirusTotal. </p><dl> <dt><i>url</i></dt> <dd> URL to be scanned (QUrl) </dd> </dl><a NAME="WebBrowserWindow.search" ID="WebBrowserWindow.search"></a> <h4>WebBrowserWindow.search</h4> <b>search</b>(<i>word</i>) <p> Public method to search for a word. </p><dl> <dt><i>word</i></dt> <dd> word to search for (string) </dd> </dl><a NAME="WebBrowserWindow.searchEnginesAction" ID="WebBrowserWindow.searchEnginesAction"></a> <h4>WebBrowserWindow.searchEnginesAction</h4> <b>searchEnginesAction</b>(<i></i>) <p> Public method to get a reference to the search engines configuration action. </p><dl> <dt>Returns:</dt> <dd> reference to the search engines configuration action (QAction) </dd> </dl><a NAME="WebBrowserWindow.setBackwardAvailable" ID="WebBrowserWindow.setBackwardAvailable"></a> <h4>WebBrowserWindow.setBackwardAvailable</h4> <b>setBackwardAvailable</b>(<i>b</i>) <p> Public slot called when backward references are available. </p><dl> <dt><i>b</i></dt> <dd> flag indicating availability of the backwards action (boolean) </dd> </dl><a NAME="WebBrowserWindow.setEventKeyboardModifiers" ID="WebBrowserWindow.setEventKeyboardModifiers"></a> <h4>WebBrowserWindow.setEventKeyboardModifiers</h4> <b>setEventKeyboardModifiers</b>(<i>modifiers</i>) <p> Public method to record keyboard modifiers. </p><dl> <dt><i>modifiers</i></dt> <dd> keyboard modifiers to record (Qt.KeyboardModifiers) </dd> </dl><a NAME="WebBrowserWindow.setEventMouseButtons" ID="WebBrowserWindow.setEventMouseButtons"></a> <h4>WebBrowserWindow.setEventMouseButtons</h4> <b>setEventMouseButtons</b>(<i>buttons</i>) <p> Public method to record mouse buttons. </p><dl> <dt><i>buttons</i></dt> <dd> mouse buttons to record (Qt.MouseButtons) </dd> </dl><a NAME="WebBrowserWindow.setForwardAvailable" ID="WebBrowserWindow.setForwardAvailable"></a> <h4>WebBrowserWindow.setForwardAvailable</h4> <b>setForwardAvailable</b>(<i>b</i>) <p> Public slot called when forward references are available. </p><dl> <dt><i>b</i></dt> <dd> flag indicating the availability of the forwards action (boolean) </dd> </dl><a NAME="WebBrowserWindow.setLoadingActions" ID="WebBrowserWindow.setLoadingActions"></a> <h4>WebBrowserWindow.setLoadingActions</h4> <b>setLoadingActions</b>(<i>b</i>) <p> Public slot to set the loading dependent actions. </p><dl> <dt><i>b</i></dt> <dd> flag indicating the loading state to consider (boolean) </dd> </dl><a NAME="WebBrowserWindow.shutdown" ID="WebBrowserWindow.shutdown"></a> <h4>WebBrowserWindow.shutdown</h4> <b>shutdown</b>(<i></i>) <p> Public method to shut down the web browser. </p><dl> <dt>Returns:</dt> <dd> flag indicating successful shutdown (boolean) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>