-
首页
-
PyQt 4.11.4
-
所有类
-
模块
QDBusSignature Class Reference
[
QtDBus
module]
The QDBusSignature class enables the programmer to identify the
SIGNATURE type provided by the D-Bus typesystem.
更多...
方法
Special Methods
-
bool
__eq__
(
self
, QDBusSignature
rhs
)
-
bool
__ge__
(
self
, QDBusSignature
rhs
)
-
int
__hash__
(
self
)
-
bool
__lt__
(
self
, QDBusSignature
rhs
)
-
bool
__ne__
(
self
, QDBusSignature
rhs
)
详细描述
The QDBusSignature class enables the programmer to identify the
SIGNATURE type provided by the D-Bus typesystem.
方法文档编制
QDBusSignature.__init__ (
self
)
Constructs a new signature.
另请参阅
setSignature
().
QDBusSignature.__init__ (
self
, QString
signature
)
Constructs a new signature from the given
signature
.
QDBusSignature.__init__ (
self
,
QDBusSignature
)
Constructs a new signature from the given
signature
.
QDBusSignature.setSignature (
self
, QString
signature
)
Assigns the value of the given
signature
到此
signature.
另请参阅
signature
().
QString QDBusSignature.signature (
self
)
Returns this signature.
另请参阅
setSignature
().
bool QDBusSignature.__eq__ (
self
,
QDBusSignature
rhs
)
bool QDBusSignature.__ge__ (
self
,
QDBusSignature
rhs
)
int QDBusSignature.__hash__ (
self
)
bool QDBusSignature.__lt__ (
self
,
QDBusSignature
rhs
)
bool QDBusSignature.__ne__ (
self
,
QDBusSignature
rhs
)
-
首页
-
PyQt 4.11.4
-
文档编制