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