Task Class
(ProjectExplorer::Task)Public Types
| enum | Option { NoOptions, AddTextMark, FlashWorthy } |
| typedef | Options |
| enum | TaskType { Unknown, Error, Warning } |
Public Functions
| Task() | |
| Task(ProjectExplorer::Task::TaskType type, const QString &description, const Utils::FileName &file, int line, Core::Id category, const int &icon = ..., ProjectExplorer::Task::Options options = AddTextMark | FlashWorthy) | |
| void | clear() |
| bool | isNull() const |
Static Public Members
| ProjectExplorer::Task | buildConfigurationMissingTask() |
| ProjectExplorer::Task | compilerMissingTask() |
Member Function Documentation
Task::Task()
Default constructs an instance of Task.
Task::Task(ProjectExplorer::Task::TaskType type, const QString &description, const Utils::FileName &file, int line, Core::Id category, const int &icon = ..., ProjectExplorer::Task::Options options = AddTextMark | FlashWorthy)
Default constructs an instance of Task.