EventConnection QML Type

ステートマシンが発信するイベントに接続する。詳細...

Import Statement: import QtScxml 6.8
Since: QtScxml 5.8

プロパティ

信号

詳細説明

ステートマシンがイベントを発信したときに通知を受け取るために、対応するシグナルへの接続を作成することができます。

プロパティの説明

events : stringlist

リッスンするイベントを記述する SCXML イベント指定子のリスト。

SCXML ドキュメントのイベント指定子ではスペースが使用可能ですが、このリストでは使用できません。しかし、このリストには複数の指定子を含めることができ、同じ効果が得られます。


stateMachine : ScxmlStateMachine

イベントを送出するステートマシン。


シグナル文書

occurred(event)

このシグナルは、SCXML イベントevent が発生したときに発せられる。

注意: 対応するハンドラはonOccurred です。

QScxmlEventも参照してください


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.