PhysicalDeviceProxy Class
(Qt3DInput::Input::PhysicalDeviceProxy)Inherits: | Qt3DCore::QBackendNode |
Public Functions
PhysicalDeviceProxy() | |
void | cleanup() |
QString | deviceName() const |
PhysicalDeviceProxyManager * | manager() const |
Qt3DCore::QNodeId | physicalDeviceId() const |
void | setDevice(QAbstractPhysicalDevice *device) |
void | setManager(PhysicalDeviceProxyManager *manager) |
- 4 public functions inherited from Qt3DCore::QBackendNode
Additional Inherited Members
- 2 protected functions inherited from Qt3DCore::QBackendNode
Member Function Documentation
PhysicalDeviceProxy::PhysicalDeviceProxy()
Default constructs an instance of PhysicalDeviceProxy.
void PhysicalDeviceProxy::cleanup()
QString PhysicalDeviceProxy::deviceName() const
PhysicalDeviceProxyManager *PhysicalDeviceProxy::manager() const
See also setManager().
Qt3DCore::QNodeId PhysicalDeviceProxy::physicalDeviceId() const
void PhysicalDeviceProxy::setDevice(QAbstractPhysicalDevice *device)
void PhysicalDeviceProxy::setManager(PhysicalDeviceProxyManager *manager)
See also manager().