QNodeCommand

PyQt5.Qt3DCore.QNodeCommand

Inherits from QSceneChange.

Description

The QNodeCommand class is the base class for all CommandRequested QSceneChange events.

The QNodeCommand class is the base class for all QSceneChange events that have the changeType() CommandRequested.

You can subclass this to create your own node update types for communication between your QNode and QBackendNode subclasses when writing your own aspects.

Methods

__init__(QNodeId)

Constructs a new QNodeCommand with id.


commandId() → int

Returns .


data() → Any

Returns data.

See also

setData().


inReplyTo() → int

TODO


name() → str

Returns name.

See also

setName().


setData(Any)

See also

data().


setName(str)

See also

name().


setReplyToCommandId(int)

TODO