Uses of Class
io.qt.core.QLocale.MeasurementSystem
Package | Description |
---|---|
io.qt.core | |
io.qt.location |
-
Uses of QLocale.MeasurementSystem in io.qt.core
Methods in io.qt.core that return QLocale.MeasurementSystem Modifier and Type Method Description QLocale.MeasurementSystem
QLocale. measurementSystem()
static QLocale.MeasurementSystem
QLocale.MeasurementSystem. resolve(int value)
Returns the corresponding enum entry for the given value.static QLocale.MeasurementSystem
QLocale.MeasurementSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLocale.MeasurementSystem[]
QLocale.MeasurementSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QLocale.MeasurementSystem in io.qt.location
Methods in io.qt.location that return QLocale.MeasurementSystem Modifier and Type Method Description QLocale.MeasurementSystem
QGeoRoutingManager. measurementSystem()
QLocale.MeasurementSystem
QGeoRoutingManagerEngine. measurementSystem()
Methods in io.qt.location with parameters of type QLocale.MeasurementSystem Modifier and Type Method Description void
QGeoRoutingManager. setMeasurementSystem(QLocale.MeasurementSystem system)
void
QGeoRoutingManagerEngine. setMeasurementSystem(QLocale.MeasurementSystem system)