- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QScxmlExecutableContent
Represents a service invocation
Java wrapper for Qt class QScxmlExecutableContent::InvokeInfo
-
Constructor Summary
ConstructorDescriptionSeeQScxmlExecutableContent::InvokeInfo::
InvokeInfo() InvokeInfo
(int id, int prefix, int location, int context, int expr, int finalize, boolean autoforward) SeeQScxmlExecutableContent::InvokeInfo::
InvokeInfo{qint32, qint32, qint32, qint32, qint32, qint32, bool} SeeQScxmlExecutableContent::InvokeInfo::
InvokeInfo(QScxmlExecutableContent::InvokeInfo) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Whether events should automatically be forwarded to the invoked serviceclone()
Creates and returns a copy of this object.final int
context()
To interpret the location infinal int
expr()
Expression representing the srcexpr of the invoke elementfinal int
ID of the container of executable content to be run on finalizing the invocationfinal int
id()
ID specified by the id attribute in the <invoke> elementfinal int
location()
Data model location to write the invocation ID tofinal int
prefix()
Unique prefix for this invocation in the context of the state from which it is calledfinal void
setAutoforward
(boolean autoforward) Whether events should automatically be forwarded to the invoked servicefinal void
setContext
(int context) To interpret the location infinal void
setExpr
(int expr) Expression representing the srcexpr of the invoke elementfinal void
setFinalizeId
(int finalizeId) ID of the container of executable content to be run on finalizing the invocationfinal void
setId
(int id) ID specified by the id attribute in the <invoke> elementfinal void
setLocation
(int location) Data model location to write the invocation ID tofinal void
setPrefix
(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()See
QScxmlExecutableContent::InvokeInfo::
InvokeInfo() -
InvokeInfo
See
QScxmlExecutableContent::InvokeInfo::
InvokeInfo(QScxmlExecutableContent::InvokeInfo) -
InvokeInfo
public InvokeInfo(int id, int prefix, int location, int context, int expr, int finalize, boolean autoforward) See
QScxmlExecutableContent::InvokeInfo::
InvokeInfo{qint32, qint32, qint32, qint32, qint32, qint32, bool}
-
-
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
Creates and returns a copy of this object.
See
QScxmlExecutableContent::InvokeInfo::
InvokeInfo(QScxmlExecutableContent::InvokeInfo)
-