Uses of Enum
io.qt.positioning.QGeoPositionInfoSource.PositioningMethod
Packages that use QGeoPositionInfoSource.PositioningMethod
-
Uses of QGeoPositionInfoSource.PositioningMethod in io.qt.positioning
Methods in io.qt.positioning that return QGeoPositionInfoSource.PositioningMethodModifier and TypeMethodDescriptionQGeoPositionInfoSource.PositioningMethods.flags()
Returns an array of flag objects represented by this PositioningMethods.QGeoPositionInfoSource.PositioningMethod.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QGeoPositionInfoSource.PositioningMethod.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 QGeoPositionInfoSource.PositioningMethodModifier and TypeMethodDescriptionQGeoPositionInfoSource.PositioningMethod.combined
(QGeoPositionInfoSource.PositioningMethod e) Combines this entry with other enum entry.QGeoPositionInfoSource.PositioningMethods.combined
(QGeoPositionInfoSource.PositioningMethod e) Combines this flags with enum entry.QGeoPositionInfoSource.PositioningMethod.flags
(QGeoPositionInfoSource.PositioningMethod... values) Creates a newQGeoPositionInfoSource.PositioningMethods
from the entries.QGeoPositionInfoSource.PositioningMethods.setFlag
(QGeoPositionInfoSource.PositioningMethod e) Sets the flage
QGeoPositionInfoSource.PositioningMethods.setFlag
(QGeoPositionInfoSource.PositioningMethod e, boolean on) Sets or clears the flagflag
final void
QGeoPositionInfoSource.setPreferredPositioningMethods
(QGeoPositionInfoSource.PositioningMethod... methods) Constructors in io.qt.positioning with parameters of type QGeoPositionInfoSource.PositioningMethodModifierConstructorDescriptionCreates a new PositioningMethods where the flags inargs
are set.