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's class QScxmlExecutableContent::ForeachInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal int
array()
Name of the array that is iterated overclone()
final int
context()
For evaluating the expressionfinal int
getArray()
Kotlin property getter.final int
Kotlin property getter.final int
getIndex()
Kotlin property getter.final int
getItem()
Kotlin property getter.final int
index()
Name of the index variablefinal int
item()
Name of the iteration variablefinal void
setArray
(int array) Name of the array that is iterated overfinal void
setContext
(int context) For evaluating the expressionfinal void
setIndex
(int index) Name of the index variablefinal void
setItem
(int item) Name of the iteration variableMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
ForeachInfo
public ForeachInfo() -
ForeachInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setArray
Name of the array that is iterated over
-
getArray
Kotlin property getter. In Java use
array()
instead. -
array
Name of the array that is iterated over
-
setContext
For evaluating the expression
-
getContext
Kotlin property getter. In Java use
context()
instead. -
context
For evaluating the expression
-
setIndex
Name of the index variable
-
getIndex
Kotlin property getter. In Java use
index()
instead. -
index
Name of the index variable
-
setItem
Name of the iteration variable
-
getItem
Kotlin property getter. In Java use
item()
instead. -
item
Name of the iteration variable
-
clone
-