- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QScxmlExecutableContent
Represents a service invocation
Java wrapper for Qt's class QScxmlExecutableContent::InvokeInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Whether events should automatically be forwarded to the invoked serviceclone()
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 boolean
Kotlin property getter.final int
Kotlin property getter.final int
getExpr()
Kotlin property getter.final int
Kotlin property getter.final int
getId()
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final 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() -
InvokeInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setAutoforward
Whether events should automatically be forwarded to the invoked service
-
getAutoforward
Kotlin property getter. In Java use
autoforward()
instead. -
autoforward
Whether events should automatically be forwarded to the invoked service
-
setContext
To interpret the location in
-
getContext
Kotlin property getter. In Java use
context()
instead. -
context
To interpret the location in
-
setExpr
Expression representing the srcexpr of the invoke element
-
getExpr
Kotlin property getter. In Java use
expr()
instead. -
expr
Expression representing the srcexpr of the invoke element
-
setFinalizeId
ID of the container of executable content to be run on finalizing the invocation
-
getFinalizeId
Kotlin property getter. In Java use
finalizeId()
instead. -
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
-
getId
Kotlin property getter. In Java use
id()
instead. -
id
ID specified by the id attribute in the <invoke> element
-
setLocation
Data model location to write the invocation ID to
-
getLocation
Kotlin property getter. In Java use
location()
instead. -
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
-
getPrefix
Kotlin property getter. In Java use
prefix()
instead. -
prefix
Unique prefix for this invocation in the context of the state from which it is called
-
clone
-