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