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 Type Documentation

enum Task::Option

typedef Task::Options

enum Task::TaskType

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.

[static] ProjectExplorer::Task Task::buildConfigurationMissingTask()

void Task::clear()

[static] ProjectExplorer::Task Task::compilerMissingTask()

bool Task::isNull() const