java.lang.Object
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.EvaluatorInfo
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QScxmlExecutableContent
Represents a unit of executable content
Java wrapper for Qt's class QScxmlExecutableContent::EvaluatorInfo
-
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 intexpr()Expression to be evaluatedfinal intKotlin property getter.final intgetExpr()Kotlin property getter.final 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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details