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