java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.ForeachInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QScxmlExecutableContent
public static class QScxmlExecutableContent.ForeachInfo extends QtObject implements Cloneable
Represents a foreach construct
Java wrapper for Qt class QScxmlExecutableContent::ForeachInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description ForeachInfo()
protected
ForeachInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
array()
Name of the array that is iterated overQScxmlExecutableContent.ForeachInfo
clone()
int
context()
For evaluating the expressionint
index()
Name of the index variableint
item()
Name of the iteration variablevoid
setArray(int array)
Name of the array that is iterated overvoid
setContext(int context)
For evaluating the expressionvoid
setIndex(int index)
Name of the index variablevoid
setItem(int item)
Name of the iteration variable
-
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
-
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
-