Extending Qt Creator Manual
IDevice
Extending Qt Creator Manual 4.9.2
List of All Members for IDevice
This is the complete list of members for
ProjectExplorer::IDevice
, including inherited members.
class
DeviceAction
class
DeviceInfoItem
enum
ControlChannelHint
enum
DeviceState
enum
MachineType
enum
Origin
IDevice
()
IDevice
(const IDevice &)
~IDevice
()
addDeviceAction
(const DeviceAction &)
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
deviceActions
() const : const QList<DeviceAction>
deviceInformation
() const : DeviceInfo
deviceState
() const : DeviceState
deviceStateToString
() const : QString
displayName
() const : QString
displayType
() const : QString
environmentFetcher
() const : DeviceEnvironmentFetcher::Ptr
extraData
(Core::Id ) const : QVariant
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
qmlsceneCommand
() const : QString
setDebugServerPath
(const QString &)
setDeviceState
(const DeviceState )
setDisplayName
(const QString &)
setExtraData
(Core::Id , const QVariant &)
setFreePorts
(const Utils::PortList &)
setMachineType
(MachineType )
setQmlsceneCommand
(const QString &)
setSshParameters
(const QSsh::SshConnectionParameters &)
setType
(Core::Id )
setupId
(Origin , Core::Id )
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 * ) >
operator=
(
const IDevice &
) : IDevice &