BuildManager Class
(ProjectExplorer::BuildManager)| Inherits: | QObject |
Public Functions
| BuildManager(QObject *parent, QAction *cancelBuildAction) |
- 31 public functions inherited from QObject
Public Slots
| void | aboutToRemoveProject(ProjectExplorer::Project *p) |
| void | cancel() |
| void | showTaskWindow() |
| void | toggleOutputWindow() |
| void | toggleTaskWindow() |
- 1 public slot inherited from QObject
Signals
| void | buildQueueFinished(bool success) |
| void | buildStateChanged(ProjectExplorer::Project *pro) |
| void | taskAdded(const ProjectExplorer::Task &task) |
| void | tasksChanged() |
| void | tasksCleared() |
- 2 signals inherited from QObject
Static Public Members
| void | appendStep(BuildStep *step, const QString &name) |
| bool | buildList(BuildStepList *bsl) |
| bool | buildLists(QList<BuildStepList *> bsls, const QStringList &preambelMessage = QStringList()) |
| void | extensionsInitialized() |
| int | getErrorTaskCount() |
| BuildManager * | instance() |
| bool | isBuilding() |
| bool | isBuilding(const Project *p) |
| bool | isBuilding(const Target *t) |
| bool | isBuilding(const ProjectConfiguration *p) |
| bool | isBuilding(BuildStep *step) |
| bool | tasksAvailable() |
- 10 static public members inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public variable inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
BuildManager::BuildManager(QObject *parent, QAction *cancelBuildAction)
Default constructs an instance of BuildManager.