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
-
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
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.
-