- 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
-
Constructor Summary
Constructors Modifier Constructor Description InvokeInfo()
protected
InvokeInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description boolean
autoforward()
Whether events should automatically be forwarded to the invoked serviceQScxmlExecutableContent.InvokeInfo
clone()
int
context()
To interpret the location inint
expr()
Expression representing the srcexpr of the invoke elementint
finalizeId()
ID of the container of executable content to be run on finalizing the invocationint
id()
ID specified by the id attribute in the <invoke> elementint
location()
Data model location to write the invocation ID toint
prefix()
Unique prefix for this invocation in the context of the state from which it is calledvoid
setAutoforward(boolean autoforward)
Whether events should automatically be forwarded to the invoked servicevoid
setContext(int context)
To interpret the location invoid
setExpr(int expr)
Expression representing the srcexpr of the invoke elementvoid
setFinalizeId(int finalizeId)
ID of the container of executable content to be run on finalizing the invocationvoid
setId(int id)
ID specified by the id attribute in the <invoke> elementvoid
setLocation(int location)
Data model location to write the invocation ID tovoid
setPrefix(int prefix)
Unique prefix for this invocation in the context of the state from which it is called
-
Constructor Details
-
InvokeInfo
public InvokeInfo() -
InvokeInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setAutoforward
Whether events should automatically be forwarded to the invoked service
-
autoforward
Whether events should automatically be forwarded to the invoked service
-
setContext
To interpret the location in
-
context
To interpret the location in
-
setExpr
Expression representing the srcexpr of the invoke element
-
expr
Expression representing the srcexpr of the invoke element
-
setFinalizeId
ID of the container of executable content to be run on finalizing the invocation
-
finalizeId
ID of the container of executable content to be run on finalizing the invocation
-
setId
ID specified by the id attribute in the <invoke> element
-
id
ID specified by the id attribute in the <invoke> element
-
setLocation
Data model location to write the invocation ID to
-
location
Data model location to write the invocation ID to
-
setPrefix
Unique prefix for this invocation in the context of the state from which it is called
-
prefix
Unique prefix for this invocation in the context of the state from which it is called
-
clone
-