Package io.qt.scxml

Class QScxmlExecutableContent.ForeachInfo

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

public static class QScxmlExecutableContent.ForeachInfo extends io.qt.QtObject implements Cloneable

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

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    ForeachInfo(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
    final int
    Name of the array that is iterated over
     
    final int
    For evaluating the expression
    final int
    Name of the index variable
    final int
    Name of the iteration variable
    final void
    setArray(int array)
    Name of the array that is iterated over
    final void
    setContext(int context)
    For evaluating the expression
    final void
    setIndex(int index)
    Name of the index variable
    final void
    setItem(int item)
    Name of the iteration variable

    Methods inherited from class io.qt.QtObject

    dispose, equals, isDisposed

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait