QTextOption.Flags Class Reference
[QtGui module]
Methods
Special Methods
- Flags __and__ (self, int mask)
- int __bool__ (self)
- bool __eq__ (self, Flags f)
- Flags __iand__ (self, int mask)
- int __int__ (self)
- Flags __invert__ (self)
- Flags __ior__ (self, Flags f)
- Flags __ixor__ (self, Flags f)
- bool __ne__ (self, Flags f)
- Flags __or__ (self, Flags f)
- Flags __or__ (self, int f)
- Flags __xor__ (self, Flags f)
- Flags __xor__ (self, int f)
Detailed Description
Flag
may be used whenever
Flags
is expected.
Method Documentation
Flags.__init__ (self, Flags)
Flags.__init__ (self, int)
Flags.__init__ (self)
Flags Flags.__and__ (self, int mask)
int Flags.__bool__ (self)
bool Flags.__eq__ (self, Flags f)
Flags Flags.__iand__ (self, int mask)
int Flags.__int__ (self)
Flags Flags.__invert__ (self)
Flags Flags.__ior__ (self, Flags f)
Flags Flags.__ixor__ (self, Flags f)
bool Flags.__ne__ (self, Flags f)
Flags Flags.__or__ (self, Flags f)
Flags Flags.__or__ (self, int f)
Flags Flags.__xor__ (self, Flags f)
Flags Flags.__xor__ (self, int f)