java.lang.Object
io.qt.QtObject
io.qt.core.QCborParserError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used by QCborValue to report a parsing error
Java wrapper for Qt class QCborParserError
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
Seeoperator==(QCborParserError,
QCborParserError) final QCborError
error()
final String
final QCborError
getError()
Kotlin property getter.final long
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QCborParserError)
.final long
offset()
final void
setError
(QCborError error) final void
setOffset
(long offset) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QCborParserError
public QCborParserError()See
QCborParserError::
QCborParserError()
-
-
Method Details
-
errorString
-
setError
-
error
-
setOffset
-
offset
-
equals
See
operator==(QCborParserError,
QCborParserError) -
hashCode
Returns the objects's hash code computed byqHash(QCborParserError)
. -
clone
Creates and returns a copy of this object.
-
getError
Kotlin property getter. In Java use
error()
instead. -
getOffset
Kotlin property getter. In Java use
offset()
instead.
-