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
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionQScxmlError
(QScxmlError arg__1) QScxmlError
(String fileName, int line, int column, String description) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QScxmlError arg__1) clone()
Creates and returns a copy of this object.final int
column()
final String
final String
fileName()
final int
Kotlin property getter.final String
Kotlin property getter.final String
Kotlin property getter.final int
getLine()
Kotlin property getter.final boolean
getValid()
Kotlin property getter.final boolean
isValid()
final int
line()
final String
toString()
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.
-