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