ProcessExtraCompiler Class
(ProjectExplorer::ProcessExtraCompiler)Inherits: | ProjectExplorer::ExtraCompiler |
Public Functions
ProcessExtraCompiler(const Project *project, const Utils::FileName &source, const Utils::FileNameList &targets, QObject *parent = nullptr) | |
~ProcessExtraCompiler() |
- 8 public functions inherited from ProjectExplorer::ExtraCompiler
- 32 public functions inherited from QObject
Protected Functions
virtual QStringList | arguments() const |
virtual Utils::FileName | command() const = 0 |
virtual void | handleProcessError(QProcess *process) |
virtual FileNameToContentsHash | handleProcessFinished(QProcess *process) = 0 |
virtual void | handleProcessStarted(QProcess *process, const QByteArray &sourceContents) |
virtual QList<Task> | parseIssues(const QByteArray &stdErr) |
virtual bool | prepareToRun(const QByteArray &sourceContents) |
virtual Utils::FileName | workingDirectory() const |
Reimplemented Protected Functions
virtual void | run(const QByteArray &sourceContents) override |
virtual void | run(const Utils::FileName &fileName) override |
- 2 protected functions inherited from ProjectExplorer::ExtraCompiler
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 signal inherited from ProjectExplorer::ExtraCompiler
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 1 static public member inherited from ProjectExplorer::ExtraCompiler
- 10 static public members inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
ProcessExtraCompiler::ProcessExtraCompiler(const Project *project, const Utils::FileName &source, const Utils::FileNameList &targets, QObject *parent = nullptr)
Default constructs an instance of ProcessExtraCompiler.
ProcessExtraCompiler::~ProcessExtraCompiler()
Destroys the instance of ProcessExtraCompiler.