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's 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
ConstructorsModifierConstructorDescriptionQScxmlError(QScxmlError arg__1) QScxmlError(String fileName, int line, int column, String description) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QScxmlError arg__1) clone()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
-
QScxmlError
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
getColumn
Kotlin property getter. In Java use
column()instead. -
column
-
getDescription
Kotlin property getter. In Java use
description()instead. -
description
-
getFileName
Kotlin property getter. In Java use
fileName()instead. -
fileName
-
getValid
Kotlin property getter. In Java use
isValid()instead. -
isValid
-
getLine
Kotlin property getter. In Java use
line()instead. -
line
-
assign
-
toString
-
clone
-