java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlTableData.Impl
- All Implemented Interfaces:
QtObjectInterface
,QScxmlTableData
- Enclosing interface:
- QScxmlTableData
public abstract static class QScxmlTableData.Impl extends QtObject implements QScxmlTableData
Implementor class for interface QScxmlTableData
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QScxmlExecutableContent.AssignmentInfo
assignmentInfo(int assignmentId)
abstract IntBuffer
dataNames()
abstract QScxmlExecutableContent.EvaluatorInfo
evaluatorInfo(int evaluatorId)
abstract QScxmlExecutableContent.ForeachInfo
foreachInfo(int foreachId)
abstract int
initialSetup()
abstract IntBuffer
instructions()
abstract String
name()
abstract QScxmlInvokableServiceFactory
serviceFactory(int id)
abstract IntBuffer
stateMachineTable()
abstract String
string(int id)
-
Constructor Details
-
Method Details
-
assignmentInfo
@QtUninvokable public abstract QScxmlExecutableContent.AssignmentInfo assignmentInfo(int assignmentId)- Specified by:
assignmentInfo
in interfaceQScxmlTableData
-
dataNames
- Specified by:
dataNames
in interfaceQScxmlTableData
-
evaluatorInfo
@QtUninvokable public abstract QScxmlExecutableContent.EvaluatorInfo evaluatorInfo(int evaluatorId)- Specified by:
evaluatorInfo
in interfaceQScxmlTableData
-
foreachInfo
- Specified by:
foreachInfo
in interfaceQScxmlTableData
-
initialSetup
- Specified by:
initialSetup
in interfaceQScxmlTableData
-
instructions
- Specified by:
instructions
in interfaceQScxmlTableData
-
name
- Specified by:
name
in interfaceQScxmlTableData
-
serviceFactory
- Specified by:
serviceFactory
in interfaceQScxmlTableData
-
stateMachineTable
- Specified by:
stateMachineTable
in interfaceQScxmlTableData
-
string
- Specified by:
string
in interfaceQScxmlTableData
-