The QPlaceUser class represents an individual user. More...
Header: | #include <QPlaceUser> |
qmake: | QT += location |
Since: | Qt 5.6 |
This class was introduced in Qt 5.6.
QPlaceUser(const QPlaceUser &other) | |
QPlaceUser() | |
QPlaceUser & | operator=(const QPlaceUser &other) |
~QPlaceUser() | |
QString | name() const |
void | setName(const QString &name) |
void | setUserId(const QString &identifier) |
QString | userId() const |
bool | operator!=(const QPlaceUser &other) const |
bool | operator==(const QPlaceUser &other) const |
Constructs a copy of other.
Constructs a new user object.
Assigns other to this user and returns a reference to this user.
Destroys the user object.
Returns the name of the user.
See also setName().
Sets the name of the user.
See also name().
Sets the identifier of the user.
See also userId().
Returns the identifier of the user.
See also setUserId().
Returns true if other is not equal to this user, otherwise returns false.
Returns true if this user is equal to other. Otherwise returns false.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qplaceuser.html