- All Implemented Interfaces:
Serializable,Cloneable,Comparable<QMediaPlayer.Flags>
- Enclosing class:
QMediaPlayer
public static final class QMediaPlayer.Flags
extends QFlags<QMediaPlayer.Flag>
implements Comparable<QMediaPlayer.Flags>
QFlags type for enum QMediaPlayer.Flag- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlags()Creates a new Flags.Flags(int value) Creates a new Flags with givenvalue.Flags(QMediaPlayer.Flag ... args) Creates a new Flags where the flags inargsare set. -
Method Summary
Modifier and TypeMethodDescriptionfinal QMediaPlayer.Flagsclone()Clones the flagsfinal QMediaPlayer.FlagsCombines this flags with enum entry.final intcompareTo(QMediaPlayer.Flags other) final QMediaPlayer.Flag []flags()Returns an array of flag objects represented by this Flags.final QMediaPlayer.FlagsSets the flagefinal QMediaPlayer.FlagssetFlag(QMediaPlayer.Flag e, boolean on) Sets or clears the flagflagfinal voidsetValue(int value) Sets the value of this QFlags.final intvalue()Returns the value of this QFlags.
-
Constructor Details
-
Flags
public Flags()Creates a new Flags. -
Flags
Creates a new Flags where the flags inargsare set.- Parameters:
args- enum entries
-
Flags
public Flags(int value) Creates a new Flags with givenvalue.- Parameters:
value-
-
-
Method Details
-
combined
Combines this flags with enum entry.- Overrides:
combinedin classQFlags<QMediaPlayer.Flag>- Parameters:
e- enum entry- Returns:
- new Flags
-
setFlag
Sets the flage- Overrides:
setFlagin classQFlags<QMediaPlayer.Flag>- Parameters:
e- enum entry- Returns:
- this
-
setFlag
Sets or clears the flagflag- Overrides:
setFlagin classQFlags<QMediaPlayer.Flag>- Parameters:
e- enum entryon- set (true) or clear (false)- Returns:
- this
-
flags
Returns an array of flag objects represented by this Flags.- Overrides:
flagsin classQFlags<QMediaPlayer.Flag>- Returns:
- array of enum entries
-
clone
Clones the flags- Overrides:
clonein classQFlags<QMediaPlayer.Flag>
-
compareTo
- Specified by:
compareToin interfaceComparable<QMediaPlayer.Flags>
-
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
-