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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescriptionSeeQScxmlExecutableContent::AssignmentInfo::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 intKotlin property getter.final intgetDest()Kotlin property getter.final intgetExpr()Kotlin property getter.final 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()
-
-
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.
-
getContext
Kotlin property getter. In Java use
context()instead. -
getDest
Kotlin property getter. In Java use
dest()instead. -
getExpr
Kotlin property getter. In Java use
expr()instead.
-