java.lang.Object
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.ForeachInfo
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QScxmlExecutableContent
Represents a foreach construct
Java wrapper for Qt class QScxmlExecutableContent::ForeachInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intarray()Name of the array that is iterated overclone()Creates and returns a copy of this object.final intcontext()For evaluating the expressionfinal intgetArray()Kotlin property getter.final intKotlin property getter.final intgetIndex()Kotlin property getter.final intgetItem()Kotlin property getter.final intindex()Name of the index variablefinal intitem()Name of the iteration variablefinal voidsetArray(int array) Name of the array that is iterated overfinal voidsetContext(int context) For evaluating the expressionfinal voidsetIndex(int index) Name of the index variablefinal voidsetItem(int item) Name of the iteration variableMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
ForeachInfo
public ForeachInfo()See
QScxmlExecutableContent::ForeachInfo::ForeachInfo()
-
-
Method Details
-
setArray
Name of the array that is iterated over
-
array
Name of the array that is iterated over
-
setContext
For evaluating the expression
-
context
For evaluating the expression
-
setIndex
Name of the index variable
-
index
Name of the index variable
-
setItem
Name of the iteration variable
-
item
Name of the iteration variable
-
clone
Creates and returns a copy of this object.
-
getArray
Kotlin property getter. In Java use
array()instead. -
getContext
Kotlin property getter. In Java use
context()instead. -
getIndex
Kotlin property getter. In Java use
index()instead. -
getItem
Kotlin property getter. In Java use
item()instead.
-