You.i Engine
YiWebBridgeLocator.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_WEB_BRIDGE_LOCATOR_H_
3 #define _YI_WEB_BRIDGE_LOCATOR_H_
4 
12 
22 {
23 public:
32 
39 };
40 
45 #endif // _YI_WEB_BRIDGE_LOCATOR_H_
Utility to open a web browser as an external application. This is in contrast to a CYIWebViewBridge w...
Definition: YiWebBrowserBridge.h:24
Instantiates the web browser oriented bridges; the instance will be deleted automatically when the ap...
Definition: YiWebBridgeLocator.h:21
static CYIWebBrowserBridge * GetWebBrowserBridge()
static yi::deprecated::CYIWebViewBridge * GetWebViewBridge()
Utility to open a web view from within the application. This is in contrast to a CYIWebBrowserBridge ...
Definition: YiWebViewBridge.h:31