You.i Engine
YiDeviceBridgeLocator.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_DEVICE_BRIDGE_LOCATOR_H_
3 #define _YI_DEVICE_BRIDGE_LOCATOR_H_
4 
13 
25 {
26 public:
33 
40 
47 };
48 
53 #endif // _YI_DEVICE_BRIDGE_LOCATOR_H_
Instantiates the device oriented bridges; the instance will be deleted automatically when the applica...
Definition: YiDeviceBridgeLocator.h:24
static CYIDeviceTypeBridge * GetDeviceTypeBridge()
static CYIDeviceInformationBridge * GetDeviceInformationBridge()
A bridge which provides the type of device that the application is currently running on...
Definition: YiDeviceTypeBridge.h:15
static CYIDevicePowerManagementBridge * GetDevicePowerManagementBridge()
Provides information about the device running the application.
Definition: YiDeviceInformationBridge.h:20
Utility functions for accessing device power management features.
Definition: YiDevicePowerManagementBridge.h:17