- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- QUrl
public static class QUrl.FormattingOptions extends QFlags<QUrl.FormattingOption>
QFiags type for joining
QUrl.UrlFormattingOption
and QUrl.ComponentFormattingOption
.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FormattingOptions(int value)
FormattingOptions(QUrl.FormattingOption... args)
-
Method Summary
Modifier and Type Method Description QUrl.FormattingOptions
clone()
Clones the flagsQUrl.FormattingOptions
combined(QUrl.FormattingOption flag)
Combines this flags with enum entry.QUrl.FormattingOption[]
flags()
Returns an array of flag objects represented by this QFlags.
-
Constructor Details
-
FormattingOptions
-
FormattingOptions
public FormattingOptions(int value)
-
-
Method Details
-
clone
Description copied from class:QFlags
Clones the flags- Overrides:
clone
in classQFlags<QUrl.FormattingOption>
-
combined
Description copied from class:QFlags
Combines this flags with enum entry.- Overrides:
combined
in classQFlags<QUrl.FormattingOption>
- Parameters:
flag
- enum entry- Returns:
- new flag
-
flags
Description copied from class:QFlags
Returns an array of flag objects represented by this QFlags.- Overrides:
flags
in classQFlags<QUrl.FormattingOption>
- Returns:
- array of enum entries
-