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 class QScxmlExecutableContent::EvaluatorInfo
-
Constructor Summary
ConstructorDescriptionSeeQScxmlExecutableContent::EvaluatorInfo::
EvaluatorInfo() EvaluatorInfo
(int expr, int context) SeeQScxmlExecutableContent::EvaluatorInfo::
EvaluatorInfo{qint32, qint32} SeeQScxmlExecutableContent::EvaluatorInfo::
EvaluatorInfo(QScxmlExecutableContent::EvaluatorInfo) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final int
context()
For evaluating the expressionfinal int
expr()
Expression to be evaluatedfinal void
setContext
(int context) For evaluating the expressionfinal void
setExpr
(int expr) Expression to be evaluatedMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
EvaluatorInfo
public EvaluatorInfo()See
QScxmlExecutableContent::EvaluatorInfo::
EvaluatorInfo() -
EvaluatorInfo
See
QScxmlExecutableContent::EvaluatorInfo::
EvaluatorInfo(QScxmlExecutableContent::EvaluatorInfo) -
EvaluatorInfo
public EvaluatorInfo(int expr, int context) See
QScxmlExecutableContent::EvaluatorInfo::
EvaluatorInfo{qint32, qint32}
-
-
Method Details
-
setContext
For evaluating the expression
-
context
For evaluating the expression
-
setExpr
Expression to be evaluated
-
expr
Expression to be evaluated
-
clone
Creates and returns a copy of this object.
See
QScxmlExecutableContent::EvaluatorInfo::
EvaluatorInfo(QScxmlExecutableContent::EvaluatorInfo)
-