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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QScxmlEvent other) final voidclear()clone()Creates and returns a copy of this object.final Objectdata()final intdelay()final Stringfinal QScxmlEvent.EventTypefinal StringinvokeId()final booleanfinal Stringname()final Stringorigin()final Stringfinal Stringfinal StringsendId()final voidfinal voidsetDelay(int delayInMiliSecs) final voidsetErrorMessage(String message) final voidfinal voidsetInvokeId(String invokeId) final voidfinal voidfinal voidsetOriginType(String originType) final voidMethods 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.
-