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