java.lang.Object
io.qt.QtObject
io.qt.serialbus.QCanFrameProcessor.ParseResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QCanFrameProcessor
Java wrapper for Qt class QCanFrameProcessor::ParseResult
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.Kotlin property getter.final QtCanBus.UniqueId
Kotlin property getter.int
hashCode()
final void
setSignalValues
(Map<String, ? extends Object> signalValues) final void
setUniqueId
(QtCanBus.UniqueId uniqueId) final QtCanBus.UniqueId
uniqueId()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
ParseResult
public ParseResult() -
ParseResult
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setSignalValues
-
getSignalValues
Kotlin property getter. In Java use
signalValues()
instead. -
signalValues
-
setUniqueId
-
getUniqueId
Kotlin property getter. In Java use
uniqueId()
instead. -
uniqueId
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
Creates and returns a copy of this object.
-