- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<QNetworkInformation.Features>
- Enclosing class:
QNetworkInformation
public static final class QNetworkInformation.Features
extends QFlags<QNetworkInformation.Feature>
implements Comparable<QNetworkInformation.Features>
QFlags
type for enum QNetworkInformation.Feature
- See Also:
-
Constructor Summary
ConstructorDescriptionFeatures()
Creates a new Features.Features
(int value) Creates a new Features with givenvalue
.Features
(QNetworkInformation.Feature ... args) Creates a new Features where the flags inargs
are set. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Clones the flagsCombines this flags with enum entry.final int
final QNetworkInformation.Feature []
flags()
Returns an array of flag objects represented by this Features.Sets the flage
setFlag
(QNetworkInformation.Feature e, boolean on) Sets or clears the flagflag
final void
setValue
(int value) Sets the value of this QFlags.final int
value()
Returns the value of this QFlags.
-
Constructor Details
-
Features
public Features()Creates a new Features. -
Features
Creates a new Features where the flags inargs
are set.- Parameters:
args
- enum entries
-
Features
public Features(int value) Creates a new Features with givenvalue
.- Parameters:
value
-
-
-
Method Details
-
combined
Combines this flags with enum entry.- Overrides:
combined
in classQFlags<QNetworkInformation.Feature>
- Parameters:
e
- enum entry- Returns:
- new Features
-
setFlag
Sets the flage
- Overrides:
setFlag
in classQFlags<QNetworkInformation.Feature>
- Parameters:
e
- enum entry- Returns:
- this
-
setFlag
Sets or clears the flagflag
- Overrides:
setFlag
in classQFlags<QNetworkInformation.Feature>
- Parameters:
e
- enum entryon
- set (true) or clear (false)- Returns:
- this
-
flags
Returns an array of flag objects represented by this Features.- Overrides:
flags
in classQFlags<QNetworkInformation.Feature>
- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clone
in classQFlags<QNetworkInformation.Feature>
-
compareTo
- Specified by:
compareTo
in interfaceComparable<QNetworkInformation.Features>
-
value
public final int value()Returns the value of this QFlags. -
setValue
public final void setValue(int value) Sets the value of this QFlags.- Parameters:
value
- new value
-