AsynchronousCommandReply Class

(Qt3DCore::Debug::AsynchronousCommandReply)
Inherits: QObject

Public Functions

AsynchronousCommandReply(const QString &commandName, QObject *parent = nullptr)
QString commandName() const
QByteArray data() const
bool isFinished() const
void setData(const QByteArray &data)
void setFinished(bool finished)
  • 32 public functions inherited from QObject

Signals

void finished(AsynchronousCommandReply *reply)

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 11 static public members inherited from QObject
  • 9 protected functions inherited from QObject

Member Function Documentation

AsynchronousCommandReply::AsynchronousCommandReply(const QString &commandName, QObject *parent = nullptr)

Default constructs an instance of AsynchronousCommandReply.

QString AsynchronousCommandReply::commandName() const

QByteArray AsynchronousCommandReply::data() const

See also setData().

[signal] void AsynchronousCommandReply::finished(AsynchronousCommandReply *reply)

See also setFinished().

bool AsynchronousCommandReply::isFinished() const

void AsynchronousCommandReply::setData(const QByteArray &data)

See also data().

void AsynchronousCommandReply::setFinished(bool finished)

See also finished().