Qt.TextInteractionFlags Class Reference
[QtCore module]
Methods
Special Methods
- TextInteractionFlags __and__ (self, int f)
- int __bool__ (self)
- bool __eq__ (self, TextInteractionFlags f)
- TextInteractionFlags __iand__ (self, int f)
- int __int__ (self)
- TextInteractionFlags __invert__ (self)
- 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.__init__ (self)
TextInteractionFlags.__init__ (self, int f)
TextInteractionFlags TextInteractionFlags.__and__ (self, int f)
int TextInteractionFlags.__bool__ (self)
bool TextInteractionFlags.__eq__ (self, TextInteractionFlags f)
TextInteractionFlags TextInteractionFlags.__iand__ (self, int f)
int TextInteractionFlags.__int__ (self)
TextInteractionFlags TextInteractionFlags.__ior__ (self, int f)
TextInteractionFlags TextInteractionFlags.__ixor__ (self, int f)
bool TextInteractionFlags.__ne__ (self, TextInteractionFlags f)
TextInteractionFlags TextInteractionFlags.__or__ (self, int f)
TextInteractionFlags TextInteractionFlags.__xor__ (self, int f)