Package io.qt.scxml

Class QScxmlExecutableContent.InvokeInfo

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.InvokeInfo
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QScxmlExecutableContent

public static class QScxmlExecutableContent.InvokeInfo extends QtObject implements Cloneable

Represents a service invocation

Java wrapper for Qt class QScxmlExecutableContent::InvokeInfo

  • Nested Class Summary

    Nested classes/interfaces inherited from class io.qt.QtObject

    QtObject.QPrivateConstructor
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    Constructor for internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    Whether events should automatically be forwarded to the invoked service
     
    final int
    To interpret the location in
    final int
    Expression representing the srcexpr of the invoke element
    final int
    ID of the container of executable content to be run on finalizing the invocation
    final int
    id()
    ID specified by the id attribute in the <invoke> element
    final int
    Data model location to write the invocation ID to
    final int
    Unique prefix for this invocation in the context of the state from which it is called
    final void
    setAutoforward(boolean autoforward)
    Whether events should automatically be forwarded to the invoked service
    final void
    setContext(int context)
    To interpret the location in
    final void
    setExpr(int expr)
    Expression representing the srcexpr of the invoke element
    final void
    setFinalizeId(int finalizeId)
    ID of the container of executable content to be run on finalizing the invocation
    final void
    setId(int id)
    ID specified by the id attribute in the <invoke> element
    final void
    setLocation(int location)
    Data model location to write the invocation ID to
    final void
    setPrefix(int prefix)
    Unique prefix for this invocation in the context of the state from which it is called

    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