Home
last modified time | relevance | path

Searched refs:DeviceTypeKitAspect (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dkitinformation.cpp775 Q_DECLARE_TR_FUNCTIONS(ProjectExplorer::DeviceTypeKitAspect)
816 DeviceTypeKitAspect::setDeviceTypeId(m_kit, type); in currentTypeChanged()
823 DeviceTypeKitAspect::DeviceTypeKitAspect() in DeviceTypeKitAspect() function in ProjectExplorer::DeviceTypeKitAspect
826 setId(DeviceTypeKitAspect::id()); in DeviceTypeKitAspect()
833 void DeviceTypeKitAspect::setup(Kit *k) in setup()
839 Tasks DeviceTypeKitAspect::validate(const Kit *k) const in validate()
863 const Utils::Id DeviceTypeKitAspect::id() in id()
868 const Utils::Id DeviceTypeKitAspect::deviceTypeId(const Kit *k) in deviceTypeId()
876 k->setValue(DeviceTypeKitAspect::id(), type.toSetting()); in setDeviceTypeId()
886 Utils::Id id = DeviceTypeKitAspect::deviceTypeId(k); in availableFeatures()
[all …]
H A Dkitinformation.h116 class PROJECTEXPLORER_EXPORT DeviceTypeKitAspect : public KitAspect
121 DeviceTypeKitAspect();
H A Drunconfiguration.cpp460 Utils::Id devType = DeviceTypeKitAspect::deviceTypeId(target->kit()); in decoratedTargetName()
555 DeviceTypeKitAspect::deviceTypeId(kit))) in canHandle()
H A Dparseissuesdialog.cpp92 if (DeviceTypeKitAspect::deviceTypeId(k) == Constants::DESKTOP_DEVICE_TYPE) { in ParseIssuesDialog()
H A Ddeployconfiguration.cpp158 DeviceTypeKitAspect::deviceTypeId(target->kit()))) in canHandle()
H A Dbuildconfiguration.cpp646 const Utils::Id deviceType = DeviceTypeKitAspect::deviceTypeId(k); in find()
688 if (!supportsTargetDeviceType(DeviceTypeKitAspect::deviceTypeId(target->kit()))) in canHandle()
H A Dkitmanagerconfigwidget.cpp284 const Utils::Id deviceType = DeviceTypeKitAspect::deviceTypeId(m_modifiedKit.get()); in setIcon()
H A Dbuildstep.cpp398 Utils::Id deviceType = DeviceTypeKitAspect::deviceTypeId(target->kit()); in canHandle()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprojectmanager/
H A Dqmlprojectrunconfiguration.cpp141 const Id deviceTypeId = DeviceTypeKitAspect::deviceTypeId(target->kit()); in QmlProjectRunConfiguration()
168 if (DeviceTypeKitAspect::deviceTypeId(kit()) in disabledReason()
189 const Id deviceType = DeviceTypeKitAspect::deviceTypeId(kit); in qmlRuntimeFilePath()
280 && DeviceTypeKitAspect::deviceTypeId(k) in createQtVersionAspect()
H A Dqmlproject.cpp327 if (DeviceTypeKitAspect::deviceTypeId(kit()) in targetDirectory()
448 && DeviceTypeKitAspect::deviceTypeId(k) in fromMap()
515 if (DeviceTypeKitAspect::deviceTypeId(kit()) in updateDeploymentData()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diosrunconfiguration.cpp135 if (DeviceTypeKitAspect::deviceTypeId(m_runConfiguration->kit()) in updateDeviceType()
144 Utils::Id devType = DeviceTypeKitAspect::deviceTypeId(kit()); in isEnabled()
165 Utils::Id devType = DeviceTypeKitAspect::deviceTypeId(kit()); in bundleDirectory()
223 Utils::Id devType = DeviceTypeKitAspect::deviceTypeId(kit()); in disabledReason()
H A Diosbuildconfiguration.cpp110 , m_isDevice(DeviceTypeKitAspect::deviceTypeId(buildConfiguration->kit()) in IosSigningSettingsWidget()
477 Utils::Id devType = DeviceTypeKitAspect::deviceTypeId(kit()); in updateQmakeCommand()
544 if (DeviceTypeKitAspect::deviceTypeId(kit()) != Constants::IOS_DEVICE_TYPE) in signingFlags()
H A Diosconfigurations.cpp174 Utils::Id deviceKind = DeviceTypeKitAspect::deviceTypeId(kit); in existingAutoDetectedIosKits()
189 DeviceTypeKitAspect::setDeviceTypeId(kit, pDeviceType); in setupKit()
211 kit->setSticky(DeviceTypeKitAspect::id(), true); in setupKit()
293 return DeviceTypeKitAspect::deviceTypeId(kit) == pDeviceType in updateAutomaticKitList()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/devicesupport/
H A Ddevicecheckbuildstep.cpp48 Utils::Id deviceTypeId = DeviceTypeKitAspect::deviceTypeId(kit()); in init()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qnx/
H A Dqnxconfiguration.cpp185 && DeviceTypeKitAspect::deviceTypeId(kit) == Constants::QNX_QNX_OS_TYPE in deactivate()
326 DeviceTypeKitAspect::setDeviceTypeId(k, Constants::QNX_QNX_OS_TYPE); in createKit()
341 k->setSticky(DeviceTypeKitAspect::id(), true); in createKit()
H A Dqnxplugin.cpp192 && DeviceTypeKitAspect::deviceTypeId(kit) == Constants::QNX_QNX_OS_TYPE in updateDebuggerActions()
H A Dqnxdebugsupport.cpp229 return k->isValid() && DeviceTypeKitAspect::deviceTypeId(k) == Constants::QNX_QNX_OS_TYPE; in showProcessesDialog()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlpreview/
H A Dqmlpreviewfileontargetfinder.cpp104 *success = ProjectExplorer::DeviceTypeKitAspect::deviceTypeId(m_target->kit()) in findPath()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qtsupport/
H A Dqtkitinformation.cpp167 const Id deviceType = DeviceTypeKitAspect::deviceTypeId(k); in setup()
462 if (!qt->targetDeviceTypes().contains(DeviceTypeKitAspect::deviceTypeId(k))) in weight()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cmakeprojectmanager/
H A Dcmakebuildconfiguration.cpp787 const Id deviceType = DeviceTypeKitAspect::deviceTypeId(k); in isIos()
794 return DeviceTypeKitAspect::deviceTypeId(k) == WebAssembly::Constants::WEBASSEMBLY_DEVICE_TYPE; in isWebAssembly()
799 return DeviceTypeKitAspect::deviceTypeId(k) == Qnx::Constants::QNX_QNX_OS_TYPE; in isQnx()
922 if (DeviceTypeKitAspect::deviceTypeId(k) == Android::Constants::ANDROID_DEVICE_TYPE) { in CMakeBuildConfiguration()
970 const Id deviceType = DeviceTypeKitAspect::deviceTypeId(k); in CMakeBuildConfiguration()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Dunstartedappwatcherdialog.cpp62 … return DeviceTypeKitAspect::deviceTypeId(kit) == ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE; in isLocal()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dandroidconfigurations.cpp1272 if (DeviceTypeKitAspect::deviceTypeId(k) == Constants::ANDROID_DEVICE_TYPE) { in updateAutomaticKitList()
1283 Utils::Id deviceTypeId = DeviceTypeKitAspect::deviceTypeId(k); in updateAutomaticKitList()
1352 DeviceTypeKitAspect::setDeviceTypeId(k, Utils::Id(Constants::ANDROID_DEVICE_TYPE)); in updateAutomaticKitList()
1363 k->setSticky(DeviceTypeKitAspect::id(), true); in updateAutomaticKitList()
H A Djavalanguageserver.cpp309 if (DeviceTypeKitAspect::deviceTypeId(kit) != Android::Constants::ANDROID_DEVICE_TYPE) in updateProjectFiles()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dtestconfiguration.cpp122 … return DeviceTypeKitAspect::deviceTypeId(kit) == ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE; in isLocal()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qbsprojectmanager/
H A Ddefaultpropertyprovider.cpp84 const Utils::Id device = ProjectExplorer::DeviceTypeKitAspect::deviceTypeId(k); in targetPlatform()

12