java.lang.Object
io.qt.QtObject
io.qt.scxml.QScxmlEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Event for a Qt SCXML state machine
Java wrapper for Qt's class QScxmlEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionQScxmlEvent
(QScxmlEvent other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QScxmlEvent other) final void
clear()
clone()
final Object
data()
final int
delay()
final String
final QScxmlEvent.EventType
final Object
getData()
Kotlin property getter.final int
getDelay()
Kotlin property getter.final boolean
Kotlin property getter.final String
Kotlin property getter.final QScxmlEvent.EventType
Kotlin property getter.final String
Kotlin property getter.final String
getName()
Kotlin property getter.final String
Kotlin property getter.final String
Kotlin property getter.final String
Kotlin property getter.final String
Kotlin property getter.final String
invokeId()
final boolean
final String
name()
final String
origin()
final String
final String
final String
sendId()
final void
final void
setDelay
(int delayInMiliSecs) final void
setErrorMessage
(String message) final void
final void
setInvokeId
(String invokeId) final void
final void
final void
setOriginType
(String originType) final void
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QScxmlEvent
public QScxmlEvent() -
QScxmlEvent
-
QScxmlEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clear
public final void clear() -
getData
Kotlin property getter. In Java use
data()
instead. -
data
-
getDelay
Kotlin property getter. In Java use
delay()
instead. -
delay
-
getErrorMessage
Kotlin property getter. In Java use
errorMessage()
instead. -
errorMessage
-
getEventType
Kotlin property getter. In Java use
eventType()
instead. -
eventType
-
getInvokeId
Kotlin property getter. In Java use
invokeId()
instead. -
invokeId
-
getErrorEvent
Kotlin property getter. In Java use
isErrorEvent()
instead. -
isErrorEvent
-
getName
Kotlin property getter. In Java use
name()
instead. -
name
-
assign
-
getOrigin
Kotlin property getter. In Java use
origin()
instead. -
origin
-
getOriginType
Kotlin property getter. In Java use
originType()
instead. -
originType
-
getScxmlType
Kotlin property getter. In Java use
scxmlType()
instead. -
scxmlType
-
getSendId
Kotlin property getter. In Java use
sendId()
instead. -
sendId
-
setData
-
setDelay
-
setErrorMessage
-
setEventType
-
setInvokeId
-
setName
-
setOrigin
-
setOriginType
-
setSendId
-
clone
-