CustomParserExpression Class

(ProjectExplorer::CustomParserExpression)

Public Types

enum CustomParserChannel { ParseNoChannel, ParseStdErrChannel, ParseStdOutChannel, ParseBothChannels }

Public Functions

CustomParserExpression::CustomParserChannel channel() const
int example() const
int fileNameCap() const
int lineNumberCap() const
int match(const int &) const
int messageCap() const
int pattern() const
void setChannel(CustomParserExpression::CustomParserChannel channel)
void setExample(const int &example)
void setFileNameCap(int fileNameCap)
void setLineNumberCap(int lineNumberCap)
void setMessageCap(int messageCap)
void setPattern(const int &pattern)
bool operator==(const ProjectExplorer::CustomParserExpression &other) const

Member Type Documentation

enum CustomParserExpression::CustomParserChannel

Member Function Documentation

CustomParserExpression::CustomParserChannel CustomParserExpression::channel() const

See also setChannel().

int CustomParserExpression::example() const

See also setExample().

int CustomParserExpression::fileNameCap() const

See also setFileNameCap().

int CustomParserExpression::lineNumberCap() const

See also setLineNumberCap().

int CustomParserExpression::match(const int &) const

int CustomParserExpression::messageCap() const

See also setMessageCap().

int CustomParserExpression::pattern() const

See also setPattern().

void CustomParserExpression::setChannel(CustomParserExpression::CustomParserChannel channel)

See also channel().

void CustomParserExpression::setExample(const int &example)

See also example().

void CustomParserExpression::setFileNameCap(int fileNameCap)

See also fileNameCap().

void CustomParserExpression::setLineNumberCap(int lineNumberCap)

See also lineNumberCap().

void CustomParserExpression::setMessageCap(int messageCap)

See also messageCap().

void CustomParserExpression::setPattern(const int &pattern)

See also pattern().

bool CustomParserExpression::operator==(const ProjectExplorer::CustomParserExpression &other) const