- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
- Enclosing class:
- QScxmlExecutableContent
Represents a service invocation
Java wrapper for Qt class QScxmlExecutableContent::InvokeInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInvokeInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanWhether events should automatically be forwarded to the invoked serviceclone()final intcontext()To interpret the location infinal intexpr()Expression representing the srcexpr of the invoke elementfinal intID of the container of executable content to be run on finalizing the invocationfinal intid()ID specified by the id attribute in the <invoke> elementfinal intlocation()Data model location to write the invocation ID tofinal intprefix()Unique prefix for this invocation in the context of the state from which it is calledfinal voidsetAutoforward(boolean autoforward) Whether events should automatically be forwarded to the invoked servicefinal voidsetContext(int context) To interpret the location infinal voidsetExpr(int expr) Expression representing the srcexpr of the invoke elementfinal voidsetFinalizeId(int finalizeId) ID of the container of executable content to be run on finalizing the invocationfinal voidsetId(int id) ID specified by the id attribute in the <invoke> elementfinal voidsetLocation(int location) Data model location to write the invocation ID tofinal voidsetPrefix(int prefix) Unique prefix for this invocation in the context of the state from which it is calledMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
InvokeInfo
public InvokeInfo() -
InvokeInfo
protected InvokeInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setAutoforward
@QtUninvokable public final void setAutoforward(boolean autoforward) Whether events should automatically be forwarded to the invoked service
-
autoforward
@QtUninvokable public final boolean autoforward()Whether events should automatically be forwarded to the invoked service
-
setContext
@QtUninvokable public final void setContext(int context) To interpret the location in
-
context
@QtUninvokable public final int context()To interpret the location in
-
setExpr
@QtUninvokable public final void setExpr(int expr) Expression representing the srcexpr of the invoke element
-
expr
@QtUninvokable public final int expr()Expression representing the srcexpr of the invoke element
-
setFinalizeId
@QtUninvokable public final void setFinalizeId(int finalizeId) ID of the container of executable content to be run on finalizing the invocation
-
finalizeId
@QtUninvokable public final int finalizeId()ID of the container of executable content to be run on finalizing the invocation
-
setId
@QtUninvokable public final void setId(int id) ID specified by the id attribute in the <invoke> element
-
id
@QtUninvokable public final int id()ID specified by the id attribute in the <invoke> element
-
setLocation
@QtUninvokable public final void setLocation(int location) Data model location to write the invocation ID to
-
location
@QtUninvokable public final int location()Data model location to write the invocation ID to
-
setPrefix
@QtUninvokable public final void setPrefix(int prefix) Unique prefix for this invocation in the context of the state from which it is called
-
prefix
@QtUninvokable public final int prefix()Unique prefix for this invocation in the context of the state from which it is called
-
clone
-