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
ModifierConstructorDescriptionprotected
Constructor for internal use only.QScxmlEvent
(QScxmlEvent other) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clear()
clone()
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
-
QScxmlEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details