WebViewManager manages all WebViews.  
 More...
WebViewManager manages all WebViews. 
◆ closeAll()
      
        
          | void WebViewManager::closeAll | ( |  | ) |  | 
      
 
 
◆ closeWebView()
      
        
          | bool WebViewManager::closeWebView | ( | uuid |  | ) |  | 
      
 
Closes the WebView with the specified UUID. 
- Parameters
- 
  
    | id,the | UUID of the WebView of interest. |  
 
- Returns
- bool, true if successful, otherwise false. 
 
 
◆ createWebView()
      
        
          | WebView WebViewManager::createWebView | ( | QString | , | 
        
          |  |  | QString | , | 
        
          |  |  | int | , | 
        
          |  |  | int |  | 
        
          |  | ) |  |  | 
      
 
 
◆ getWebView()
      
        
          | WebView WebViewManager::getWebView | ( | uuid |  | ) |  | 
      
 
Returns the WebView with the specified UUID. 
- Parameters
- 
  
    | id,the | UUID of the WebView of interest. |  
 
- Returns
- WebView, the WebView object with the specified UUID. 
 
 
◆ tookWebViewOwnership()
      
        
          | void WebViewManager::tookWebViewOwnership | ( | uuid | , | 
        
          |  |  | QString |  | 
        
          |  | ) |  |  | 
      
 
This event is emitted when a custom interface takes ownership of a WebView. 
- webViewId, the UUID of the WebView. 
- customInterfaceUrl, the URL of the custom interface that took ownership.
IPC event. 
 
 
The documentation for this class was generated from the following file: