Obsolete Members for QNode

以下成员源于类 QNode 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) QNodeCommand::CommandId sendCommand (const QString & name , const QVariant & data = QVariant(), QNodeCommand::CommandId replyTo = QNodeCommand::CommandId())
(obsolete) void sendReply (const Qt3DCore::QNodeCommandPtr & 命令 )

保护函数

(obsolete) virtual void sceneChangeEvent (const Qt3DCore::QSceneChangePtr & change )

成员函数文档编制

[virtual protected] void QNode:: sceneChangeEvent (const Qt3DCore::QSceneChangePtr & change )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Called when one or more backend aspects sends a notification change to the current Qt3DCore::QNode 实例。

注意: This method should be reimplemented in your subclasses to properly handle the change .

QNodeCommand::CommandId QNode:: sendCommand (const QString & name , const QVariant & data = QVariant(), QNodeCommand::CommandId replyTo = QNodeCommand::CommandId())

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

Sends a command message to the backend node

创建 QNodeCommand message and dispatches it to the backend node. The command is given and a name 和一些 data which can be used in the backend node to perform various operations. This returns a CommandId which can be used to identify the initial command when receiving a message in reply. If the command message is to be sent in reply to another command, replyTo contains the id of that command.

另请参阅 QNodeCommand and QNode::sendReply .

void QNode:: sendReply (const Qt3DCore::QNodeCommandPtr & 命令 )

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

发送 命令 back to the backend node.

Assumes the command is to be to sent back in reply to itself to the backend node.

另请参阅 QNodeCommand and QNode::sendCommand .