CustomParser Class
(ProjectExplorer::CustomParser)Inherits: | ProjectExplorer::IOutputParser |
Public Functions
CustomParser(const CustomParserSettings &settings = CustomParserSettings()) | |
void | setSettings(const CustomParserSettings &settings) |
Reimplemented Public Functions
virtual void | stdError(const QString &line) override |
virtual void | stdOutput(const QString &line) override |
- 9 public functions inherited from ProjectExplorer::IOutputParser
Static Public Members
Core::Id | id() |
- 1 static public member inherited from ProjectExplorer::IOutputParser
Additional Inherited Members
- 2 public slots inherited from ProjectExplorer::IOutputParser
- 2 signals inherited from ProjectExplorer::IOutputParser
Member Function Documentation
CustomParser::CustomParser(const CustomParserSettings &settings = CustomParserSettings())
Copy constructor.