java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.ForeachInfo
- All Implemented Interfaces:
io.qt.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
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedForeachInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal intarray()Name of the array that is iterated overclone()final intcontext()For evaluating the expressionfinal 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() -
ForeachInfo
protected ForeachInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setArray
@QtUninvokable public final void setArray(int array) Name of the array that is iterated over
-
array
@QtUninvokable public final int array()Name of the array that is iterated over
-
setContext
@QtUninvokable public final void setContext(int context) For evaluating the expression
-
context
@QtUninvokable public final int context()For evaluating the expression
-
setIndex
@QtUninvokable public final void setIndex(int index) Name of the index variable
-
index
@QtUninvokable public final int index()Name of the index variable
-
setItem
@QtUninvokable public final void setItem(int item) Name of the iteration variable
-
item
@QtUninvokable public final int item()Name of the iteration variable
-
clone
-