BuildConfigurationModel Class
(ProjectExplorer::BuildConfigurationModel)The BuildConfigurationModel class is a model to represent the build configurations of a target. More...
Header: | #include <BuildConfigurationModel> |
Inherits: | ProjectExplorer::ProjectConfigurationModel |
Public Functions
BuildConfigurationModel(Target *t, QObject *parent = nullptr) |
- 6 public functions inherited from ProjectExplorer::ProjectConfigurationModel
Detailed Description
The BuildConfigurationModel class is a model to represent the build configurations of a target.
To be used in the dropdown lists of comboboxes. Automatically adjusts itself to added and removed BuildConfigurations. Very similar to the Run Configuration Model.
TODO might it possible to share code without making the code a complete mess.
Member Function Documentation
BuildConfigurationModel::BuildConfigurationModel(Target *t, QObject *parent = nullptr)
Default constructs an instance of BuildConfigurationModel.