java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.EvaluatorInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QScxmlExecutableContent
public static class QScxmlExecutableContent.EvaluatorInfo extends QtObject implements Cloneable
Represents a unit of executable content
Java wrapper for Qt class QScxmlExecutableContent::EvaluatorInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description EvaluatorInfo()
protected
EvaluatorInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QScxmlExecutableContent.EvaluatorInfo
clone()
int
context()
For evaluating the expressionint
expr()
Expression to be evaluatedvoid
setContext(int context)
For evaluating the expressionvoid
setExpr(int expr)
Expression to be evaluated
-
Constructor Details
-
EvaluatorInfo
public EvaluatorInfo() -
EvaluatorInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setExpr
Expression to be evaluated
See QScxmlExecutableContent::EvaluatorInfo::setExpr(int expr)
-
expr
Expression to be evaluated
-
setContext
For evaluating the expression
See QScxmlExecutableContent::EvaluatorInfo::setContext(int context)
-
context
For evaluating the expression
-
clone
-