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 class QScxmlEvent
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QScxmlEvent other) final void
clear()
clone()
Creates and returns a copy of this object.final Object
data()
final int
delay()
final String
final QScxmlEvent.EventType
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
-
-
Method Details
-
clear
public final void clear() -
data
-
delay
-
errorMessage
-
eventType
-
invokeId
-
isErrorEvent
-
name
-
assign
-
origin
-
originType
-
scxmlType
-
sendId
-
setData
-
setDelay
-
setErrorMessage
-
setEventType
-
setInvokeId
-
setName
-
setOrigin
-
setOriginType
-
setSendId
-
clone
Creates and returns a copy of this object.
-