OutputProxy Class

(Utils::OutputProxy)
Inherits: QObject

Signals

void append(const QString &text)
void appendCommand(const QString &workingDirectory, const Utils::FileName &binary, const QStringList &args)
void appendError(const QString &text)
void appendMessage(const QString &text)
void appendSilently(const QString &text)

Additional Inherited Members

  • 1 property inherited from QObject
  • 31 public functions inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Member Function Documentation

[signal] void OutputProxy::append(const QString &text)

[signal] void OutputProxy::appendCommand(const QString &workingDirectory, const Utils::FileName &binary, const QStringList &args)

[signal] void OutputProxy::appendError(const QString &text)

[signal] void OutputProxy::appendMessage(const QString &text)

[signal] void OutputProxy::appendSilently(const QString &text)