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