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
-
Constructor Summary
ConstructorDescriptionSeeQCborParserError::
QCborParserError() QCborParserError
(long offset, QCborError error) SeeQCborParserError::
QCborParserError{qint64, QCborError} QCborParserError
(long offset, QCborError.Code error) Overloaded constructor forQCborParserError(long, io.qt.core.QCborError)
.QCborParserError
(QCborParserError other) SeeQCborParserError::
QCborParserError(QCborParserError) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
equals
(QCborParserError value2) Seeoperator==(QCborParserError,
QCborParserError) boolean
Seeoperator==(QCborParserError,
QCborParserError) final QCborError
error()
final String
int
hashCode()
Returns the objects's hash code computed byqHash(QCborParserError)
.final long
offset()
final void
setError
(QCborError error) final void
setError
(QCborError.Code error) Overloaded function forsetError(io.qt.core.QCborError)
.final void
setOffset
(long offset) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QCborParserError
public QCborParserError()See
QCborParserError::
QCborParserError() -
QCborParserError
See
QCborParserError::
QCborParserError(QCborParserError) -
QCborParserError
See
QCborParserError::
QCborParserError{qint64, QCborError} -
QCborParserError
Overloaded constructor for
QCborParserError(long, io.qt.core.QCborError)
.
-
-
Method Details
-
errorString
-
equals
See
operator==(QCborParserError,
QCborParserError) -
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.
See
QCborParserError::
QCborParserError(QCborParserError) -
setError
Overloaded function for
setError(io.qt.core.QCborError)
.
-