QPlaceUser Class
The QPlaceUser class represents an individual user. More...
Header: | #include <QPlaceUser> |
qmake: | QT += location |
Since: | Qt 5.6 |
Public Functions
QPlaceUser() | |
QPlaceUser(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 |
QPlaceUser & | operator=(const QPlaceUser &other) |
bool | operator==(const QPlaceUser &other) const |
Detailed Description
The QPlaceUser class represents an individual user.
Member Function Documentation
QPlaceUser::QPlaceUser()
Constructs a new user object.
QPlaceUser::QPlaceUser(const QPlaceUser &other)
Constructs a copy of other.
QPlaceUser::~QPlaceUser()
Destroys the user object.
QString QPlaceUser::name() const
Returns the name of the user.
See also setName().
void QPlaceUser::setName(const QString &name)
Sets the name of the user.
See also name().
void QPlaceUser::setUserId(const QString &identifier)
Sets the identifier of the user.
See also userId().
QString QPlaceUser::userId() const
Returns the identifier of the user.
See also setUserId().
bool QPlaceUser::operator!=(const QPlaceUser &other) const
Returns true if other is not equal to this user, otherwise returns false.
QPlaceUser &QPlaceUser::operator=(const QPlaceUser &other)
Assigns other to this user and returns a reference to this user.
bool QPlaceUser::operator==(const QPlaceUser &other) const
Returns true if this user is equal to other. Otherwise returns false.
© 2017 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.