java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.EvaluatorInfo
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
- Enclosing class:
- QScxmlExecutableContent
public static class QScxmlExecutableContent.EvaluatorInfo
extends io.qt.QtObject
implements Cloneable
Represents a unit of executable content
Java wrapper for Qt class QScxmlExecutableContent::EvaluatorInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEvaluatorInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final intcontext()For evaluating the expressionfinal intexpr()Expression to be evaluatedfinal voidsetContext(int context) For evaluating the expressionfinal voidsetExpr(int expr) Expression to be evaluatedMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
EvaluatorInfo
public EvaluatorInfo() -
EvaluatorInfo
protected EvaluatorInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setContext
@QtUninvokable public final void setContext(int context) For evaluating the expression
-
context
@QtUninvokable public final int context()For evaluating the expression
-
setExpr
@QtUninvokable public final void setExpr(int expr) Expression to be evaluated
-
expr
@QtUninvokable public final int expr()Expression to be evaluated
-
clone
-