java.lang.Object
io.qt.QtObject
io.qt.serialbus.QCanSignalDescription.MultiplexValueRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QCanSignalDescription
Java wrapper for Qt class QCanSignalDescription::MultiplexValueRange
-
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.final Object
Kotlin property getter.final Object
Kotlin property getter.int
hashCode()
final Object
maximum()
final Object
minimum()
final void
setMaximum
(Object maximum) final void
setMinimum
(Object minimum) toString()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
MultiplexValueRange
public MultiplexValueRange() -
MultiplexValueRange
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setMaximum
-
getMaximum
Kotlin property getter. In Java use
maximum()
instead. -
maximum
-
setMinimum
-
getMinimum
Kotlin property getter. In Java use
minimum()
instead. -
minimum
-
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
-
toString
-
clone
Creates and returns a copy of this object.
-