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