DeviceKitInformation Class
(ProjectExplorer::DeviceKitInformation)| Inherits: | KitInformation |
Public Functions
- 15 public functions inherited from ProjectExplorer::KitInformation
- 31 public functions inherited from QObject
Static Public Members
| IDevice::ConstPtr | device(const Kit *k) |
| Core::Id | deviceId(const Kit *k) |
| Core::Id | id() |
| void | setDevice(Kit *k, IDevice::ConstPtr dev) |
| void | setDeviceId(Kit *k, Core::Id dataId) |
- 10 static public members inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 3 protected functions inherited from ProjectExplorer::KitInformation
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
DeviceKitInformation::DeviceKitInformation()
Default constructs an instance of DeviceKitInformation.
[static] IDevice::ConstPtr DeviceKitInformation::device(const Kit *k)
See also setDevice().
[static] Core::Id DeviceKitInformation::deviceId(const Kit *k)
See also setDeviceId().
[static] Core::Id DeviceKitInformation::id()
[static] void DeviceKitInformation::setDevice(Kit *k, IDevice::ConstPtr dev)
See also device().
[static] void DeviceKitInformation::setDeviceId(Kit *k, Core::Id dataId)
See also deviceId().