内容表

上一话题

QScxmlStaticScxmlServiceFactory

下一话题

PySide2.QtSensors

QScxmlTableData

QScxmlTableData class is used by compiled state machines. 更多

Inheritance diagram of PySide2.QtScxml.QScxmlTableData

详细描述

QScxmlTableData is the interface to the compiled representation of SCXML state machines. It should only be used internally and by state machines compiled from SCXML documents.

class QScxmlTableData
PySide2.QtScxml.QScxmlTableData. assignmentInfo ( assignmentId )
参数

assignmentId int

返回类型

AssignmentInfo

返回 AssignmentInfo object for the given assignmentId .

PySide2.QtScxml.QScxmlTableData. dataNames ( count )
参数

count int

返回类型

int

Retrieves the string IDs for the names of data items in the data model. The number of strings is saved into count and a pointer to an array of string IDs is returned.

Returns a pointer to an array of string IDs.

PySide2.QtScxml.QScxmlTableData. evaluatorInfo ( evaluatorId )
参数

evaluatorId int

返回类型

EvaluatorInfo

返回 EvaluatorInfo object for the given evaluatorId .

PySide2.QtScxml.QScxmlTableData. foreachInfo ( foreachId )
参数

foreachId int

返回类型

ForeachInfo

返回 ForeachInfo object for the given foreachId .

PySide2.QtScxml.QScxmlTableData. initialSetup ( )
返回类型

int

Initializes the table data. Returns the ID of the container with instructions to be executed when initializing the state machine.

PySide2.QtScxml.QScxmlTableData. instructions ( )
返回类型

int

Returns a pointer to the instructions of executable content contained in the state machine.

PySide2.QtScxml.QScxmlTableData. name ( )
返回类型

unicode

Returns the name of the state machine.

PySide2.QtScxml.QScxmlTableData. serviceFactory ( id )
参数

id int

返回类型

QScxmlInvokableServiceFactory

Returns the service factory that creates invokable services for the state with the ID id .

PySide2.QtScxml.QScxmlTableData. stateMachineTable ( )
返回类型

qint32

Returns a pointer to the complete state table, expressed as an opaque sequence of integers.

PySide2.QtScxml.QScxmlTableData. string ( id )
参数

id int

返回类型

unicode

返回 QString 为给定 id .