Uses of Enum
io.qt.positioning.QGeoAreaMonitorSource.AreaMonitorFeature
Packages that use QGeoAreaMonitorSource.AreaMonitorFeature
-
Uses of QGeoAreaMonitorSource.AreaMonitorFeature in io.qt.positioning
Methods in io.qt.positioning that return QGeoAreaMonitorSource.AreaMonitorFeatureModifier and TypeMethodDescriptionQGeoAreaMonitorSource.AreaMonitorFeatures.flags()Returns an array of flag objects represented by this AreaMonitorFeatures.QGeoAreaMonitorSource.AreaMonitorFeature.resolve(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QGeoAreaMonitorSource.AreaMonitorFeature.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.positioning with parameters of type QGeoAreaMonitorSource.AreaMonitorFeatureModifier and TypeMethodDescriptionQGeoAreaMonitorSource.AreaMonitorFeature.cleared(QGeoAreaMonitorSource.AreaMonitorFeature e) Excludes other enum entry from a flag of this entry.QGeoAreaMonitorSource.AreaMonitorFeature.combined(QGeoAreaMonitorSource.AreaMonitorFeature e) Combines this entry with other enum entry.QGeoAreaMonitorSource.AreaMonitorFeatures.combined(QGeoAreaMonitorSource.AreaMonitorFeature e) Combines this flags with enum entry.QGeoAreaMonitorSource.AreaMonitorFeature.flags(QGeoAreaMonitorSource.AreaMonitorFeature ... values) Creates a newQGeoAreaMonitorSource.AreaMonitorFeaturesfrom the entries.QGeoAreaMonitorSource.AreaMonitorFeatures.setFlag(QGeoAreaMonitorSource.AreaMonitorFeature e) Sets the flageQGeoAreaMonitorSource.AreaMonitorFeatures.setFlag(QGeoAreaMonitorSource.AreaMonitorFeature e, boolean on) Sets or clears the flagflagConstructors in io.qt.positioning with parameters of type QGeoAreaMonitorSource.AreaMonitorFeatureModifierConstructorDescriptionCreates a new AreaMonitorFeatures where the flags inargsare set.