-
首页
-
PyQt 4.11.4
-
所有类
-
模块
QWizard.WizardOptions Class Reference
[
QtGui
module]
方法
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
)
详细描述
WizardOption
may be used whenever
WizardOptions
is expected.
方法文档编制
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
)
-
首页
-
PyQt 4.11.4
-
文档编制