-
首页
-
PyQt 4.11.4
-
所有类
-
模块
QMdiSubWindow.SubWindowOptions Class Reference
[
QtGui
module]
方法
Special Methods
-
SubWindowOptions
__and__
(
self
, int
mask
)
-
int
__bool__
(
self
)
-
bool
__eq__
(
self
, SubWindowOptions
f
)
-
SubWindowOptions
__iand__
(
self
, int
mask
)
-
int
__int__
(
self
)
-
SubWindowOptions
__invert__
(
self
)
-
SubWindowOptions
__ior__
(
self
, SubWindowOptions
f
)
-
SubWindowOptions
__ixor__
(
self
, SubWindowOptions
f
)
-
bool
__ne__
(
self
, SubWindowOptions
f
)
-
SubWindowOptions
__or__
(
self
, SubWindowOptions
f
)
-
SubWindowOptions
__or__
(
self
, int
f
)
-
SubWindowOptions
__xor__
(
self
, SubWindowOptions
f
)
-
SubWindowOptions
__xor__
(
self
, int
f
)
详细描述
SubWindowOption
may be used whenever
SubWindowOptions
is expected.
方法文档编制
SubWindowOptions.__init__ (
self
,
SubWindowOptions
)
SubWindowOptions.__init__ (
self
, int)
SubWindowOptions.__init__ (
self
)
SubWindowOptions
SubWindowOptions.__and__ (
self
, int
mask
)
int SubWindowOptions.__bool__ (
self
)
bool SubWindowOptions.__eq__ (
self
,
SubWindowOptions
f
)
SubWindowOptions
SubWindowOptions.__iand__ (
self
, int
mask
)
int SubWindowOptions.__int__ (
self
)
SubWindowOptions
SubWindowOptions.__invert__ (
self
)
bool SubWindowOptions.__ne__ (
self
,
SubWindowOptions
f
)
SubWindowOptions
SubWindowOptions.__or__ (
self
, int
f
)
SubWindowOptions
SubWindowOptions.__xor__ (
self
, int
f
)
-
首页
-
PyQt 4.11.4
-
文档编制