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