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