QPlaceUser Class▲
-
Header: QPlaceUser
-
qmake: QT += location
-
Group: QPlaceUser is part of QtLocation-places, QtLocation-places-data
Detailed Description▲
Property Documentation▲
name : QString▲
This property holds the name of the user.
Access functions:
-
name() const
-
void setName(const &name)
userId : QString▲
This property holds the identifier of the user.
Access functions:
-
userId() const
-
void setUserId(const &identifier)
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.
QPlaceUser &QPlaceUser::operator=(const QPlaceUser &other)▲
Assigns other to this user and returns a reference to this user.