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