java.lang.Object
io.qt.QtObject
io.qt.sensors.QOutputRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds the specifics of an output range
Java wrapper for Qt class qoutputrange
-
Constructor Summary
ConstructorDescriptionSeeqoutputrange::
qoutputrange() QOutputRange
(double minimum, double maximum, double accuracy) Seeqoutputrange::
qoutputrange{qreal, qreal, qreal} QOutputRange
(QOutputRange other) Seeqoutputrange::
qoutputrange(qoutputrange) -
Method Summary
Modifier and TypeMethodDescriptionfinal double
accuracy()
clone()
Creates and returns a copy of this object.final double
maximum()
final double
minimum()
final void
setAccuracy
(double accuracy) final void
setMaximum
(double maximum) final void
setMinimum
(double minimum) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QOutputRange
public QOutputRange()See
qoutputrange::
qoutputrange() -
QOutputRange
See
qoutputrange::
qoutputrange(qoutputrange) -
QOutputRange
public QOutputRange(double minimum, double maximum, double accuracy) See
qoutputrange::
qoutputrange{qreal, qreal, qreal}
-
-
Method Details