- 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 finalize)
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
-
setId
ID specified by the id attribute in the <invoke> element
-
id
ID specified by the id attribute in the <invoke> element
-
setExpr
Expression representing the srcexpr of the invoke element
-
expr
Expression representing the srcexpr of the invoke element
-
setLocation
Data model location to write the invocation ID to
See QScxmlExecutableContent::InvokeInfo::setLocation(int location)
-
location
Data model location to write the invocation ID to
-
setContext
To interpret the location in
See QScxmlExecutableContent::InvokeInfo::setContext(int context)
-
context
To interpret the location in
-
setPrefix
Unique prefix for this invocation in the context of the state from which it is called
See QScxmlExecutableContent::InvokeInfo::setPrefix(int prefix)
-
prefix
Unique prefix for this invocation in the context of the state from which it is called
-
setFinalizeId
ID of the container of executable content to be run on finalizing the invocation
See QScxmlExecutableContent::InvokeInfo::setFinalizeId(int finalize)
-
finalizeId
ID of the container of executable content to be run on finalizing the invocation
-
setAutoforward
Whether events should automatically be forwarded to the invoked service
See QScxmlExecutableContent::InvokeInfo::setAutoforward(bool autoforward)
-
autoforward
Whether events should automatically be forwarded to the invoked service
-
clone
-