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