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