内容表

上一话题

QPlaceSupplier

下一话题

PySide2.QtMultimedia

QPlaceUser

QPlaceUser class represents an individual user. 更多

Inheritance diagram of PySide2.QtLocation.QPlaceUser

概要

函数

详细描述

class QPlaceUser

QPlaceUser(other)

param other

QPlaceUser

Constructs a new user object.

构造副本为 other .

PySide2.QtLocation.QPlaceUser. name ( )
返回类型

unicode

Returns the name of the user.

另请参阅

setName()

PySide2.QtLocation.QPlaceUser. __ne__ ( other )
参数

other QPlaceUser

返回类型

bool

返回 true 若 other is not equal to this user, otherwise returns false.

PySide2.QtLocation.QPlaceUser. __eq__ ( other )
参数

other QPlaceUser

返回类型

bool

Returns true if this user is equal to other 。否则返回 false。

PySide2.QtLocation.QPlaceUser. setName ( name )
参数

name – unicode

设置 name of the user.

另请参阅

name()

PySide2.QtLocation.QPlaceUser. setUserId ( identifier )
参数

identifier – unicode

设置 identifier of the user.

另请参阅

userId()

PySide2.QtLocation.QPlaceUser. userId ( )
返回类型

unicode

Returns the identifier of the user.

另请参阅

setUserId()