Module implementing the single application server and client for the web browser.
SAFile |
SALoadUrl |
SANewTab |
SASearch |
SAShutdown |
WebBrowserSingleApplicationClient | Class implementing the single application client of the web browser. |
WebBrowserSingleApplicationServer | Class implementing the single application server embedded within the Web Browser. |
None |
Class implementing the single application client of the web browser.
None |
None |
WebBrowserSingleApplicationClient | Constructor |
__loadUrl | Private method to send an URL to be loaded. |
__newTab | Private method to send an URL to be loaded in a new tab. |
__search | Private method to send a word to search for. |
__shutdown | Private method to signal a shutdown request to the browser. |
processArgs | Public method to process the command line args passed to the UI. |
None |
Constructor
Private method to send an URL to be loaded.
Private method to send an URL to be loaded in a new tab.
Private method to send a word to search for.
Private method to signal a shutdown request to the browser.
Public method to process the command line args passed to the UI.
Class implementing the single application server embedded within the Web Browser.
None |
None |
WebBrowserSingleApplicationServer | Constructor |
__saLoadUrl | Private method to load an URL in a new tab. |
__saNewTab | Private method to load an URL . |
__saSearch | Private method to search for a given word. |
__saShutdown | Private method to shut down the web browser. |
handleCommand | Public slot to handle the command sent by the client. |
None |
Constructor
Private method to load an URL in a new tab.
Private method to load an URL .
Private method to search for a given word.
Private method to shut down the web browser.
Public slot to handle the command sent by the client.