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