- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
- QUrl
QFiags type for joining
QUrl.UrlFormattingOption
and QUrl.ComponentFormattingOption
.- See Also:
-
Constructor Summary
ConstructorDescriptionFormattingOptions
(int value) FormattingOptions
(QUrl.FormattingOption... args) -
Method Summary
-
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
-