java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.sensors.QOutputRange
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QOutputRange extends QtObject implements Cloneable
Holds the specifics of an output range
Java wrapper for Qt class qoutputrange
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QOutputRange()
protected
QOutputRange(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description double
accuracy()
QOutputRange
clone()
double
maximum()
double
minimum()
void
setAccuracy(double accuracy)
void
setMaximum(double maximum)
void
setMinimum(double minimum)
-
Constructor Details
-
QOutputRange
public QOutputRange() -
QOutputRange
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details