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