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