Extending Qt Creator Manual
IDevice
Extending Qt Creator Manual 4.5.0
List of All Members for IDevice
This is the complete list of members for
ProjectExplorer::IDevice
, including inherited members.
class
DeviceInfoItem
typedef
ConstPtr
enum
ControlChannelHint
typedef
DeviceInfo
enum
DeviceState
enum
MachineType
enum
Origin
typedef
Ptr
IDevice
()
IDevice
(Core::Id , Origin , MachineType , Core::Id )
IDevice
(const IDevice &)
~IDevice
()
actionIds
() const : QList<Core::Id>
canAutoDetectPorts
() const : bool
canCreateProcess
() const : bool
canCreateProcessModel
() const : bool
clone
() const : Ptr
createDeviceTester
() const : DeviceTester *
createProcess
(QObject *) const : DeviceProcess *
createProcessListModel
(QObject *) const : DeviceProcessList *
createWidget
() : IDeviceWidget *
debugServerPath
() const : QString
defaultPrivateKeyFilePath
() : QString
defaultPublicKeyFilePath
() : QString
deviceInformation
() const : DeviceInfo
deviceState
() const : DeviceState
deviceStateToString
() const : QString
displayName
() const : QString
displayNameForActionId
(Core::Id ) const : QString
displayType
() const : QString
environmentFetcher
() const : DeviceEnvironmentFetcher::Ptr
executeAction
(Core::Id , QWidget *)
freePorts
() const : Utils::PortList
fromMap
(const QVariantMap &)
hasDeviceTester
() const : bool
id
() const : Core::Id
idFromMap
(const QVariantMap &) : Core::Id
isAutoDetected
() const : bool
isCompatibleWith
(const Kit *) const : bool
machineType
() const : MachineType
osType
() const : Utils::OsType
portsGatheringMethod
() const : PortsGatheringMethod::Ptr
setDebugServerPath
(const QString &)
setDeviceState
(const DeviceState )
setDisplayName
(const QString &)
setFreePorts
(const Utils::PortList &)
setSshParameters
(const QSsh::SshConnectionParameters &)
signalOperation
() const : DeviceProcessSignalOperation::Ptr
sshParameters
() const : QSsh::SshConnectionParameters
toMap
() const : QVariantMap
toolControlChannel
(
const ControlChannelHint &
) const : QUrl
type
() const : Core::Id
typeFromMap
(const QVariantMap &) : Core::Id
workerCreator
(
Core::Id
) const : std::function<RunWorker *( RunControl * ) >