- 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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RunFlags(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 Type Method Description QVideoFilterRunnable.RunFlags
clone()
Clones the flagsQVideoFilterRunnable.RunFlags
combined(QVideoFilterRunnable.RunFlag e)
Combines this flags with enum entry.int
compareTo(QVideoFilterRunnable.RunFlags other)
QVideoFilterRunnable.RunFlag[]
flags()
Returns an array of flag objects represented by this RunFlags.QVideoFilterRunnable.RunFlags
setFlag(QVideoFilterRunnable.RunFlag e)
Sets the flage
QVideoFilterRunnable.RunFlags
setFlag(QVideoFilterRunnable.RunFlag e, boolean on)
Sets or clears the flagflag
-
Constructor Details
-
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>
-