java.lang.Object
io.qt.QFlags<QGeoServiceProvider.NavigationFeature>
io.qt.location.QGeoServiceProvider.NavigationFeatures
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<QGeoServiceProvider.NavigationFeatures>
- Enclosing class:
QGeoServiceProvider
public static final class QGeoServiceProvider.NavigationFeatures
extends QFlags<QGeoServiceProvider.NavigationFeature>
implements Comparable<QGeoServiceProvider.NavigationFeatures>
QFlags
type for enum QGeoServiceProvider.NavigationFeature
- See Also:
-
Constructor Summary
ConstructorDescriptionNavigationFeatures
(int value) Creates a new NavigationFeatures with givenvalue
.Creates a new NavigationFeatures where the flags inargs
are set. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Clones the flagsCombines this flags with enum entry.final int
flags()
Returns an array of flag objects represented by this NavigationFeatures.Sets the flage
setFlag
(QGeoServiceProvider.NavigationFeature e, boolean on) Sets or clears the flagflag
-
Constructor Details
-
NavigationFeatures
public NavigationFeatures(int value) Creates a new NavigationFeatures with givenvalue
.- Parameters:
value
-
-
Method Details
-
flags
Returns an array of flag objects represented by this NavigationFeatures.- Overrides:
flags
in classQFlags<QGeoServiceProvider.NavigationFeature>
- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clone
in classQFlags<QGeoServiceProvider.NavigationFeature>