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