java.lang.Object
io.qt.QtObject
io.qt.scxml.QScxmlError
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Describes the errors returned by the Qt SCXML state machine when parsing an SCXML file
Java wrapper for Qt class QScxmlError
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionQScxmlError(QScxmlError arg__1) QScxmlError(String fileName, int line, int column, String description) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QScxmlError arg__1) clone()Creates and returns a copy of this object.final intcolumn()final Stringfinal StringfileName()final intKotlin property getter.final StringKotlin property getter.final StringKotlin property getter.final intgetLine()Kotlin property getter.final booleangetValid()Kotlin property getter.final booleanisValid()final intline()final StringtoString()Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QScxmlError
public QScxmlError() -
QScxmlError
-
QScxmlError
-
-
Method Details
-
column
-
description
-
fileName
-
isValid
-
line
-
assign
-
toString
-
clone
Creates and returns a copy of this object.
-
getColumn
Kotlin property getter. In Java use
column()instead. -
getDescription
Kotlin property getter. In Java use
description()instead. -
getFileName
Kotlin property getter. In Java use
fileName()instead. -
getValid
Kotlin property getter. In Java use
isValid()instead. -
getLine
Kotlin property getter. In Java use
line()instead.
-