java.lang.Object
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.AssignmentInfo
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QScxmlExecutableContent
AssingmentInfo class represents a data assignment
Java wrapper for Qt class QScxmlExecutableContent::AssignmentInfo
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQScxmlExecutableContent::AssignmentInfo::AssignmentInfo() AssignmentInfo(int dest, int expr, int context) SeeQScxmlExecutableContent::AssignmentInfo::AssignmentInfo{qint32, qint32, qint32} SeeQScxmlExecutableContent::AssignmentInfo::AssignmentInfo(QScxmlExecutableContent::AssignmentInfo) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final intcontext()For evaluating the expressionfinal intdest()Name of the data item to assign tofinal intexpr()Expression to be evaluatedfinal voidsetContext(int context) For evaluating the expressionfinal voidsetDest(int dest) Name of the data item to assign tofinal voidsetExpr(int expr) Expression to be evaluatedMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
AssignmentInfo
public AssignmentInfo()See
QScxmlExecutableContent::AssignmentInfo::AssignmentInfo() -
AssignmentInfo
See
QScxmlExecutableContent::AssignmentInfo::AssignmentInfo(QScxmlExecutableContent::AssignmentInfo) -
AssignmentInfo
public AssignmentInfo(int dest, int expr, int context) See
QScxmlExecutableContent::AssignmentInfo::AssignmentInfo{qint32, qint32, qint32}
-
-
Method Details
-
setContext
For evaluating the expression
-
context
For evaluating the expression
-
setDest
Name of the data item to assign to
-
dest
Name of the data item to assign to
-
setExpr
Expression to be evaluated
-
expr
Expression to be evaluated
-
clone
Creates and returns a copy of this object.
See
QScxmlExecutableContent::AssignmentInfo::AssignmentInfo(QScxmlExecutableContent::AssignmentInfo)
-