QPlaceUser Class
The QPlaceUser class represents an individual user. More...
Header: | #include <QPlaceUser> |
qmake: | QT += location |
Properties
Public Functions
QPlaceUser() | |
QPlaceUser(const QPlaceUser &other) | |
~QPlaceUser() | |
QString | name() const |
void | setName(const QString &name) |
void | setUserId(const QString &identifier) |
QString | userId() const |
QPlaceUser & | operator=(const QPlaceUser &other) |
Related Non-Members
bool | operator!=(const QPlaceUser &lhs, const QPlaceUser &rhs) |
bool | operator==(const QPlaceUser &lhs, const QPlaceUser &rhs) |
Property Documentation
name : QString
This property holds the name of the user.
Access functions:
QString | name() const |
void | setName(const QString &name) |
userId : QString
This property holds the identifier of the user.
Access functions:
QString | userId() const |
void | setUserId(const QString &identifier) |
Member Function Documentation
QPlaceUser::QPlaceUser()
Constructs a new user object.
[noexcept]
QPlaceUser::QPlaceUser(const QPlaceUser &other)
Constructs a copy of other.
[noexcept]
QPlaceUser::~QPlaceUser()
Destroys the user object.
[noexcept]
QPlaceUser &QPlaceUser::operator=(const QPlaceUser &other)
Assigns other to this user and returns a reference to this user.
Related Non-Members
[noexcept]
bool operator!=(const QPlaceUser &lhs, const QPlaceUser &rhs)
Returns true if lhs is not equal to rhs, otherwise returns false.
[noexcept]
bool operator==(const QPlaceUser &lhs, const QPlaceUser &rhs)
Returns true if lhs is equal to rhs, otherwise returns false.
© 2024 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.