QPlaceUser¶
The
QPlaceUser
class represents an individual user. More…
Synopsis¶
Functions¶
Detailed Description¶
- class PySide2.QtLocation.QPlaceUser¶
PySide2.QtLocation.QPlaceUser(other)
- param other:
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
- 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
- PySide2.QtLocation.QPlaceUser.setUserId(identifier)¶
- Parameters:
identifier – str
Sets the
identifier
of the user.See also
- PySide2.QtLocation.QPlaceUser.userId()¶
- Return type:
str
Returns the identifier of the user.
See also
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.