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