java.lang.Object
io.qt.internal.QtJambiObject
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
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()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() -
AssignmentInfo
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
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
-