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