QPlaceUser¶

The QPlaceUser class represents an individual user. More…

Inheritance diagram of PySide2.QtLocation.QPlaceUser

Synopsis¶

Functions¶

Detailed Description¶

class PySide2.QtLocation.QPlaceUser¶

PySide2.QtLocation.QPlaceUser(other)

param other:

PySide2.QtLocation.QPlaceUser

Constructs a new user object.

Constructs a copy of other .

PySide2.QtLocation.QPlaceUser.name()¶
Return type:

str

Returns the name of the user.

See also

setName()

PySide2.QtLocation.QPlaceUser.__ne__(other)¶
Parameters:

other – PySide2.QtLocation.QPlaceUser

Return type:

bool

Returns true if other is not equal to this user, otherwise returns false.

PySide2.QtLocation.QPlaceUser.__eq__(other)¶
Parameters:

other – PySide2.QtLocation.QPlaceUser

Return type:

bool

Returns true if this user is equal to other . Otherwise returns false.

PySide2.QtLocation.QPlaceUser.setName(name)¶
Parameters:

name – str

Sets the name of the user.

See also

name()

PySide2.QtLocation.QPlaceUser.setUserId(identifier)¶
Parameters:

identifier – str

Sets the identifier of the user.

See also

userId()

PySide2.QtLocation.QPlaceUser.userId()¶
Return type:

str

Returns the identifier of the user.

See also

setUserId()