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
- Parameters:
arg__1
-
-
QScxmlError
- Parameters:
fileName
-line
-column
-description
-
-
-
Method Details
-
column
- Returns:
-
description
- Returns:
-
fileName
- Returns:
-
isValid
- Returns:
-
line
- Returns:
-
assign
- Parameters:
arg__1
-
-
toString
-
clone
Creates and returns a copy of this object.
-