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