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