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
- 32 public functions inherited from QObject
Static Public Members
Core::Id | id() |
- 1 static public member inherited from ProjectExplorer::IOutputParser
- 10 static public members inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 2 public slots inherited from ProjectExplorer::IOutputParser
- 1 public slot inherited from QObject
- 2 signals inherited from ProjectExplorer::IOutputParser
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
CustomParser::CustomParser(const CustomParserSettings &settings = CustomParserSettings())
Copy constructor.