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