ToolChainKitInformation Class
(ProjectExplorer::ToolChainKitInformation)| Inherits: | KitInformation |
Public Functions
- 15 public functions inherited from ProjectExplorer::KitInformation
- 31 public functions inherited from QObject
Static Public Members
| void | clearToolChain(Kit *k, Core::Id language) |
| Core::Id | id() |
| QString | msgNoToolChainInTarget() |
| void | setAllToolChainsToMatch(Kit *k, ToolChain *tc) |
| void | setToolChain(Kit *k, ToolChain *tc) |
| Abi | targetAbi(const Kit *k) |
| ToolChain * | toolChain(const Kit *k, Core::Id language) |
| QList<ToolChain *> | toolChains(const Kit *k) |
- 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
ToolChainKitInformation::ToolChainKitInformation()
Default constructs an instance of ToolChainKitInformation.
[static] void ToolChainKitInformation::clearToolChain(Kit *k, Core::Id language)
[static] Core::Id ToolChainKitInformation::id()
[static] QString ToolChainKitInformation::msgNoToolChainInTarget()
[static] void ToolChainKitInformation::setAllToolChainsToMatch(Kit *k, ToolChain *tc)
[static] void ToolChainKitInformation::setToolChain(Kit *k, ToolChain *tc)
See also toolChain().
[static] Abi ToolChainKitInformation::targetAbi(const Kit *k)
[static] ToolChain *ToolChainKitInformation::toolChain(const Kit *k, Core::Id language)
See also setToolChain().