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