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(ProjectExplorer::Target *t, int *parent = nullptr) |
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.