java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.AssignmentInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QScxmlExecutableContent
public static class QScxmlExecutableContent.AssignmentInfo extends QtObject implements Cloneable
AssingmentInfo class represents a data assignment
Java wrapper for Qt class QScxmlExecutableContent::AssignmentInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description AssignmentInfo()
protected
AssignmentInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QScxmlExecutableContent.AssignmentInfo
clone()
int
context()
For evaluating the expressionint
dest()
Name of the data item to assign toint
expr()
Expression to be evaluatedvoid
setContext(int context)
For evaluating the expressionvoid
setDest(int dest)
Name of the data item to assign tovoid
setExpr(int expr)
Expression to be evaluated
-
Constructor Details
-
AssignmentInfo
public AssignmentInfo() -
AssignmentInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details