QUrl.FormattingOptions Class Reference
[QtCore module]
Methods
Special Methods
FormattingOptions
__and__ (
self, int
f)
bool
__eq__ (
self, FormattingOptions
f)
FormattingOptions
__iand__ (
self, int
f)
FormattingOptions
__ior__ (
self, int
f)
FormattingOptions
__ixor__ (
self, int
f)
bool
__ne__ (
self, FormattingOptions
f)
FormattingOptions
__or__ (
self, int
f)
FormattingOptions
__xor__ (
self, int
f)
Detailed Description
FormattingOption
may be used whenever
FormattingOptions
is expected.
Method Documentation
FormattingOptions FormattingOptions.__and__ (self, int f)
FormattingOptions FormattingOptions.__iand__ (self, int f)
FormattingOptions FormattingOptions.__invert__ (self)
FormattingOptions FormattingOptions.__ior__ (self, int f)
FormattingOptions FormattingOptions.__ixor__ (self, int f)
FormattingOptions FormattingOptions.__or__ (self, int f)
FormattingOptions FormattingOptions.__xor__ (self, int f)