PySide6.QtScxml#
AssignmentInfo
AssignmentInfo.PySide6.QtScxml.QScxmlExecutableContent.AssignmentInfo.dest
AssignmentInfo.PySide6.QtScxml.QScxmlExecutableContent.AssignmentInfo.expr
AssignmentInfo.PySide6.QtScxml.QScxmlExecutableContent.AssignmentInfo.context
EvaluatorInfo
EvaluatorInfo.PySide6.QtScxml.QScxmlExecutableContent.EvaluatorInfo.expr
EvaluatorInfo.PySide6.QtScxml.QScxmlExecutableContent.EvaluatorInfo.context
ForeachInfo
ForeachInfo.PySide6.QtScxml.QScxmlExecutableContent.ForeachInfo.array
ForeachInfo.PySide6.QtScxml.QScxmlExecutableContent.ForeachInfo.item
ForeachInfo.PySide6.QtScxml.QScxmlExecutableContent.ForeachInfo.index
ForeachInfo.PySide6.QtScxml.QScxmlExecutableContent.ForeachInfo.context
ForeachLoopBody
InvokeInfo
InvokeInfo.PySide6.QtScxml.QScxmlExecutableContent.InvokeInfo.id
InvokeInfo.PySide6.QtScxml.QScxmlExecutableContent.InvokeInfo.prefix
InvokeInfo.PySide6.QtScxml.QScxmlExecutableContent.InvokeInfo.location
InvokeInfo.PySide6.QtScxml.QScxmlExecutableContent.InvokeInfo.context
InvokeInfo.PySide6.QtScxml.QScxmlExecutableContent.InvokeInfo.expr
InvokeInfo.PySide6.QtScxml.QScxmlExecutableContent.InvokeInfo.finalize
InvokeInfo.PySide6.QtScxml.QScxmlExecutableContent.InvokeInfo.autoforward
Loader
ParameterInfo
ParameterInfo.PySide6.QtScxml.QScxmlExecutableContent.ParameterInfo.name
ParameterInfo.PySide6.QtScxml.QScxmlExecutableContent.ParameterInfo.expr
ParameterInfo.PySide6.QtScxml.QScxmlExecutableContent.ParameterInfo.location
QScxmlCompiler
QScxmlCppDataModel
QScxmlDataModel
QScxmlDynamicScxmlServiceFactory
QScxmlError
QScxmlEvent
QScxmlExecutableContent
QScxmlInvokableService
QScxmlInvokableServiceFactory
QScxmlNullDataModel
QScxmlStateMachine
QScxmlStaticScxmlServiceFactory
QScxmlTableData
详细说明#
提供从SCXML文件创建状态机的功能。
Qt SCXML模块提供从SCXML 文件创建状态机的功能。这包括动态创建状态机(加载SCXML文件和实例化状态和转换)以及生成一个实现了状态机的C++文件的生成。它还包含支持数据模型和可执行内容的功能。
入门指南#
要包含模块和类的定义,请使用以下指令
import PySide6.QtScxml