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