Uses of Class
io.qt.positioning.QGeoAreaMonitorSource.AreaMonitorFeature
Package | Description |
---|---|
io.qt.positioning |
-
Uses of QGeoAreaMonitorSource.AreaMonitorFeature in io.qt.positioning
Methods in io.qt.positioning that return QGeoAreaMonitorSource.AreaMonitorFeature Modifier and Type Method Description QGeoAreaMonitorSource.AreaMonitorFeature[]
QGeoAreaMonitorSource.AreaMonitorFeatures. flags()
Returns an array of flag objects represented by this AreaMonitorFeatures.static QGeoAreaMonitorSource.AreaMonitorFeature
QGeoAreaMonitorSource.AreaMonitorFeature. resolve(int value)
Returns the corresponding enum entry for the given value.static QGeoAreaMonitorSource.AreaMonitorFeature
QGeoAreaMonitorSource.AreaMonitorFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGeoAreaMonitorSource.AreaMonitorFeature[]
QGeoAreaMonitorSource.AreaMonitorFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.positioning with parameters of type QGeoAreaMonitorSource.AreaMonitorFeature Constructor Description AreaMonitorFeatures(QGeoAreaMonitorSource.AreaMonitorFeature... args)
Creates a new AreaMonitorFeatures where the flags inargs
are set.