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
ConstructorsConstructorDescriptionSeeqoutputrange::qoutputrange() QOutputRange(double minimum, double maximum, double accuracy) Seeqoutputrange::qoutputrange{qreal, qreal, qreal} QOutputRange(QOutputRange other) Seeqoutputrange::qoutputrange(qoutputrange) -
Method Summary
Modifier and TypeMethodDescriptionfinal doubleaccuracy()clone()Creates and returns a copy of this object.final doublemaximum()final doubleminimum()final voidsetAccuracy(double accuracy) final voidsetMaximum(double maximum) final voidsetMinimum(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